1. ac28b41 igb: restore PPS signal on igb_ptp_reset by Jacob Keller · 8 years ago
  2. 7a277a9 igb: support RX flow classification by VLAN priority by Gangfeng Huang · 8 years ago
  3. 64c75d4 igb: support RX flow classification by ethertype by Gangfeng Huang · 8 years ago
  4. 0e71def igb: add support of RX network flow classification by Gangfeng Huang · 8 years ago
  5. e3f2350 igb: implement igb_ptp_suspend by Jacob Keller · 8 years ago
  6. 6373716 igb: introduce IGB_PTP_OVERFLOW_CHECK flag by Jacob Keller · 8 years ago
  7. 462f118 igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP by Jacob Keller · 8 years ago
  8. 3f544d2 igb: adjust PTP timestamps for Tx/Rx latency by Nathan Sullivan · 8 years ago
  9. a51d8c2 igb: use BIT() macro or unsigned prefix by Jacob Keller · 8 years ago
  10. 46eafa5 igb: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  11. 16903ca igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE by Alexander Duyck · 9 years ago
  12. d3836f8 igb: Do not factor VLANs into RLPML calculation by Alexander Duyck · 9 years ago
  13. 73bf804 igb: don't unmap NULL hw_addr by Jarod Wilson · 9 years ago
  14. 40c9b07 net: igb: avoid using timespec by Arnd Bergmann · 9 years ago
  15. 72ddef0 igb: Fix oops caused by missing queue pairing by Shota Suzuki · 9 years ago
  16. 720db4f igb: enable auxiliary PHC functions for the i210 by Richard Cochran · 10 years ago
  17. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  18. 7acf631 igb: remove blocking phy read from inside spinlock by Bernhard Kaindl · 10 years ago
  19. e52c0f9 igb: Cleanups to change comment style on license headers by Carolyn Wyborny · 10 years ago
  20. 9005df3 igb: Cleanups to fix incorrect indentation by Carolyn Wyborny · 10 years ago
  21. 5499a96 igb: fix last_rx_timestamp usage by Jakub Kicinski · 10 years ago
  22. ed4420a igb: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 11 years ago
  23. 6ab5f7b igb: implement SIOCGHWTSTAMP ioctl by Jacob Keller · 11 years ago
  24. f4c01e9 igb: Fix for devices using ethtool for EEE settings by Carolyn Wyborny · 11 years ago
  25. 74cfb2e igb: Update license text to remove FSF address and update copyright. by Carolyn Wyborny · 11 years ago
  26. 167f3f7 igb: make local functions static and remove dead code by Jeff Kirsher · 11 years ago
  27. cd14ef5 igb: Change to use statically allocated array for MSIx entries by Carolyn Wyborny · 11 years ago
  28. e3670b8 igb: Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  29. 56cec24 igb: Add new feature Media Auto Sense for 82580 devices only by Carolyn Wyborny · 11 years ago
  30. 2bdfc4e igb: Add media switching feature for i354 PHY's by Carolyn Wyborny · 11 years ago
  31. 907b783 igb: Add ethtool support to configure number of channels by Laura Mihaela Vasilescu · 11 years ago
  32. 5ccc921 intel: Remove extern from function prototypes by Joe Perches · 11 years ago
  33. aa9b8cc igb: Implementation of 1-sec delay for i210 devices by Akeem G Abodunrin · 11 years ago
  34. ed12cc9 igb: Expose RSS indirection table for ethtool by Laura Mihaela Vasilescu · 11 years ago
  35. c342b39 igb: Add macro for size of RETA indirection table by Laura Mihaela Vasilescu · 11 years ago
  36. f7727c5 igb: Removed unused i2c function by Akeem G. Abodunrin · 11 years ago
  37. 20a4841 igb: Add update to last_rx_timestamp in Rx rings by Matthew Vick · 11 years ago
  38. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. ceb5f13 igb: Add support for i354 devices by Carolyn Wyborny · 11 years ago
  40. 70ea478 igb: add support for spoofchk config by Lior Levy · 12 years ago
  41. b980ac1 igb: Fix code comments and whitespace by Jeff Kirsher · 12 years ago
  42. f69aa39 igb: Support to read and export SFF-8472/8079 data by Akeem G. Abodunrin · 11 years ago
  43. f9d40f6 igb: Revert support for build_skb in igb by Alexander Duyck · 11 years ago
  44. 603e86f igb: Fix for lockdep issue in igb_get_i2c_client by Carolyn Wyborny · 12 years ago
  45. 21ba6fe igb: Update igb to use a path similar to ixgbe to determine when to stop Tx by Alexander Duyck · 12 years ago
  46. 74e238e igb: Support using build_skb in the case that jumbo frames are disabled by Alexander Duyck · 12 years ago
  47. 4b9ea46 igb: Copyright string update to year 2013 by Akeem G. Abodunrin · 12 years ago
  48. fc58075 igb: Add mechanism for detecting latched hardware Rx timestamp by Matthew Vick · 12 years ago
  49. 428f1f7 igb: Add timeout for PTP Tx work item by Matthew Vick · 12 years ago
  50. e428893 igb: Enable hwmon data output for thermal sensors via I2C. by Carolyn Wyborny · 12 years ago
  51. 441fc6f igb: Add i2c interface to igb. by Carolyn Wyborny · 12 years ago
  52. 3860a0b igb: Unset sigdetect for SERDES loopback on 82580 and i350 by Carolyn Wyborny · 12 years ago
  53. 63d4a8f igb: No longer rely on APME to determine WoL settings by Matthew Vick · 12 years ago
  54. 1d9daf4 igb: Update igb Tx flags to improve code efficiency by Alexander Duyck · 12 years ago
  55. 039454a igb: Support for modifying UDP RSS flow hashing by Akeem G. Abodunrin · 12 years ago
  56. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  57. 5536d21 igb: Combine q_vector and ring allocation into a single function by Alexander Duyck · 12 years ago
  58. de78d1f igb: Lock buffer size at 2K even on systems with larger pages by Alexander Duyck · 12 years ago
  59. cbc8e55 igb: Map entire page and sync half instead of mapping and unmapping half pages by Alexander Duyck · 12 years ago
  60. 1a1c225 igb: Do not use header split, instead receive all frames into a single buffer by Alexander Duyck · 12 years ago
  61. b534550 igb: Split Rx timestamping into two separate functions by Alexander Duyck · 12 years ago
  62. c9f14bf3 igb: Use dma_unmap_addr and dma_unmap_len defines by Alexander Duyck · 12 years ago
  63. f33005a igb: Remove logic that was doing NUMA pseudo-aware allocations by Alexander Duyck · 12 years ago
  64. f557147 igb: Change how we check for pre-existing and assigned VFs by Stefan Assmann · 12 years ago
  65. 1f6e817 igb: Prevent dropped Tx timestamps via work items and interrupts. by Matthew Vick · 12 years ago
  66. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 12 years ago
  67. 3c89f6d igb: Tidy up wrapping for CONFIG_IGB_PTP. by Matthew Vick · 12 years ago
  68. 9936a7b igb: reduce Rx header size by Eric Dumazet · 12 years ago
  69. d67974f igb: Update firmware info output by Carolyn Wyborny · 12 years ago
  70. 374a542 igb: Streamline RSS queue and queue pairing assignment logic. by Matthew Vick · 12 years ago
  71. f96a8a0 igb: Add Support for new i210/i211 devices. by Carolyn Wyborny · 12 years ago
  72. 7ebae81 igb: offer a PTP Hardware Clock instead of the timecompare method by Richard Cochran · 13 years ago
  73. d339b13 igb: add PTP Hardware Clock code by Richard Cochran · 13 years ago
  74. 6e86132 igb: Update Copyright on all Intel copyrighted files. by Carolyn Wyborny · 13 years ago
  75. bdbc063 igb: Add support for byte queue limits. by Eric Dumazet · 13 years ago
  76. 1128c75 igb: VFTA Table Fix for i350 devices by Carolyn Wyborny · 13 years ago
  77. 0224d66 igb: Check if subordinate VFs are assigned to virtual machines by Greg Rose · 13 years ago
  78. 8be10e9 igb: Add workaround for byte swapped VLAN on i350 local traffic by Alexander Duyck · 13 years ago
  79. 6d095fa igb: move TX hang check flag into ring->flags by Alexander Duyck · 13 years ago
  80. 3ceb90f igb: leave staterr in place and instead us a helper function to check bits by Alexander Duyck · 13 years ago
  81. 294e7d7 igb: retire the RX_CSUM flag and use the netdev flag instead by Alexander Duyck · 13 years ago
  82. 0ba8299 igb: Move ITR related data into work container within the q_vector by Alexander Duyck · 13 years ago
  83. 866cff0 igb: Consolidate all of the ring feature flags into a single value by Alexander Duyck · 13 years ago
  84. 81c2fc2 igb: Use node specific allocations for the q_vectors and rings by Alexander Duyck · 13 years ago
  85. 7af40ad9 igb: push data into first igb_tx_buffer sooner to reduce stack usage by Alexander Duyck · 13 years ago
  86. ebe42d1 igb: consolidate creation of Tx buffer info and data descriptor by Alexander Duyck · 13 years ago
  87. 2bbfebe igb: Combine all flag info fields into a single tx_flags structure by Alexander Duyck · 13 years ago
  88. e032afc igb: Create separate functions for generating cmd_type and olinfo by Alexander Duyck · 13 years ago
  89. 8542db0 igb: Make first and tx_buffer_info->next_to_watch into pointers by Alexander Duyck · 13 years ago
  90. 0603464 igb: split buffer_info into tx_buffer_info and rx_buffer_info by Alexander Duyck · 13 years ago
  91. 13fde97 igb: Make Tx budget for NAPI user adjustable by Alexander Duyck · 13 years ago
  92. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 13 years ago
  93. 6013690 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 13 years ago
  94. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 13 years ago
  95. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 13 years ago
  96. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 13 years ago
  97. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 13 years ago
  98. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 13 years ago
  99. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 13 years ago
  100. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/igb/igb.h]