1. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  2. e8c626e igb: Update DMA Coalescing threshold calculation. by Matthew Vick · 13 years ago
  3. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  4. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  5. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  6. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  7. 1128c75 igb: VFTA Table Fix for i350 devices by Carolyn Wyborny · 13 years ago
  8. b6e0c41 igb: Move DMA Coalescing init code to separate function. by Carolyn Wyborny · 13 years ago
  9. 46a0169 igb: fix a compile warning by RongQing Li · 13 years ago
  10. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  11. 0224d66 igb: Check if subordinate VFs are assigned to virtual machines by Greg Rose · 13 years ago
  12. 11ba69e igb: enable l4 timestamping for v2 event packets by Jacob Keller · 13 years ago
  13. 95b9c1d igb: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  14. a28dc43 igb: Version bump. by Carolyn Wyborny · 13 years ago
  15. 8be10e9 igb: Add workaround for byte swapped VLAN on i350 local traffic by Alexander Duyck · 13 years ago
  16. 9ab64ba igb: Drop unnecessary write of E1000_IMS from igb_msix_other by Alexander Duyck · 13 years ago
  17. 06218a8 igb: Fix features that are currently 82580 only and should also be i350 by Alexander Duyck · 13 years ago
  18. c74d588 igb: Make certain one vector is always assigned in igb_request_irq by Alexander Duyck · 13 years ago
  19. 0d1ae7f igb: avoid unnecessarily creating a local copy of the q_vector by Alexander Duyck · 13 years ago
  20. 077887c igb: add support for NETIF_F_RXHASH by Alexander Duyck · 13 years ago
  21. 6d095fa igb: move TX hang check flag into ring->flags by Alexander Duyck · 13 years ago
  22. 5faf030 igb: fix recent VLAN changes that would leave VLANs disabled after reset by Alexander Duyck · 13 years ago
  23. 3ceb90f igb: leave staterr in place and instead us a helper function to check bits by Alexander Duyck · 13 years ago
  24. 294e7d7 igb: retire the RX_CSUM flag and use the netdev flag instead by Alexander Duyck · 13 years ago
  25. 4be000c igb: cleanup IVAR configuration by Alexander Duyck · 13 years ago
  26. 0ba8299 igb: Move ITR related data into work container within the q_vector by Alexander Duyck · 13 years ago
  27. 866cff0 igb: Consolidate all of the ring feature flags into a single value by Alexander Duyck · 13 years ago
  28. 6ad4edf igb: avoid unnecessary conversions from u16 to int by Alexander Duyck · 13 years ago
  29. 81c2fc2 igb: Use node specific allocations for the q_vectors and rings by Alexander Duyck · 13 years ago
  30. 7af40ad igb: push data into first igb_tx_buffer sooner to reduce stack usage by Alexander Duyck · 13 years ago
  31. ebe42d1 igb: consolidate creation of Tx buffer info and data descriptor by Alexander Duyck · 13 years ago
  32. 2bbfebe igb: Combine all flag info fields into a single tx_flags structure by Alexander Duyck · 13 years ago
  33. 31f6adb igb: Cleanup protocol handling in transmit path by Alexander Duyck · 13 years ago
  34. e032afc igb: Create separate functions for generating cmd_type and olinfo by Alexander Duyck · 13 years ago
  35. 8542db0 igb: Make first and tx_buffer_info->next_to_watch into pointers by Alexander Duyck · 13 years ago
  36. 7d13a7d igb: Consolidate creation of Tx context descriptors into a single function by Alexander Duyck · 13 years ago
  37. 0603464 igb: split buffer_info into tx_buffer_info and rx_buffer_info by Alexander Duyck · 13 years ago
  38. 13fde97 igb: Make Tx budget for NAPI user adjustable by Alexander Duyck · 13 years ago
  39. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 13 years ago
  40. 6013690 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 13 years ago
  41. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 13 years ago
  42. 16eb881 igb: Refactor clean_rx_irq to reduce overhead and improve performance by Alexander Duyck · 13 years ago
  43. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 13 years ago
  44. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 13 years ago
  45. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 13 years ago
  46. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 13 years ago
  47. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 13 years ago
  48. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  49. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  50. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  51. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/igb/igb_main.c]
  52. 6d337dc igb: fix WOL on second port of i350 device by Carolyn Wyborny · 13 years ago
  53. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  54. 48b0375 igb: remove duplicated #include by Huang Weiyi · 13 years ago
  55. b2cb09b igb: do vlan cleanup by Jiri Pirko · 13 years ago
  56. 4297f99 igb: Update copyright on all igb driver files. by Carolyn Wyborny · 13 years ago
  57. bdaae04 igb: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  58. ac52caa igb: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  59. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  60. 929dd04 igb: Change version to remove number after -k in kernel versions. by Carolyn Wyborny · 13 years ago
  61. 665c8c8 igb: fix i350 SR-IOV failture by Williams, Mitch A · 13 years ago
  62. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  63. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 13 years ago
  64. 563988d igb: introduce igb_thermal_sensor_event for sensor checking by Stefan Assmann · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  66. 7ef5ed1 igb: Add messaging for thermal sensor events on i350 devices by Carolyn Wyborny · 13 years ago
  67. 673b8b7 igb: fix hw timestamping by Anders Berggren · 14 years ago
  68. 0d1fe82 igb: Bump version to 3.0.6 by Carolyn Wyborny · 13 years ago
  69. 831ec0b igb: Add DMA Coalescing feature to driver by Carolyn Wyborny · 13 years ago
  70. 4322e56 igb: Update NVM functions to work with i350 devices by Carolyn Wyborny · 13 years ago
  71. 09b068d igb: Add Energy Efficient Ethernet (EEE) for i350 devices. by Carolyn Wyborny · 13 years ago
  72. 0a915b9 igb: Add stats output for OS2BMC feature on i350 devices by Carolyn Wyborny · 13 years ago
  73. 9b082d7 igb: warn if max_vfs limit is exceeded by Stefan Assmann · 13 years ago
  74. c2b6a05 igb: update version string by Carolyn Wyborny · 13 years ago
  75. 4c4b42c igb: Update Intel copyright notice for driver source. by Carolyn Wyborny · 13 years ago
  76. 17dc566 igb: add support for VF Transmit rate limit using iproute2 by Lior Levy · 14 years ago
  77. 6b78bb1 igb: Enable PF side of SR-IOV support for i350 devices by Carolyn Wyborny · 14 years ago
  78. 6493d24 igb: Add support for i340 Quad Port Fiber Adapter by Carolyn Wyborny · 14 years ago
  79. 1380046 igb: Add Anti-spoofing feature support by Greg Rose · 14 years ago
  80. 1b5dda3 igb: Some fine tuning by Gasparakis, Joseph · 14 years ago
  81. a6b5ea3 igb: Warn on attempt to override administratively set MAC/VLAN by Greg Rose · 14 years ago
  82. 8fa7e0f igb: Fix overwrite of the VF's flags by Greg Rose · 14 years ago
  83. 760141a igb[v],ixgbe: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  84. 9835fd7 igb: Add new function to read part number from EEPROM in string format by Carolyn Wyborny · 14 years ago
  85. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  86. c175801 igb: Fix unused variable warning. by Jesse Gross · 14 years ago
  87. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  88. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  89. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  90. 12dcd86 igb: fix stats handling by Eric Dumazet · 14 years ago
  91. cd2638a igb: add check for fiber/serdes devices to igb_set_spd_dplx; by Carolyn Wyborny · 14 years ago
  92. 21adef3 igb: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  93. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  94. 7b872a5 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags by Yi Zou · 14 years ago
  95. 308fb39 igb: Add support for DH89xxCC by Joseph Gasparakis · 14 years ago
  96. d85b9004 igb: clear VF_PROMISC bits instead of setting all other bits by Alexander Duyck · 14 years ago
  97. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  98. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  99. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  100. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago