1. 0c02dd9 igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC. by Matthew Vick · 14 years ago
  2. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  3. f96a8a0 igb: Add Support for new i210/i211 devices. by Carolyn Wyborny · 14 years ago
  4. da02cde igb: Add function and pointers for 82580 low power state settings. by Carolyn Wyborny · 14 years ago
  5. cfb8c3a igb: fix rtnl race in PM resume path by Benjamin Poirier · 14 years ago
  6. 7e3b4ff igb: output register's information related to RX/TX queue[4-15] by Koki Sanagi · 14 years ago
  7. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  8. dad8a3b igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path by John Fastabend · 14 years ago
  9. a27416b igb: Force flow control off during reset when forcing speed. by Matthew Vick · 14 years ago
  10. be0c006 igb: Update version to 3.4.7. by Carolyn Wyborny · 14 years ago
  11. 7ebae81 igb: offer a PTP Hardware Clock instead of the timecompare method by Richard Cochran · 14 years ago
  12. d339b13 igb: add PTP Hardware Clock code by Richard Cochran · 14 years ago
  13. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 14 years ago
  14. 89eaefb igb: Support RX-ALL feature flag. by Ben Greear · 14 years ago
  15. 6b8f092 igb: Support sending custom Ethernet FCS. by Ben Greear · 14 years ago
  16. 5c49035 net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state by Alexander Duyck · 14 years ago
  17. 51a76c3 igb: fix ethtool offline test by Jeff Kirsher · 14 years ago
  18. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  19. d9dd966 igb: fix warning about unused function by Emil Tantilov · 14 years ago
  20. 0629292 igb: fix vf lookup by Greg Rose · 14 years ago
  21. 6e86132 igb: Update Copyright on all Intel copyrighted files. by Carolyn Wyborny · 14 years ago
  22. c50b52a igb: make local functions static by Stephen Hemminger · 14 years ago
  23. a95a074 igb: reset PHY after recovering from PHY power down by Koki Sanagi · 14 years ago
  24. 749ab2c igb: add basic runtime PM support by Yan, Zheng · 14 years ago
  25. bdbc063 igb: Add support for byte queue limits. by Eric Dumazet · 14 years ago
  26. f83396a igb: Add flow control advertising to ethtool setting. by Carolyn Wyborny · 15 years ago
  27. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 15 years ago
  28. e8c626e igb: Update DMA Coalescing threshold calculation. by Matthew Vick · 15 years ago
  29. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 15 years ago
  30. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 15 years ago
  31. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 15 years ago
  32. 82bbcde igb: Convert bare printk to pr_notice by Joe Perches · 15 years ago
  33. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 15 years ago
  34. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 15 years ago
  35. d5a0e36 igb: Fix for I347AT4 PHY cable length unit detection by Kantecki, Tomasz · 15 years ago
  36. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 15 years ago
  37. 1128c75 igb: VFTA Table Fix for i350 devices by Carolyn Wyborny · 15 years ago
  38. b6e0c41 igb: Move DMA Coalescing init code to separate function. by Carolyn Wyborny · 15 years ago
  39. 65189d2 igb: Fix for Alt MAC Address feature on 82580 and later devices by Carolyn Wyborny · 15 years ago
  40. 46a0169 igb: fix a compile warning by RongQing Li · 15 years ago
  41. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 15 years ago
  42. 0224d66 igb: Check if subordinate VFs are assigned to virtual machines by Greg Rose · 15 years ago
  43. 11ba69e igb: enable l4 timestamping for v2 event packets by Jacob Keller · 15 years ago
  44. 95b9c1d igb: fix skb truesize underestimation by Eric Dumazet · 15 years ago
  45. a28dc43 igb: Version bump. by Carolyn Wyborny · 15 years ago
  46. ca2e3e7 igb: Loopback functionality supports for i350 devices by Akeem G. Abodunrin · 15 years ago
  47. bed45a6 igb: fix static function warnings reported by sparse by Emil Tantilov · 15 years ago
  48. 8be10e9 igb: Add workaround for byte swapped VLAN on i350 local traffic by Alexander Duyck · 15 years ago
  49. 9ab64ba igb: Drop unnecessary write of E1000_IMS from igb_msix_other by Alexander Duyck · 15 years ago
  50. 06218a8 igb: Fix features that are currently 82580 only and should also be i350 by Alexander Duyck · 15 years ago
  51. c74d588 igb: Make certain one vector is always assigned in igb_request_irq by Alexander Duyck · 15 years ago
  52. 0d1ae7f igb: avoid unnecessarily creating a local copy of the q_vector by Alexander Duyck · 15 years ago
  53. 258daca Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 15 years ago
  54. 077887c igb: add support for NETIF_F_RXHASH by Alexander Duyck · 15 years ago
  55. 6d095fa igb: move TX hang check flag into ring->flags by Alexander Duyck · 15 years ago
  56. 5faf030 igb: fix recent VLAN changes that would leave VLANs disabled after reset by Alexander Duyck · 15 years ago
  57. 3ceb90f igb: leave staterr in place and instead us a helper function to check bits by Alexander Duyck · 15 years ago
  58. 294e7d7 igb: retire the RX_CSUM flag and use the netdev flag instead by Alexander Duyck · 15 years ago
  59. 4be000c igb: cleanup IVAR configuration by Alexander Duyck · 15 years ago
  60. 0ba8299 igb: Move ITR related data into work container within the q_vector by Alexander Duyck · 15 years ago
  61. 866cff0 igb: Consolidate all of the ring feature flags into a single value by Alexander Duyck · 15 years ago
  62. 6ad4edf igb: avoid unnecessary conversions from u16 to int by Alexander Duyck · 15 years ago
  63. 81c2fc2 igb: Use node specific allocations for the q_vectors and rings by Alexander Duyck · 15 years ago
  64. 7af40ad9 igb: push data into first igb_tx_buffer sooner to reduce stack usage by Alexander Duyck · 15 years ago
  65. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 15 years ago
  66. ebe42d1 igb: consolidate creation of Tx buffer info and data descriptor by Alexander Duyck · 15 years ago
  67. 2bbfebe igb: Combine all flag info fields into a single tx_flags structure by Alexander Duyck · 15 years ago
  68. 31f6adb igb: Cleanup protocol handling in transmit path by Alexander Duyck · 15 years ago
  69. e032afc igb: Create separate functions for generating cmd_type and olinfo by Alexander Duyck · 15 years ago
  70. 8542db0 igb: Make first and tx_buffer_info->next_to_watch into pointers by Alexander Duyck · 15 years ago
  71. 7d13a7d igb: Consolidate creation of Tx context descriptors into a single function by Alexander Duyck · 15 years ago
  72. 0603464 igb: split buffer_info into tx_buffer_info and rx_buffer_info by Alexander Duyck · 15 years ago
  73. 13fde97 igb: Make Tx budget for NAPI user adjustable by Alexander Duyck · 15 years ago
  74. 45b5846 igb: Alternate MAC Address Updates for Func2&3 by Akeem G. Abodunrin · 15 years ago
  75. 6538ee6 igb: Alternate MAC Address EEPROM Updates by Akeem G. Abodunrin · 15 years ago
  76. 76d0652 igb: Code to prevent overwriting SFP I2C by Akeem G. Abodunrin · 15 years ago
  77. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 15 years ago
  78. 6013690 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 15 years ago
  79. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 15 years ago
  80. 16eb881 igb: Refactor clean_rx_irq to reduce overhead and improve performance by Alexander Duyck · 15 years ago
  81. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 15 years ago
  82. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 15 years ago
  83. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 15 years ago
  84. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 15 years ago
  85. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 15 years ago
  86. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 15 years ago
  87. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 15 years ago
  88. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 15 years ago
  89. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 15 years ago