1. 65e87c0 i40evf: support queue-specific settings for interrupt moderation by Jacob Keller · 8 years ago
  2. 234dc4e i40e: cleanup ATR auto_disable_flags use by Jacob Keller · 8 years ago
  3. f158235 i40e: fix setting user defined RSS hash key by Alan Brady · 8 years ago
  4. fbcfac3 i40e: use matching format identifiers by Heinrich Schuchardt · 8 years ago
  5. eb0dd6e i40e: Allow RSS Hash set with less than four parameters by Carolyn Wyborny · 8 years ago
  6. 59826d9 i40e: don't allow reduction of channels below active FD rules by Jacob Keller · 8 years ago
  7. 9169827 i40e: add missing link advertise setting by Stefan Assmann · 8 years ago
  8. 2853704 i40e: Fix to show correct Advertised Link Modes when link is down by Avinash Dayanand · 8 years ago
  9. 01a7a9f i40e: Removing unnecessary code which caused supported link mode bug by Avinash Dayanand · 8 years ago
  10. 6536227 i40e: fix missing DA cable check by Serey Kong · 8 years ago
  11. 06566e5 i40e: Refactor ethtool get_settings by Catherine Sullivan · 8 years ago
  12. b556989 i40e: Add vf-true-promisc-support priv flag by Anjali Singhai Jain · 8 years ago
  13. 06c0e39 i40e: Add support for disabling all link and change bits needed for PHY interactions by Kevin Scott · 8 years ago
  14. 147e81e i40e: Test memory before ethtool alloc succeeds by Jesse Brandeburg · 8 years ago
  15. 1a557afc i40e: Refactor receive routine by Jesse Brandeburg · 8 years ago
  16. b32bfa1 i40e: Drop packet split receive routine by Jesse Brandeburg · 8 years ago
  17. bab3a34 i40e: Code cleanup in i40e_add_fdir_ethtool by Shannon Nelson · 8 years ago
  18. 16badc3 i40e: Fix for supported link modes in 10GBaseT PHY's by Avinash Dayanand · 8 years ago
  19. 08ca387 i40e: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  20. f3757a4 i40e/ethtool: support coalesce setting by queue by Kan Liang · 9 years ago
  21. be280ba i40e/ethtool: support coalesce getting by queue by Kan Liang · 9 years ago
  22. a75e800 i40e: queue-specific settings for interrupt moderation by Kan Liang · 9 years ago
  23. 272cdaf2 i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw. by Shannon Nelson · 9 years ago
  24. 31b606d i40e: Fix led blink capability for 10GBaseT PHY by Carolyn Wyborny · 9 years ago
  25. 6e93d0c i40e: better error reporting for nvmupdate by Shannon Nelson · 9 years ago
  26. dd35310 i40e: Add a SW workaround for lost interrupts by Anjali Singhai Jain · 9 years ago
  27. 66fc360 i40e: use new add_veb calling with VEB stats control by Shannon Nelson · 9 years ago
  28. 72b7486 i40e: add priv flag for automatic rule eviction by Anjali Singhai Jain · 9 years ago
  29. c40918c i40e: count allocation errors by Jesse Brandeburg · 9 years ago
  30. 1d0a4ad i40e: add counter for arq overflows by Mitch Williams · 9 years ago
  31. f8db54cc i40e: add 100Mb ethtool reporting by Catherine Sullivan · 9 years ago
  32. 3d0da5b i40e/i40evf: Fix for UDP/TCP RSS for X722 by Anjali Singhai Jain · 9 years ago
  33. 48b1804 i40e: Replace X722 mac check in ethtool get_settings by Catherine Sullivan · 9 years ago
  34. 6e35c04 i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool by Anjali Singhai Jain · 9 years ago
  35. 827de39 i40e: use priv flags to control packet split by Jesse Brandeburg · 9 years ago
  36. 28c5869 i40e: add new fields to store user configuration by Helin Zhang · 9 years ago
  37. 043dd65 i40e: create a generic configure rss function by Helin Zhang · 9 years ago
  38. e69ff81 i40e: rework the functions to configure RSS with similar parameters by Helin Zhang · 9 years ago
  39. 3e3aa21 i40e: return the number of enabled queues for ETHTOOL_GRXRINGS by Helin Zhang · 9 years ago
  40. 164c9f5 i40e/i40evf: Add a stat to track how many times we have to do a force WB by Anjali Singhai Jain · 9 years ago
  41. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. 74a6c66 i40e: fix stats offsets by Jesse Brandeburg · 9 years ago
  43. 52e9689 i40e: Move error message to debug level by Catherine Sullivan · 9 years ago
  44. 3ce12ee i40e: Fix order of checks when enabling/disabling autoneg in ethtool by Catherine Sullivan · 9 years ago
  45. 48becae i40e: Recognize 1000Base_T_Optical phy type when link is up by Catherine Sullivan · 9 years ago
  46. ac26fc1 i40e/i40evf: moderate interrupts differently by Jesse Brandeburg · 9 years ago
  47. 1cdfd88 i40e: priv flag for controlling VEB stats by Shannon Nelson · 9 years ago
  48. 3c5c420 i40e: remove read/write failed messages from nvmupdate by Shannon Nelson · 9 years ago
  49. 6dec101 i40e: generate fewer startup messages by Shannon Nelson · 9 years ago
  50. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  51. 874d1a1 i40e/i40evf: remove redundant declarations of a variable and a function by Shannon Nelson · 9 years ago
  52. 3b6c217 i40e: Remove 100M SGMII unless hw is X722 by Catherine Sullivan · 9 years ago
  53. ef17178 i40e: use priv flags to control flow director by Jesse Brandeburg · 9 years ago
  54. fc72dbc i40e/i40evf: Refactor PHY structure and add phy_capabilities enum by Catherine Sullivan · 9 years ago
  55. 0a862b4 i40e/i40evf: Add module_types and update_link_info by Catherine Sullivan · 9 years ago
  56. 6995b36 i40e/i40evf: clean up some code by Jesse Brandeburg · 9 years ago
  57. 9ac7726 i40e: add switch for link polling by Shannon Nelson · 9 years ago
  58. c156f85 i40e: Fix multiple link up messages by Matt Jared · 9 years ago
  59. 1e8efb4 i40e: fix erroneous WARN_ON by Jesse Brandeburg · 9 years ago
  60. 2fc3d71 i40e/i40evf: Add a stat to keep track of linearization count by Anjali Singhai Jain · 9 years ago
  61. a72a5abc i40e: fix bug in return from get_link_status and avoid spurious link messages by Jesse Brandeburg · 9 years ago
  62. 0002e11 i40e: Never let speed get set to 0 in get_settings by Catherine Sullivan · 9 years ago
  63. bc5166b9 i40e/i40evf: add driver support for new device ids by Shannon Nelson · 9 years ago
  64. d1a8d27 i40e: Strip VEB stats if they are disabled in HW by Anjali Singhai Jain · 9 years ago
  65. 48a3b51 i40e/i40evf: add new device id 1588 by Shannon Nelson · 9 years ago
  66. cd494fb i40e: correct spelling error by Mitch Williams · 9 years ago
  67. b4e53f0 i40e: Fix comment for ethtool diagnostic link test by Greg Rose · 9 years ago
  68. fe860af i40e/i40evf: Add capability to gather VEB per TC stats by Neerav Parikh · 9 years ago
  69. 510efb2 i40e: Fix ethtool offline diagnostic with netqueues by Greg Rose · 9 years ago
  70. 9f7c944 i40e: add RX to port CRC errors label by Shannon Nelson · 9 years ago
  71. 41a1d04 i40e: use BIT and BIT_ULL macros by Jesse Brandeburg · 9 years ago
  72. f1c7e72 i40e: clean up error status messages by Shannon Nelson · 9 years ago
  73. c583cc4 i40e: only report generic filters in get_ts_info by Jacob Keller · 9 years ago
  74. d0389e5 i40e/i40evf: Add stats to track FD ATR and SB dynamic enable state by Anjali Singhai Jain · 9 years ago
  75. 0bf4b1b i40e: Remove unnecessary pf members by Anjali Singhai Jain · 9 years ago
  76. 60ccd45 i40e/i40evf: Add stats to count Tunnel ATR hits by Anjali Singhai Jain · 9 years ago
  77. e17bc41 i40e: Disable offline diagnostics if VFs are enabled by Greg Rose · 9 years ago
  78. edf5cff i40e: Use new 40G speeds by Greg Rose · 9 years ago
  79. e7c8c60 i40e: Add support to program FDir SB rules for VF from PF through ethtool by Anjali Singhai Jain · 9 years ago
  80. ae24b40 i40e/i40evf: implement KR2 support by Jesse Brandeburg · 9 years ago
  81. b29e13b i40e: add ethtool RSS support by Mitch A Williams · 10 years ago
  82. 29a0645 i40e: tame the nvmupdate read and write complaints by Shannon Nelson · 10 years ago
  83. 58ce517 i40e: print port stats only on partition 1 by Shannon Nelson · 10 years ago
  84. 5bbc330 i40e/i40evf: Clean up some formatting and other things by Jesse Brandeburg · 10 years ago
  85. 180204c i40e: Add AOC PHY types to case statements by Catherine Sullivan · 10 years ago
  86. 5b86c5c i40e: Fix ethtool offline test by Greg Rose · 10 years ago
  87. 9a3bd2f i40e: Enable more than 64 qps for the Main VSI by Anjali Singhai Jain · 10 years ago
  88. 579b23d i40e: Add safety net for switch calling by Akeem G Abodunrin · 10 years ago
  89. 7e45ab4 i40e: Use ethtool private flags to display NPAR status by Greg Rose · 10 years ago
  90. 88eee9b i40e: Add method to keep track of current rxnfc settings by Carolyn Wyborny · 10 years ago
  91. e827845 i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settings by Catherine Sullivan · 10 years ago
  92. 21af70f i40e/i40evf: Remove unused variable an_enable and function update_link_info by Catherine Sullivan · 10 years ago
  93. 5098850 i40e/i40evf: i40e_register.h updates by Anjali Singhai Jain · 10 years ago
  94. f0d8c73 i40e: limit WoL and link settings to partition 1 by Shannon Nelson · 10 years ago
  95. c150a50 i40e: better error messages for NVM update issues by Shannon Nelson · 10 years ago
  96. 4443ec9 i40e: clear NVM update state on ethtool test by Shannon Nelson · 10 years ago
  97. fad177d i40e: fix netdev_stat macro definition by Shannon Nelson · 10 years ago
  98. fe88bda i40e: don't enable PTP support on more than one PF per port by Jacob Keller · 10 years ago
  99. 5d1ff106 i40e: trigger SW INT with no ITR wait by Shannon Nelson · 10 years ago
  100. 4b7698c i40e: Prevent link flow control settings when PFC is enabled by Neerav Parikh · 10 years ago