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