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