1. fc4ac67 i40e: Do not directly increment Tx next_to_use by Alexander Duyck · 11 years ago
  2. 35a1e2a i40e: Cleanup Tx buffer info layout by Alexander Duyck · 11 years ago
  3. c304fda i40e: Drop unused completed stat by Alexander Duyck · 11 years ago
  4. 6d779b4 i40e: Link code updates by Anjali Singhai · 11 years ago
  5. b68656b be2net: change the driver version number to 4.9.224.0 by Ajit Khaparde · 11 years ago
  6. 461ae37 be2net: Display RoCE specific counters in ethtool -S by Ajit Khaparde · 11 years ago
  7. 6100086 be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R by Ajit Khaparde · 11 years ago
  8. 3d7d562 bnx2x: Add ndo_get_phys_port_id support by Yuval Mintz · 11 years ago
  9. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  10. 9684d7b Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc by David S. Miller · 11 years ago
  11. 2b1f18a qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe() by Wei Yongjun · 11 years ago
  12. bdfd630 moxa: fix the error handling in moxart_mac_probe() by Wei Yongjun · 11 years ago
  13. 021f110 net/mlx4_en: Fix pages never dma unmapped on rx by Amir Vadai · 11 years ago
  14. 70fbe07 net/mlx4_en: Rename name of mlx4_en_rx_alloc members by Amir Vadai · 11 years ago
  15. 2c6221e net: sh_eth: Fix RX packets errors on R8A7740 by Nguyen Hong Ky · 11 years ago
  16. d96caf6 net: fujitsu: Remove ISA depdendency from Kconfig by Matthew Whitehead · 11 years ago
  17. 281abd9 net/ethernet: cpsw: DT read bool dual_emac by Markus Pargmann · 11 years ago
  18. f468b10 net: ethernet: cpsw: Search childs for slave nodes by Markus Pargmann · 11 years ago
  19. ecb1c9c sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flags by Ben Hutchings · 11 years ago
  20. 568d7a0 sfc: Add PM and RXDP drop counters to ethtool stats by Edward Cree · 11 years ago
  21. 2ca10a7 sfc: Add definitions for new stats counters and capability flag by Matthew Slattery · 11 years ago
  22. 4bae913 sfc: Refactor EF10 stat mask code to allow for more conditional stats by Edward Cree · 11 years ago
  23. 87648cc sfc: Fix internal indices of ethtool stats for EF10 by Edward Cree · 11 years ago
  24. d546a89 sfc: Add rmb() between reading stats and generation count to ensure consistency by Jon Cooper · 11 years ago
  25. 40dc9ab atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC features by Andrea Merello · 11 years ago
  26. 1d3d591 3com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515 by Matthew Whitehead · 11 years ago
  27. de36cef net: myri10ge: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  28. b85d717 net: bnx2x: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  29. 5570563 net: atl1c: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  30. b5d82db net: mv643xx_eth: fix missing device_node for port devices by Sebastian Hesselbarth · 11 years ago
  31. f564412 net: mv643xx_eth: fix orphaned statistics timer crash by Sebastian Hesselbarth · 11 years ago
  32. 041b4dd net: mv643xx_eth: update statistics timer from timer context only by Sebastian Hesselbarth · 11 years ago
  33. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  34. 58e4e1f igb: Avoid uninitialized advertised variable in eee_set_cur by Andi Kleen · 11 years ago
  35. 0cf2f38 net: calxedaxgmac: determine number of address filters at runtime by Rob Herring · 11 years ago
  36. 8a8c3f5 net: calxedaxgmac: add uc and mc filter addresses in promiscuous mode by Rob Herring · 11 years ago
  37. 8c1c58e net: calxedaxgmac: fix clearing of old filter addresses by Rob Herring · 11 years ago
  38. ee002b6 tg3: use phylib when robo switch is in use by Hauke Mehrtens · 11 years ago
  39. ead2402 tg3: add support a phy at an address different than 01 by Hauke Mehrtens · 11 years ago
  40. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. 907b783 igb: Add ethtool support to configure number of channels by Laura Mihaela Vasilescu · 11 years ago
  42. a4e979a igb: Add ethtool offline tests for i354 by Fujinaka, Todd · 11 years ago
  43. b464003 ixgbe: remove marketing names from busy poll code by Jacob Keller · 11 years ago
  44. b000748 ixgbe: Cleanup the use of tabs and spaces by Jeff Kirsher · 11 years ago
  45. 51e409f ixgbe: ethtool DCB registers dump for 82599 and x540 by Leonardo Potenza · 11 years ago
  46. 798e381 ixgbevf: move API neg to reset path by Don Skidmore · 11 years ago
  47. 858c3dd ixgbevf: add wait for Rx queue disable by Don Skidmore · 11 years ago
  48. c7bb417 ixgbevf: cleanup redundant mailbox read failure check by Don Skidmore · 11 years ago
  49. fa07f10 ixgbevf: do not print registers to dmesg in ixgbevf_get_regs by Jacob Keller · 11 years ago
  50. bc61752 be2net: add a counter for pkts dropped in xmit path by Sathya Perla · 11 years ago
  51. 2632baf be2net: fix adaptive interrupt coalescing by Sathya Perla · 11 years ago
  52. 0599863 be2net: call ENABLE_VF cmd for Skyhawk-R too by Vasundhara Volam · 11 years ago
  53. 30f3fe4 be2net: Create single TXQ on BE3-R 1G ports by Vasundhara Volam · 11 years ago
  54. 81b0265 be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd by Vasundhara Volam · 11 years ago
  55. b905b5d be2net: Call be_vf_setup() even when VFs are enbaled from previous load by Vasundhara Volam · 11 years ago
  56. 1ed98ed qlcnic: Fix SR-IOV configuration by Manish Chopra · 11 years ago
  57. 7167cf0 ll_temac: Reset dma descriptors indexes on ndo_open by Ricardo Ribalda · 11 years ago
  58. 2afc6df net: ethernet: cpsw-phy-sel: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  59. 1e5c76d net: ethernet: cpsw: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  60. 437a3ae ethernet: moxa: fix incorrect placement of __initdata tag by Bartlomiej Zolnierkiewicz · 11 years ago
  61. 36a8f39 net: skb_is_gso_v6() requires skb_is_gso() by Eric Dumazet · 11 years ago
  62. 49a467b bgmac: add support for Byte Queue Limits by Hauke Mehrtens · 11 years ago
  63. 5055544 b44: add support for Byte Queue Limits by Hauke Mehrtens · 11 years ago
  64. e58f6f4 powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file by Aida Mynzhasova · 11 years ago
  65. 3f3f096 Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file" by David S. Miller · 11 years ago
  66. 894116bd powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file by Aida Mynzhasova · 11 years ago
  67. b91e1a1 bnx2x: use pcie_get_minimum_link() by Yuval Mintz · 11 years ago
  68. 7dc950c bnx2x: Add support for EXTPHY2 LED mode by Yaniv Rosner · 11 years ago
  69. d67710f bnx2x: Change function prototype by Yaniv Rosner · 11 years ago
  70. 9a8130b bnx2x: Don't disable/enable SR-IOV when loading by Ariel Elior · 11 years ago
  71. 7554374 bnx2x: Correct VF driver info by Yuval Mintz · 11 years ago
  72. bd8e012 bnx2x: Test nvram when interface is down by Yuval Mintz · 11 years ago
  73. f0e28d48 lance: Fix hardcoded interrupt name lp->name to use system device value by Nate Levesque · 11 years ago
  74. 307fc4d hp100: replace hardcoded name in /proc/interrupts with interface name by Mihir Singh · 11 years ago
  75. 6645161 qlcnic: Fix register device in FAILED state for 82xx. by Sucheta Chakraborty · 11 years ago
  76. a60b3a1 be2net: Fix to display the VLAN priority for a VF by Ajit Khaparde · 11 years ago
  77. b9fc0e53 be2net: Fix to configure VLAN priority for a VF interface. by Ajit Khaparde · 11 years ago
  78. 45c4597 be2net: Fix to allow VLAN configuration on VF interfaces. by Ajit Khaparde · 11 years ago
  79. 1aa9673 be2net: Fix number of VLANs supported in UMC mode for BE3-R. by Ajit Khaparde · 11 years ago
  80. d9d604f be2net: Fix VLAN promiscuous mode programming by Ajit Khaparde · 11 years ago
  81. d44517fd be2net: Fix the size of be_nic_res_desc structure by Ajit Khaparde · 11 years ago
  82. b54881f be2net: Fix to prevent Tx stall on SH-R when packet size < 32 by Ajit Khaparde · 11 years ago
  83. 146669a qlge: Update version to 1.00.00.33 by Jitendra Kalsaria · 11 years ago
  84. a45adbe qlge: Enhance nested VLAN (Q-in-Q) handling. by Jitendra Kalsaria · 11 years ago
  85. fac87a8 netxen_nic: Update version to 4.0.82 by Shahed Shaikh · 11 years ago
  86. 5e7856b netxen_nic: Print ULA information by Shahed Shaikh · 11 years ago
  87. d7595a2 i40e: clean up coccicheck reported errors by Jesse Brandeburg · 11 years ago
  88. 078b587 i40e: better return values by Jesse Brandeburg · 11 years ago
  89. dcae29b i40e: convert ret to aq_ret by Jesse Brandeburg · 11 years ago
  90. ddf434a i40e: small clean ups from review by Jesse Brandeburg · 11 years ago
  91. 93bc73b i40e: use common failure flow by Jesse Brandeburg · 11 years ago
  92. 5aa3a44 igb: Fix ethtool loopback test for 82580 copper by Todd Fujinaka · 11 years ago
  93. 207070f via-rhine: fix VLAN priority field (PCP, IEEE 802.1p) by Roger Luethi · 11 years ago
  94. 9caff1e7 bonding: make bond_for_each_slave() use lower neighbour's private by Veaceslav Falico · 11 years ago
  95. 3e0dd1f toshiba: Remove extern from function prototypes by Joe Perches · 11 years ago
  96. 95f7f15 ti: Remove extern from function prototypes by Joe Perches · 11 years ago
  97. d6cc64e stmicro: Remove extern from function prototypes by Joe Perches · 11 years ago
  98. 00aef98 sfc: Remove extern from function prototypes by Joe Perches · 11 years ago
  99. 8a1a0ae qlogic: Remove extern from function prototypes by Joe Perches · 11 years ago
  100. f4588c4 oki-semi: Remove extern from function prototypes by Joe Perches · 11 years ago