1. 5a823d8 igb: Refactor of init_nvm_params by Carolyn Wyborny · 11 years ago
  2. 2ccd994 igb: Update MTU so that it is always at least a standard frame size by Alexander Duyck · 11 years ago
  3. 5026719 igb: don't allow SR-IOV without MSI-X by Mitch A Williams · 11 years ago
  4. 7f90128 igb: Added rcu_lock to avoid race by Akeem G Abodunrin · 11 years ago
  5. e5c3370 igb: Read register for latch_on without return value by Akeem G Abodunrin · 11 years ago
  6. 8a650aa igb: Reset the link when EEE setting changed by Akeem G Abodunrin · 11 years ago
  7. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  9. 8f58332 ixgbe: add support for quad-port x520 adapter by Don Skidmore · 11 years ago
  10. 674c18b ixgbe: clear semaphore bits on timeouts by Emil Tantilov · 11 years ago
  11. 9c432ad ixgbe: rename LL_EXTENDED_STATS to use queue instead of q by Jacob Keller · 11 years ago
  12. 8fecf67 ixgbe: fix lockdep annotation issue for ptp's work item by Jacob Keller · 11 years ago
  13. e027d1a ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidth by Jacob Keller · 11 years ago
  14. a4b6fc6 ixgbe: fix SFF data dumps of SFP+ modules by Emil Tantilov · 11 years ago
  15. 3dcc2f4 ixgbe: fix semaphore lock for I2C read/writes on 82598 by Emil Tantilov · 11 years ago
  16. 93ac03b ixgbe: bump version number by Don Skidmore · 11 years ago
  17. 4e8e1bc ixgbe: add new media type. by Don Skidmore · 11 years ago
  18. 73d80953d ixgbe: fix fc autoneg ethtool reporting. by Don Skidmore · 11 years ago
  19. e507d0c ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned by Alexander Duyck · 12 years ago
  20. 670224f ixgbe: Retain VLAN filtering in promiscuous + VT mode by Greg Rose · 12 years ago
  21. 7e44892 igb: fix vlan filtering in promisc mode when not in VT mode by Emil Tantilov · 11 years ago
  22. 1eb9ac1 ixgbe: Fix Tx Hang issue with lldpad on 82598EB by Jacob Keller · 11 years ago
  23. 16b095a e1000e: fix I217/I218 PHY initialization flow by Bruce Allan · 11 years ago
  24. 97390ab e1000e: do not resume device from RPM suspend to read PHY status registers by Bruce Allan · 11 years ago
  25. 91a3d82 e1000e: enable support for new device IDs by Bruce Allan · 11 years ago
  26. 3ef672a e1000e: ethtool unnecessarily takes device out of RPM suspend by Bruce Allan · 11 years ago
  27. e0236ad e1000e: Tx hang on I218 when linked at 100Half and slow response at 10Mbps by Bruce Allan · 11 years ago
  28. ce345e0 e1000e: low throughput using 4K jumbos on I218 by Bruce Allan · 11 years ago
  29. da1e204 e1000e: iAMT connections drop on driver unload when jumbo frames enabled by Bruce Allan · 11 years ago
  30. b43e867 e1000e: disable ASPM L1 on 82583 by Bruce Allan · 11 years ago
  31. c96ddb0 e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split by Wei Yang · 11 years ago
  32. 2592881 e1000e: Remove duplicate assignment of default rx/tx ring size by Wei Yang · 11 years ago
  33. 24b41c9 e1000e: restore call to pci_clear_master() by Dean Nelson · 11 years ago
  34. ab90695 e100: dump small buffers via %*ph by Andy Shevchenko · 11 years ago
  35. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  36. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  37. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  38. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  39. 83a35e3 treewide: relase -> release by Geert Uytterhoeven · 11 years ago
  40. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  41. 7e15b90 ixgbe: add extra stats for ndo_ll_poll by Eliezer Tamir · 11 years ago
  42. 5a85e73 ixgbe: add support for ndo_ll_poll by Eliezer Tamir · 11 years ago
  43. e8915be IXGBE: Set the SW prio_tc values at initialization to the HW setting. by Amir Hanania · 11 years ago
  44. f7727c5 igb: Removed unused i2c function by Akeem G. Abodunrin · 11 years ago
  45. 6f8b916 igb: Implementation of i210/i211 LED support by Akeem G. Abodunrin · 11 years ago
  46. 41f149a igb: Fix possible panic caused by Rx traffic arrival while interface is down by Carolyn Wyborny · 11 years ago
  47. 2a0a0f1 igb: Fix set_ethtool function to call update nvm for entire image by Carolyn Wyborny · 11 years ago
  48. 373e697 igb: SerDes flow control setting by Akeem G. Abodunrin · 12 years ago
  49. 641ac5c igb: Support for SFP modules discovery by Akeem G. Abodunrin · 11 years ago
  50. 20a4841 igb: Add update to last_rx_timestamp in Rx rings by Matthew Vick · 11 years ago
  51. cf7ed22 igb: Changed LEDs blink mechanism to include designs using cathode by Akeem G. Abodunrin · 12 years ago
  52. 6c1d8b9 e1000e: Release mutex lock only if it has been initially acquired by Akeem G. Abodunrin · 11 years ago
  53. 603cdca e1000e: prevent warning from -Wunused-parameter by Bruce Allan · 11 years ago
  54. e80bd1d e1000e: cleanup whitespace by Bruce Allan · 11 years ago
  55. 2a437cd e1000e: fix scheduling while atomic bug by Bruce Allan · 11 years ago
  56. c4a56de ixgbe: add mac type to the version in ethtool_regs by Emil Tantilov · 11 years ago
  57. 46d5ced ixgbe: add support for disabling link at boot time on 82599 by Emil Tantilov · 12 years ago
  58. 5e82f2f ixgbe: cache AUTOC reads by Emil Tantilov · 12 years ago
  59. 26b4742 ixgbe: fix register access during ethtool loopback test by Emil Tantilov · 12 years ago
  60. d87d830 ixgbe: fix EICR write in ixgbe_msix_other by Jacob Keller · 12 years ago
  61. dc3d226 igb: limit udelay for phy changes to 10000us by Andi Kleen · 11 years ago
  62. a3b87a4 e1000e: panic caused by Rx traffic arriving while interface going down by Bruce Allan · 11 years ago
  63. 73e3dd6 e1000e: fix numeric overflow in phc settime method by Richard Cochran · 11 years ago
  64. 67b1b90 igb: Bump version of driver by Carolyn Wyborny · 11 years ago
  65. 9b6a4c9 igb: Remove id's that will not be productized for Linux. by Carolyn Wyborny · 11 years ago
  66. 6cb7674 igb: Remove dead code path by Matthew Vick · 11 years ago
  67. 6f3dc319 igb: Retain HW VLAN filtering while in promiscuous + VT mode by Greg Rose · 12 years ago
  68. c0ba477 igb: display a warning message when SmartSpeed works by Koki Sanagi · 12 years ago
  69. b09186d igb: Use pci_vfs_assigned instead of igb_vfs_are_assigned by Alexander Duyck · 12 years ago
  70. d44e7a9 igb: Add SMBI semaphore to I210/I211 by Matthew Vick · 12 years ago
  71. 0ba96d3 igb: SERDES loopback sigdetect bit on i210 devices by Akeem G. Abodunrin · 12 years ago
  72. 5700ff2 ixgbe: add WOL support for new subdevice ID by Emil Tantilov · 11 years ago
  73. 345be20 ixgbe: add SFP+ LX module support by Don Skidmore · 12 years ago
  74. 6b92b0b ixgbe: rename wol_supported to more fitting wol_enabled by Jacob Keller · 12 years ago
  75. 5daebbb ixgbe: add driver support for x520 OCP adapter. by Don Skidmore · 12 years ago
  76. bdbeefe ixgbe: fix possible divide by zero in ixgbe_update_itr by Don Skidmore · 12 years ago
  77. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  79. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  80. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  81. ceb5f13 igb: Add support for i354 devices by Carolyn Wyborny · 11 years ago
  82. 70ea478 igb: add support for spoofchk config by Lior Levy · 12 years ago
  83. 87371b9 igb: Enable EEE LP advertisement by Matthew Vick · 12 years ago
  84. b980ac1 igb: Fix code comments and whitespace by Jeff Kirsher · 12 years ago
  85. c826892 igb: Fix sparse warnings on function pointers by Akeem G. Abodunrin · 12 years ago
  86. 4e227667 igb: Use rx/tx_itr_setting when setting up initial value of itr by Alexander Duyck · 12 years ago
  87. b646c22 igb: Pull adapter out of main path in igb_xmit_frame_ring by Alexander Duyck · 12 years ago
  88. b9555f6 igb: Mask off check of frag_off as we only want fragment offset by Alexander Duyck · 12 years ago
  89. 5c17a20 igb: random code and comments fix by Akeem G. Abodunrin · 12 years ago
  90. e00bf60 igb: Implement support to power sfp cage and turn on I2C by Akeem G. Abodunrin · 12 years ago
  91. f69aa39 igb: Support to read and export SFF-8472/8079 data by Akeem G. Abodunrin · 12 years ago
  92. f502ef7 igb: Support for 100base-fx SFP by Akeem G. Abodunrin · 12 years ago
  93. 33243fb ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS tests by Joe Perches · 12 years ago
  94. 979fe5f ixgbe: Add support for WoL on 82599 SFP+ LOM by Jacob Keller · 12 years ago
  95. 499ab5c ixgbe: in shutdown, do netif_running() under rtnl_lock by akepner · 12 years ago
  96. 026ac67 ixgbe: Fix a bug in setting VF VLAN via PF by Greg Rose · 11 years ago
  97. f9d40f6 igb: Revert support for build_skb in igb by Alexander Duyck · 11 years ago
  98. 8c5afd6 ixgbe: bump version number by Don Skidmore · 12 years ago
  99. b8f8363 ixgbe: Fix 1G link WoL by Don Skidmore · 12 years ago
  100. 0b2679d ixgbe: fix MNG FW support when adapter not up by Don Skidmore · 12 years ago