1. 87371b9 igb: Enable EEE LP advertisement by Matthew Vick · 12 years ago
  2. b980ac1 igb: Fix code comments and whitespace by Jeff Kirsher · 12 years ago
  3. f69aa39 igb: Support to read and export SFF-8472/8079 data by Akeem G. Abodunrin · 12 years ago
  4. f502ef7 igb: Support for 100base-fx SFP by Akeem G. Abodunrin · 12 years ago
  5. 4507dc9 igb: increase timeout for ethtool offline self-test by Stefan Assmann · 13 years ago
  6. 4b9ea46 igb: Copyright string update to year 2013 by Akeem G. Abodunrin · 13 years ago
  7. fc58075 igb: Add mechanism for detecting latched hardware Rx timestamp by Matthew Vick · 13 years ago
  8. 428f1f7 igb: Add timeout for PTP Tx work item by Matthew Vick · 13 years ago
  9. b66e239 igb: Add support for SW timestamping by Matthew Vick · 13 years ago
  10. 3860a0b igb: Unset sigdetect for SERDES loopback on 82580 and i350 by Carolyn Wyborny · 13 years ago
  11. 63d4a8f igb: No longer rely on APME to determine WoL settings by Matthew Vick · 13 years ago
  12. 24a372c igb: Ethtool support to enable and disable EEE by Akeem G. Abodunrin · 13 years ago
  13. 039454a igb: Support for modifying UDP RSS flow hashing by Akeem G. Abodunrin · 13 years ago
  14. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 13 years ago
  15. de78d1f igb: Lock buffer size at 2K even on systems with larger pages by Alexander Duyck · 13 years ago
  16. cbc8e55 igb: Map entire page and sync half instead of mapping and unmapping half pages by Alexander Duyck · 13 years ago
  17. 1a1c225 igb: Do not use header split, instead receive all frames into a single buffer by Alexander Duyck · 13 years ago
  18. a918802 igb: Correct PTP support query from ethtool. by Matthew Vick · 13 years ago
  19. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 13 years ago
  20. 3c89f6d igb: Tidy up wrapping for CONFIG_IGB_PTP. by Matthew Vick · 13 years ago
  21. 42f3c43 igb: Supported and Advertised Pause Frame by Akeem G. Abodunrin · 13 years ago
  22. 8aa23f0 igb: Add loopback test support for i210 by Carolyn Wyborny · 13 years ago
  23. bba6ec7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  24. 8376dad igb: update to allow reading/setting MDI state by Jesse Brandeburg · 13 years ago
  25. 119b0e0 igb: add delay to allow igb loopback test to succeed on 8086:10c9 by Stefan Assmann · 13 years ago
  26. d836200a igb: don't break user visible strings over multiple lines in igb_ethtool.c by Jesper Juhl · 13 years ago
  27. 89d351c igb: correct hardware type (i210/i211) check in igb_loopback_test() by Jesper Juhl · 13 years ago
  28. d67974f igb: Update firmware info output by Carolyn Wyborny · 13 years ago
  29. cb41145 igb: Support the get_ts_info ethtool method. by Carolyn Wyborny · 13 years ago
  30. f96a8a0 igb: Add Support for new i210/i211 devices. by Carolyn Wyborny · 13 years ago
  31. 7e3b4ff igb: output register's information related to RX/TX queue[4-15] by Koki Sanagi · 13 years ago
  32. 51a76c3 igb: fix ethtool offline test by Jeff Kirsher · 14 years ago
  33. 6e86132 igb: Update Copyright on all Intel copyrighted files. by Carolyn Wyborny · 14 years ago
  34. 749ab2c igb: add basic runtime PM support by Yan, Zheng · 14 years ago
  35. f83396a igb: Add flow control advertising to ethtool setting. by Carolyn Wyborny · 14 years ago
  36. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 14 years ago
  37. 258daca Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 14 years ago
  38. 3ceb90f igb: leave staterr in place and instead us a helper function to check bits by Alexander Duyck · 14 years ago
  39. 0ba8299 igb: Move ITR related data into work container within the q_vector by Alexander Duyck · 14 years ago
  40. 6ad4edf igb: avoid unnecessary conversions from u16 to int by Alexander Duyck · 14 years ago
  41. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 14 years ago
  42. 0603464 igb: split buffer_info into tx_buffer_info and rx_buffer_info by Alexander Duyck · 14 years ago
  43. 13fde97 igb: Make Tx budget for NAPI user adjustable by Alexander Duyck · 14 years ago
  44. 60136906 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 14 years ago
  45. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 14 years ago
  46. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 14 years ago
  47. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/igb/igb_ethtool.c]
  48. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 14 years ago
  49. a14bc2b igb: Fix for DH89xxCC near end loopback test by Robert Healy · 14 years ago
  50. 4297f99 igb: Update copyright on all igb driver files. by Carolyn Wyborny · 14 years ago
  51. ac52caa igb: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  52. 936db35 igb: convert to ethtool set_phys_id by Jeff Kirsher · 14 years ago
  53. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 14 years ago
  54. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  55. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  56. 831ec0b igb: Add DMA Coalescing feature to driver by Carolyn Wyborny · 14 years ago
  57. 4322e56 igb: Update NVM functions to work with i350 devices by Carolyn Wyborny · 14 years ago
  58. 0a915b9 igb: Add stats output for OS2BMC feature on i350 devices by Carolyn Wyborny · 14 years ago
  59. 3b668a7 igb: Fix strncpy calls to be safe per source code review tools by Carolyn Wyborny · 14 years ago
  60. 93ed835 igb: Fix reg pattern test in ethtool for i350 devices by Carolyn Wyborny · 14 years ago
  61. 12dcd86 igb: fix stats handling by Eric Dumazet · 15 years ago
  62. 8d420a1 igb: correct link test not being run when link is down by Alexander Duyck · 15 years ago
  63. 59d7198 igb: convert igb from using PCI DMA functions to using DMA API functions by Alexander Duyck · 15 years ago
  64. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. d5aa225 igb: restrict WoL for 82576 ET2 Quad Port Server Adapter by Stefan Assmann · 15 years ago
  66. 1b6e661 igb: modify register test for i350 to reflect read only bits in RDLEN/TDLEN by Alexander Duyck · 15 years ago
  67. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  69. d2ba2ed igb: add support for Intel I350 Gigabit Network Connection by Alexander Duyck · 15 years ago
  70. 3025a44 igb: Allocate rings seperately instead of as a block by Alexander Duyck · 15 years ago
  71. 88a268c igb: Power down link when interface is down by Nick Nunley · 15 years ago
  72. 3145535 igb: Report link status in ethtool when interface is down by Nick Nunley · 15 years ago
  73. 22939f0 igb: add support for wake-on-link by Nick Nunley · 15 years ago
  74. 58b8b04 igb: check both function bits in status register in wol exception by Alexander Duyck · 16 years ago
  75. 55cac24 igb: Add full support for 82580 devices by Alexander Duyck · 16 years ago
  76. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 16 years ago
  77. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  78. 128e45e igb: Rework how netdev->stats is handled by Alexander Duyck · 16 years ago
  79. 0e15439a igb: change type for ring sizes to u16 in igb_set_ring_param by Alexander Duyck · 16 years ago
  80. 49b2de8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  81. d6b9076 igb: Fix warnings in igb_set_ringparam() by David S. Miller · 16 years ago
  82. 317f66b igb: misc cleanups within igb_ethtool.c by Alexander Duyck · 16 years ago
  83. 4fc82ad igb: add support for seperate tx-usecs setting in ethtool by Alexander Duyck · 16 years ago
  84. 83ab50a igb: cleanup "todo" code found in igb_ethtool.c by Alexander Duyck · 16 years ago
  85. 4eefa8f igb: add single vector msi-x testing to interrupt test by Alexander Duyck · 16 years ago
  86. ad93d17 igb: make ethtool use core xmit map and free functionality by Alexander Duyck · 16 years ago
  87. d7ee5b3 igb: re-use ring configuration code in ethtool testing by Alexander Duyck · 16 years ago
  88. 85ad76b igb: add a flags value to the ring by Alexander Duyck · 16 years ago
  89. 04a5fcaa igb: move alloc_failed and csum_err stats into per rx-ring stat by Alexander Duyck · 16 years ago
  90. 8078529 igb: add pci device pointer to ring structure by Alexander Duyck · 16 years ago
  91. 094919a igb: remove rx checksum good counter by Alexander Duyck · 16 years ago
  92. 047e003 igb: add new data structure for handling interrupts and NAPI by Alexander Duyck · 16 years ago
  93. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. 6d9f4fc igb: fix memory leak when setting ring size while interface is down by Alexander Duyck · 16 years ago
  95. 231835e igb: Fix erroneous display of stats by ethtool -S by Ajit Khaparde · 16 years ago
  96. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 16 years ago
  97. 8d24e93 igb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  98. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 16 years ago
  99. 0cce119 igb: cleanup flow control configuration to make requested/current more clear by Alexander Duyck · 16 years ago
  100. 08a72b5 igb: remove unused switch statement from igb_set_wol by Alexander Duyck · 16 years ago