1. d27c768 ath9k: use true,false for bool variable by zhengbin · 5 years ago
  2. e07c5f2 net: amd: a2065: Use print_hex_dump_debug() helper by Geert Uytterhoeven · 5 years ago
  3. 2412643 net: amd: a2065: Kill Sun LANCE relics by Geert Uytterhoeven · 5 years ago
  4. cbd19d0 Merge branch 'IXP4xx-networking-cleanups' by Jakub Kicinski · 5 years ago
  5. e45d0fa net: ethernet: ixp4xx: Use parent dev for DMA pool by Linus Walleij · 5 years ago
  6. f458ac4 ARM/net: ixp4xx: Pass ethernet physical base as resource by Linus Walleij · 5 years ago
  7. 3cb5b0e net: ehernet: ixp4xx: Use netdev_* messages by Linus Walleij · 5 years ago
  8. d813d7e net: ethernet: ixp4xx: Use distinct local variable by Linus Walleij · 5 years ago
  9. c83db9e net: ethernet: ixp4xx: Standard module init by Linus Walleij · 5 years ago
  10. a41a5b2 ixp4xx_eth: move platform_data definition by Arnd Bergmann · 5 years ago
  11. 2785543 ptp: ixp46x: move adjacent to ethernet driver by Arnd Bergmann · 5 years ago
  12. c74f16b wan: ixp4xx_hss: prepare compile testing by Arnd Bergmann · 5 years ago
  13. 504c28c wan: ixp4xx_hss: fix compile-testing on 64-bit by Arnd Bergmann · 5 years ago
  14. a442c2c mlx4: Bump up MAX_MSIX from 64 to 128 by Jonathan Lemon · 5 years ago
  15. 5c9166f Merge branch 'hns3-next' by David S. Miller · 5 years ago
  16. c7554dc net: hns3: refactor the notification scheme of PF reset by Huazhong Tan · 5 years ago
  17. c3106ca net: hns3: modify hclge_func_reset_sync_vf()'s return type to void by Huazhong Tan · 5 years ago
  18. 5bb784e net: hns3: enlarge HCLGE_RESET_WAIT_CNT by Huazhong Tan · 5 years ago
  19. f28368b net: hns3: refactor the procedure of VF FLR by Huazhong Tan · 5 years ago
  20. 8627bde net: hns3: refactor the precedure of PF FLR by Huazhong Tan · 5 years ago
  21. 1cc9bc6 net: hns3: split hclgevf_reset() into preparing and rebuilding part by Huazhong Tan · 5 years ago
  22. d4fa065 net: hns3: split hclge_reset() into preparing and rebuilding part by Huazhong Tan · 5 years ago
  23. 6821af8 sfc: remove set but not used variable 'nic_data' by YueHaibing · 5 years ago
  24. de4ff83 sfc: remove duplicated include from ef10.c by YueHaibing · 5 years ago
  25. 3071c51 bnxt: Detach page from page pool before sending up the stack by Jonathan Lemon · 5 years ago
  26. 451c790 Merge branch 'devlink-documentation-refactor' by David S. Miller · 5 years ago
  27. 9cd3e2c devlink: document region snapshot triggering from userspace by Jacob Keller · 5 years ago
  28. b7ec1ec devlink: introduce devlink-dpipe.rst documentation file by Jacob Keller · 5 years ago
  29. a1af8e9 devlink: add a devlink-resource.rst documentation file by Jacob Keller · 5 years ago
  30. 04e4272 devlink: rename and expand devlink-trap-netdevsim.rst by Jacob Keller · 5 years ago
  31. cf4cb32 devlink: add documentation for ionic device driver by Jacob Keller · 5 years ago
  32. 0b0f945 devlink: add a file documenting devlink regions by Jacob Keller · 5 years ago
  33. 0f261c3 devlink: add a driver-specific file for the qed driver by Jacob Keller · 5 years ago
  34. ee7a711 devlink: add parameter documentation for the mlx4 driver by Jacob Keller · 5 years ago
  35. d4255d7 devlink: document info versions for each driver by Jacob Keller · 5 years ago
  36. 6c39e01 devlink: convert driver-specific files to reStructuredText by Jacob Keller · 5 years ago
  37. 5948f85 devlink: mention reloading in devlink-params.rst by Jacob Keller · 5 years ago
  38. d56a0c4 devlink: add documentation for generic devlink parameters by Jacob Keller · 5 years ago
  39. 8559dc3 devlink: convert devlink-params.txt to reStructuredText by Jacob Keller · 5 years ago
  40. 2dfaaae devlink: rename devlink-info-versions.rst and add a header by Jacob Keller · 5 years ago
  41. f7555fd devlink: convert devlink-health.txt to rst format by Jacob Keller · 5 years ago
  42. f4bdd71 devlink: move devlink documentation to subfolder by Jacob Keller · 5 years ago
  43. 468672b devlink: add macro for "fw.psid" by Jacob Keller · 5 years ago
  44. efa193b Merge branch 'r8169-factor-out-chip-specific-PHY-configuration-to-a-separate-source-file' by David S. Miller · 5 years ago
  45. 814c2bf r8169: factor out PHY configuration to r8169_phy_config.c by Heiner Kallweit · 5 years ago
  46. 2992bdf r8169: add r8169.h by Heiner Kallweit · 5 years ago
  47. 1c5be5e r8169: rename rtl_apply_firmware by Heiner Kallweit · 5 years ago
  48. 00b522d r8169: add phydev argument to rtl8168d_apply_firmware_cond by Heiner Kallweit · 5 years ago
  49. 3ab077d r8169: use phy_read/write instead of rtl_readphy/writephy by Heiner Kallweit · 5 years ago
  50. c4d7699 r8169: replace rtl_w0w1_phy by Heiner Kallweit · 5 years ago
  51. 11b3bed r8169: replace rtl_patchphy by Heiner Kallweit · 5 years ago
  52. 6d7a631 r8169: move disabling MAC EEE for RTL8402/RTL8106e by Heiner Kallweit · 5 years ago
  53. 8d46f62 r8169: move setting ERI register 0x1d0 for RTL8106 by Heiner Kallweit · 5 years ago
  54. 8aa9a5d r8169: switch to phylib functions in rtl_writephy_batch by Heiner Kallweit · 5 years ago
  55. 4c867e3 r8169: change argument type of RTL8168g-specific PHY config functions by Heiner Kallweit · 5 years ago
  56. 8cecc8f r8169: change argument type of EEE PHY functions by Heiner Kallweit · 5 years ago
  57. fc71238 r8169: move RTL8169scd Gigabyte PHY quirk by Heiner Kallweit · 5 years ago
  58. b5aed0b r8169: remove not needed debug print in rtl8169_init_phy by Heiner Kallweit · 5 years ago
  59. becd837 r8169: prepare for exporting rtl_hw_phy_config by Heiner Kallweit · 5 years ago
  60. 916d08f Merge branch 'stmmac-Frame-Preemption-fixes' by David S. Miller · 5 years ago
  61. e735def net: stmmac: gmac5+: Fix missing return by Jose Abreu · 5 years ago
  62. 8eea7c7 net: stmmac: xgmac: Fix missing return by Jose Abreu · 5 years ago
  63. 7112f8b Merge branch 'sfc-even-more-code-refactoring' by David S. Miller · 5 years ago
  64. f7226e0 sfc: move RPS code by Alex Maftei (amaftei) · 5 years ago
  65. 3148231 sfc: move yet more functions by Alex Maftei (amaftei) · 5 years ago
  66. 960f162 sfc: move RSS code by Alex Maftei (amaftei) · 5 years ago
  67. 88f7df3 sfc: move a couple more functions by Alex Maftei (amaftei) · 5 years ago
  68. 3653954 sfc: move some ethtool code by Alex Maftei (amaftei) · 5 years ago
  69. 190c736 sfc: move various functions by Alex Maftei (amaftei) · 5 years ago
  70. 3d95b88 sfc: move more rx code by Alex Maftei (amaftei) · 5 years ago
  71. b8cd949 sfc: move more tx code by Alex Maftei (amaftei) · 5 years ago
  72. 86de7ce sfc: refactor selftest work init code by Alex Maftei (amaftei) · 5 years ago
  73. 9f120e7 Merge branch 'mptcp-prereq' by David S. Miller · 5 years ago
  74. 8b69a80 skb: add helpers to allocate ext independently from sk_buff by Paolo Abeni · 5 years ago
  75. e66b2f3 tcp: clean ext on tx recycle by Paolo Abeni · 5 years ago
  76. 9cfcca2 tcp: Check for filled TCP option space before SACK by Mat Martineau · 5 years ago
  77. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  78. 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
  79. 3ee17bc mptcp: Add MPTCP to skb extensions by Mat Martineau · 5 years ago
  80. 1323059 tcp, ulp: Add clone operation to tcp_ulp_ops by Mat Martineau · 5 years ago
  81. c74a39c tcp: Add MPTCP option number by Mat Martineau · 5 years ago
  82. faf391c tcp: Define IPPROTO_MPTCP by Mat Martineau · 5 years ago
  83. bf97651 sock: Make sk_protocol a 16-bit value by Mat Martineau · 5 years ago
  84. e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
  85. 6b3acfc flow_dissector: fix document for skb_flow_get_icmp_tci by Li RongQing · 5 years ago
  86. 5e0fcc1 net/ncsi: Support for multi host mellanox card by Vijay Khemka · 5 years ago
  87. 2cab57e net: stmmac: pci: remove the duplicate code of set phy_mask by Dejin Zheng · 5 years ago
  88. eb7537d Merge branch 'mlxsw-Firmware-version-updates' by David S. Miller · 5 years ago
  89. 4dab08d mlxsw: spectrum: Only require minimum firmware version by Ido Schimmel · 5 years ago
  90. 22895f8 mlxsw: spectrum: Update firmware version to xx.2000.2714 by Ido Schimmel · 5 years ago
  91. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  92. b1daa4d Merge branch 'sfc-more-code-refactoring' by David S. Miller · 5 years ago
  93. b69f7a3 sfc: move MCDI logging device attribute by Alex Maftei (amaftei) · 5 years ago
  94. b5775b4 sfc: conditioned some functionality by Alex Maftei (amaftei) · 5 years ago
  95. 8da9264 sfc: move MCDI receive queue management code by Alex Maftei (amaftei) · 5 years ago
  96. 8ee4c90 sfc: move MCDI transmit queue management code by Alex Maftei (amaftei) · 5 years ago
  97. 4438b58 sfc: move MCDI event queue management code by Alex Maftei (amaftei) · 5 years ago
  98. 37a5f9d sfc: move MCDI VI alloc/free code by Alex Maftei (amaftei) · 5 years ago
  99. 1cf0f76 sfc: move more MCDI port code by Alex Maftei (amaftei) · 5 years ago
  100. 1a8d88a sfc: move some MCDI port utility functions by Alex Maftei (amaftei) · 5 years ago