1. d5ea45d e1000e: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 8 years ago
  2. efea95d igb: Garbled output for "ethtool -m" by Doron Shikmoni · 8 years ago
  3. 806ffb1 igb: allow setting MAC address on i211 using a device tree blob by John Holland · 8 years ago
  4. 7f0ba84 igb: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 8 years ago
  5. 415cd2a igb: Fix sparse warning about passing __beXX into leXX_to_cpup by Alexander Duyck · 8 years ago
  6. 9be02cd ibmvnic: enable RX checksum offload by Thomas Falcon · 8 years ago
  7. ad7775d ibmvnic: map L2/L3/L4 header descriptors to firmware by Thomas Falcon · 8 years ago
  8. 7ee4062 net: bcmgenet: cleanup for dmadesc_set() by Petri Gynther · 8 years ago
  9. 824ba60 net: bcmgenet: cleanup for bcmgenet_xmit_frag() by Petri Gynther · 8 years ago
  10. f5a9ec2 net: bcmgenet: cleanup for bcmgenet_xmit() by Petri Gynther · 8 years ago
  11. e43d15c Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  12. 29c262f bnxt_en: Improve ethtool .get_settings(). by Michael Chan · 8 years ago
  13. 9d9cee0 bnxt_en: Check for valid forced speed during ethtool -s. by Michael Chan · 8 years ago
  14. 4bb13ab bnxt_en: Add unsupported SFP+ module warnings. by Michael Chan · 8 years ago
  15. 25be862 bnxt_en: Set async event bits when registering with the firmware. by Michael Chan · 8 years ago
  16. 72b34f0 bnxt_en: Add get_eee() and set_eee() ethtool support. by Michael Chan · 8 years ago
  17. 939f7f0 bnxt_en: Add EEE setup code. by Michael Chan · 8 years ago
  18. 170ce01 bnxt_en: Add basic EEE support. by Michael Chan · 8 years ago
  19. c9ee951 bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface. by Michael Chan · 8 years ago
  20. 11f15ed bnxt_en: Update to Firmware 1.2.2 spec. by Michael Chan · 8 years ago
  21. 0ea7fae fm10k: use ethtool_rxfh_indir_default for default redirection table by Jacob Keller · 8 years ago
  22. d8ec92f fm10k: fix a minor typo in some comments by Jacob Keller · 8 years ago
  23. 4be37c4 fm10k: correctly clean up when init_queueing_scheme fails by Jacob Keller · 8 years ago
  24. c4114e3 fm10k: prevent possibly uninitialized variable by Bruce Allan · 8 years ago
  25. d2e0721 fm10k: add helper functions to set strings and data for ethtool stats by Jacob Keller · 8 years ago
  26. c8ed563 fm10k: free MBX IRQ before clearing interrupt scheme by Jacob Keller · 8 years ago
  27. 61e0217 fm10k: print error message when stop_hw fails by Jacob Keller · 8 years ago
  28. b352569 fm10k: base queue scheme covered by RSS by Jacob Keller · 8 years ago
  29. e72319b fm10k: don't initialize service task until later in probe by Jacob Keller · 8 years ago
  30. de66c61 fm10k: prevent null pointer dereference of msix_entries table by Jacob Keller · 8 years ago
  31. 11c49f7 fm10k: use ether_addr_copy to copy MAC address by Bruce Allan · 9 years ago
  32. 1905add fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning by Bruce Allan · 9 years ago
  33. 838e610 fm10k: demote BUG_ON() to WARN_ON() where appropriate by Bruce Allan · 9 years ago
  34. fcdb0a9 fm10k: cleanup remaining right-bit-shifted 1 by Bruce Allan · 9 years ago
  35. 1aab144 fm10k: Move constants to the right of binary operators by Bruce Allan · 9 years ago
  36. 50f26a5 i40e/i40evf: Bump patch from 1.4.25 to 1.5.1 by Catherine Sullivan · 8 years ago
  37. 55f7d72 i40e: Change comment to reflect correct function name by Mitch Williams · 8 years ago
  38. 19b73d8 i40evf: Add additional check for reset by Mitch Williams · 8 years ago
  39. 56e5ca6 i40e: Change unknown event error msg to ignore message by Shannon Nelson · 8 years ago
  40. 7e5a313 i40e: Added code to prevent double resets by Mitch Williams · 8 years ago
  41. d3ce5734 i40e: Notify VFs of all resets by Mitch Williams · 8 years ago
  42. c99abb4 i40e: Remove timer and task only if created by Shannon Nelson · 8 years ago
  43. 2bf9a58 mlxsw: spectrum: Add support for physical port names by Ido Schimmel · 8 years ago
  44. b555cf4 mlxsw: spectrum: Reduce number of supported 802.1D bridges by Ido Schimmel · 8 years ago
  45. de03d2b i40e: Assure that adminq is alive in debug mode by Shannon Nelson · 8 years ago
  46. 6927839 i40e: Remove MSIx only if created by Shannon Nelson · 8 years ago
  47. 6182902 i40e: Fix up return code by Jesse Brandeburg · 8 years ago
  48. b6cacca i40e: Save off VSI resource count when updating VSI by Kevin Scott · 8 years ago
  49. b7c3593 i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define by Catherine Sullivan · 8 years ago
  50. 4ea6239 i40e/i40evf: Fix casting in transmit code by Jesse Brandeburg · 8 years ago
  51. a619afe i40e/i40evf: Add support for bulk free in Tx cleanup by Alexander Duyck · 8 years ago
  52. f2edaaa i40e/i40evf: Fix handling of boolean logic in polling routines by Alexander Duyck · 8 years ago
  53. 311f23e i40evf: remove dead code by Alan Cox · 8 years ago
  54. 5c4654d i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K by Alexander Duyck · 8 years ago
  55. 08ca387 i40e: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 8 years ago
  56. 43e2dfb Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  57. 26892ff net: dsa: mv88e6131: enable hardware bridging by Vivien Didelot · 8 years ago
  58. f93dd04 net: dsa: mv88e6xxx: map destination addresses for 6185 by Vivien Didelot · 8 years ago
  59. 11ea809 net: dsa: mv88e6xxx: support 256 databases by Vivien Didelot · 8 years ago
  60. f74df0b net: dsa: mv88e6xxx: variable number of databases by Vivien Didelot · 8 years ago
  61. b426e5f net: dsa: mv88e6xxx: protect FID registers access by Vivien Didelot · 8 years ago
  62. 2e7bd5e net: dsa: mv88e6xxx: protect SID register access by Vivien Didelot · 8 years ago
  63. 0c5a616 ixgbe: Add support for toggling VLAN filtering flag via ethtool by Alexander Duyck · 8 years ago
  64. 4ae7834 ixgbe: Extend cls_u32 offload to support UDP headers by Amritha Nambiar · 8 years ago
  65. dbd15b8 ixgbe: Place SWFW semaphore in known valid state at probe by Don Skidmore · 8 years ago
  66. c04f90e ixgbe: add a callback to set the maximum transmit bitrate by Rostislav Pehlivanov · 8 years ago
  67. afdc71e ixgbe: Fix flow control for Xeon D KR backplane by Mark Rustad · 8 years ago
  68. cb2b3ed ixgbevf: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  69. 49763de ixgbe: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  70. c7374b5 ixgbe: use eth_platform_get_mac_address() by Sowmini Varadhan · 9 years ago
  71. 3768901 ixgbe: Make all unchanging ops structures const by Mark Rustad · 9 years ago
  72. 06bb1c3 ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA by Alexander Duyck · 9 years ago
  73. 9ef280c irda: sh_irda: remove driver by Simon Horman · 8 years ago
  74. 88023be net: macb: Fix simple typo by Moritz Fischer · 8 years ago
  75. eefb52d net: macb: Use ether_addr_copy over memcpy by Moritz Fischer · 8 years ago
  76. aa50b55 net: macb: Fix coding style suggestions by Moritz Fischer · 8 years ago
  77. 64ec42f net: macb: Fix coding style warnings by Moritz Fischer · 8 years ago
  78. 96ec631 net: macb: Fix coding style error message by Moritz Fischer · 8 years ago
  79. f51bdc2 ravb: Add dma queue interrupt support by Kazuya Mizuguchi · 8 years ago
  80. 18be4fc ixgbe: Do not allow PF to add VLVF entry unless it actually needs it by Alexander Duyck · 9 years ago
  81. 1d96cf9 ixgbe: Extend trust to allow guest to set unicast address by chas williams · 9 years ago
  82. d5dd7c3 ixgbevf: use bit operations for setting and checking resets by Emil Tantilov · 9 years ago
  83. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  84. 75b6462 ixgbe: on recv increment rx.ring->stats.yields by Pavel Tikhomirov · 9 years ago
  85. 06bce7d stmmac: update version to Jan_2016 by Alexandre TORGUE · 8 years ago
  86. f748be5 stmmac: support new GMAC4 by Alexandre TORGUE · 8 years ago
  87. ee2ae1e stmmac: add new DT platform entries for GMAC4 by Alexandre TORGUE · 8 years ago
  88. 36ff7c1 stmmac: enhance mmc counter management by Alexandre TORGUE · 8 years ago
  89. 477286b stmmac: add GMAC4 core support by Alexandre TORGUE · 8 years ago
  90. 48863ce stmmac: add DMA support for GMAC 4.xx by Alexandre TORGUE · 8 years ago
  91. 35f74c0 stmmac: add GMAC4 DMA/CORE Header File by Alexandre TORGUE · 8 years ago
  92. 753a710 stmmac: add descriptors function for GMAC 4.xx by Alexandre TORGUE · 8 years ago
  93. c623d14 stmmac: rework synopsys id read, moved to dwmac setup by Alexandre TORGUE · 8 years ago
  94. d0225e7 stmmac: rework the routines to show the ring status by Alexandre TORGUE · 8 years ago
  95. f10a6a3 stmmac: rework get_hw_feature function by Alexandre TORGUE · 8 years ago
  96. 5ada37b net: hns: add support of pause frame ctrl for HNS V2 by Lisheng · 8 years ago
  97. 05cf807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  98. cf78031 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  99. 1826907 Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  100. 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 8 years ago