1. 3a28926 ixgbe: move setting RSC into a separate function by Emil Tantilov · 14 years ago
  2. e4911d5 ixgbe: add support for nfc addition and removal of filters by Alexander Duyck · 14 years ago
  3. 3e05334 ixgbe: add support for displaying ntuple filters via the nfc interface by Alexander Duyck · 14 years ago
  4. 91cd94b ixgbe: add basic support for setting and getting nfc controls by Alexander Duyck · 14 years ago
  5. 03ecf91 ixgbe: fix flags relating to perfect filters to support coexistence by Alexander Duyck · 14 years ago
  6. b29a216 ixgbe: remove ntuple filtering by Alexander Duyck · 14 years ago
  7. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  8. d034acf ixgbe: Merge ATR reinit into the service task by Alexander Duyck · 14 years ago
  9. 58f6bcf ixgbe: add ethtool counters for OS2BMC by Emil Tantilov · 14 years ago
  10. 67a74ee ixgbe: add rxhash support by Emil Tantilov · 14 years ago
  11. 68c7005 ixgbe: improve EEPROM read/write operations by Emil Tantilov · 14 years ago
  12. 95a4601 ixgbe: fix sparse warning by Emil Tantilov · 14 years ago
  13. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  14. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  15. 66e6961 ixgbe: convert to ethtool set_phys_id by Emil Tantilov · 14 years ago
  16. e7fd925 ixgbe: fix X540 ethtool loopback test. by Don Skidmore · 14 years ago
  17. 11b1d38 ixgbe: remove ntuple display support by Alexander Duyck · 14 years ago
  18. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 14 years ago
  19. 2b642ca ixgbe: fix setting and reporting of advertised speeds by Emil Tantilov · 14 years ago
  20. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 14 years ago
  21. 1b1c0a4 ixgbe: Adding 100MB FULL support in ethtool by Atita Shirwaikar · 15 years ago
  22. 45b9f50 ixgbe: update ntuple filter configuration by Alexander Duyck · 15 years ago
  23. 905e4a4 ixgbe: cleanup flow director hash computation to improve performance by Alexander Duyck · 15 years ago
  24. 2d39d57 ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer by Yi Zou · 15 years ago
  25. 9fe93af ixgbe: cleanup string function calls to use bound checking versions. by Don Skidmore · 15 years ago
  26. 5136cad ixgbe: fix ntuple support by Emil Tantilov · 15 years ago
  27. 6674450 Intel Wired LAN drivers: Use static const by Jeff Kirsher · 15 years ago
  28. 0b077fe ixgbe: add WOL support for SFP+ subdevice by Don Skidmore · 15 years ago
  29. b93a222 ixgbe: add support for x540 MAC by Don Skidmore · 15 years ago
  30. fe15e8e1 ixgbe: add MAC and PHY support for x540 by Don Skidmore · 15 years ago
  31. 673ac60 ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c by Alexander Duyck · 15 years ago
  32. 50d6c68 ixgbe: add WOL support for backplane adapters by Alexander Duyck · 15 years ago
  33. e2b4e21 ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration by Alexander Duyck · 15 years ago
  34. bd50817 ixgbe: change mac_type if statements to switch statements by Alexander Duyck · 15 years ago
  35. 80fba3f ixgbe: Disable RSC when ITR setting is too high to allow RSC by Alexander Duyck · 15 years ago
  36. fc77dc3 ixgbe: add a netdev pointer to the ring structure by Alexander Duyck · 15 years ago
  37. b6ec895 ixgbe: move device pointer into the ring structure by Alexander Duyck · 15 years ago
  38. 4c0ec65 ixgbe: remove unnecessary re-init of adapter on Rx-csum change by Alexander Duyck · 15 years ago
  39. de1036b ixgbe: fix stats handling by Eric Dumazet · 15 years ago
  40. f62bbb5 ixgbe: Update ixgbe to use new vlan accleration. by Jesse Gross · 15 years ago
  41. 807540b drivers/net: return operator cleanup by Eric Dumazet · 15 years ago
  42. 84418e3 ixgbe: rewrite ethtool test to use standard config functions by Alexander Duyck · 15 years ago
  43. 31f05a2 ixgbe: update all DESC_ADV macros to accept a ring pointer by Alexander Duyck · 15 years ago
  44. 083fc58 ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries by Don Skidmore · 15 years ago
  45. 55bad82 ixgbe: fix ethtool stats by Eric Dumazet · 15 years ago
  46. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 15 years ago
  47. 396e799 ixgbe: use netif_<level> instead of netdev_<level> by Emil Tantilov · 15 years ago
  48. 0a17d8c ixgbe: use NETIF_F_LRO by Stanislaw Gruszka · 15 years ago
  49. cb836a9 ixgbe: add 1g PHY support for 82599 by Don Skidmore · 15 years ago
  50. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 15 years ago
  51. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. 28c8e47 ixgbe: fix automatic LRO/RSC settings for low latency by Andy Gospodarek · 15 years ago
  53. 849c454 ixgbe: Use netdev_<level>, dev_<level>, pr_<level> by Emil Tantilov · 15 years ago
  54. ea0a04d ixgbe: add support for active DA cables by Don Skidmore · 15 years ago
  55. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  56. 1b50773 ixgbe: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  57. 1c4f0ef ixgbe: cleanup ethtool autoneg input by Don Skidmore · 15 years ago
  58. ef02119 ixgbe: fix bug when EITR=0 causing no writebacks by Jesse Brandeburg · 15 years ago
  59. f8d1dca ixgbe: enable extremely low latency by Jesse Brandeburg · 15 years ago
  60. 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
  61. e7d481a ixgbe: Do not run all Diagnostic offline tests when VFs are active by Greg Rose · 15 years ago
  62. a922afb ixgbe: do not stop tx queues in ixgbe_set_tso by John Fastabend · 15 years ago
  63. 9a713e7 ixgbe: Add support for the new ethtool n-tuple programming interface by Peter Waskiewicz · 16 years ago
  64. 4a0b9ca ixgbe: Make descriptor ring allocations NUMA-aware by PJ Waskiewicz · 16 years ago
  65. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  66. 8c47eaa ixgbe: update copyright dates by Shannon Nelson · 16 years ago
  67. bdbec4b ixgbe: Fix ethtool diag test for VT mode operation by Greg Rose · 16 years ago
  68. 60d5113 ixgbe: Fix TX stats accounting by Eric Dumazet · 16 years ago
  69. 7ca3bc5 ixgbe: performance tweaks by Jesse Brandeburg · 16 years ago
  70. 3b8626b ixgbe: Display currently attached PHY through ethtool by PJ Waskiewicz · 16 years ago
  71. cfb3f91 ixgbe: handle parameters for tx and rx EITR, no div0 by Shannon Nelson · 16 years ago
  72. 94b982b ixgbe: Modify 82599 HWRSC statistics counters by Mallikarjuna R Chilakala · 16 years ago
  73. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 16 years ago
  74. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. 759884b ixgbe: fix memory leak when resizing rings while interface is down by Alexander Duyck · 16 years ago
  76. 29c3a05 ixgbe: Fix erroneous display of stats by ethtool -S by Ajit Khaparde · 16 years ago
  77. 2d86f13 ixgbe: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  78. aad7191 ixgbe patch to provide NIC's tx/rx counters via ethtool by Ben Greear · 16 years ago
  79. f7554a2 ixgbe: Allow tx itr specific settings by Nelson, Shannon · 16 years ago
  80. 8620a10 ixgbe: refactor link setup code by Mallikarjuna R Chilakala · 16 years ago
  81. 46a72b3 ixgbe: Fix isues while reporting 8259x backplane link capabilities by Mallikarjuna R Chilakala · 16 years ago
  82. 5c16807 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. 237057a ixgbe: fix issues setting rx-usecs with legacy interrupts by Don Skidmore · 16 years ago
  84. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. 0a92457 ixgbe: Fix RSC completion delay causing Rx interrupts to stop by Peter P Waskiewicz Jr · 16 years ago
  86. 0c19d6a ixgbe: Fix usage of second flags bitmap when using LRO/RSC by Peter P Waskiewicz Jr · 16 years ago
  87. f4ec443 ixgbe: Remove legacy descriptor support by Peter P Waskiewicz Jr · 16 years ago
  88. e5d57af ixgbe: Not allow 8259x unsupported wol options change from ethtool by Mallikarjuna R Chilakala · 16 years ago
  89. a380137 ixgbe: Fix device capabilities of 82599 single speed fiber NICs. by Mallikarjuna R Chilakala · 16 years ago
  90. c4cf55e ixgbe: Enable Flow Director hashing in 82599 by Peter P Waskiewicz Jr · 16 years ago
  91. df647b5 ixgbe: Add a second feature flags variable, move HW RSC capability there by Peter P Waskiewicz Jr · 16 years ago
  92. fe49f04 ixgbe: move v_idx into q_vector and use as index only by Alexander Duyck · 16 years ago
  93. 7476601 ixgbe: ethtool support to change advertised link modes of 82599 adapters by Mallikarjuna R Chilakala · 16 years ago
  94. 620fa03 ixgbe: Fix 82599 adapter link flickering issues by Mallikarjuna R Chilakala · 16 years ago
  95. da4dd0f ixgbe: Add ethtool offline test support by Peter P Waskiewicz Jr · 16 years ago
  96. 8756924 ixgbe: When in DCB mode with PFC enabled, show LFC is disabled by Peter P Waskiewicz Jr · 16 years ago
  97. 264857b ixgbe: Allow link flow control in DCB mode for 82599 adapters by Peter P Waskiewicz Jr · 16 years ago
  98. 6d45522 ixgbe: Add FCoE related statistics to 82599 by Yi Zou · 16 years ago
  99. 7a921c9 ixgbe: make q_vectors dynamic to reduce netdev size by Alexander Duyck · 16 years ago
  100. f8212f9 ixgbe: enable HW RSC for 82599 by Alexander Duyck · 16 years ago