1. bf9c714 i40e: Implement set_settings for ethtool by Catherine Sullivan · 11 years ago
  2. 2becc35 i40e: Add set_pauseparam to ethtool by Catherine Sullivan · 11 years ago
  3. a659972 i40e: move nway reset by Jesse Brandeburg · 11 years ago
  4. 4e91bcd i40e: Finish implementation of ethtool get settings by Jesse Brandeburg · 11 years ago
  5. 1ac978a i40e: Add ablitity to enable/disable link from set_link_restart_an by Catherine Sullivan · 11 years ago
  6. 5c2cebd i40e: Fix ethtool coalesce settings by Carolyn Wyborny · 11 years ago
  7. 387ce1a i40e: Fix a bug in ethtool for FD drop packet filter action by Anjali Singhai Jain · 11 years ago
  8. 433c47d i40e/i40evf: Add Flow director stats to PF stats by Anjali Singhai Jain · 11 years ago
  9. 04b73bd i40e: Change the notion of src and dst for FD_SB in ethtool by Anjali Singhai Jain · 11 years ago
  10. 8a3c91c i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksum by Jesse Brandeburg · 11 years ago
  11. 532d283 i40e: add xcast stats for port by Shannon Nelson · 11 years ago
  12. 418631d i40e: add vsi x-cast stats by Shannon Nelson · 11 years ago
  13. 8eab9cf i40e: add VEB stats to ethtool by Shannon Nelson · 11 years ago
  14. 41a9e55 i40e: add missing VSI statistics by Shannon Nelson · 11 years ago
  15. 03da6f6 i40e/i40evf: remove rx_errors and rx_missed by Shannon Nelson · 11 years ago
  16. 082def1 i40e: Report cmd->data in ETHTOOL_GRXCLSRLCNT instead of ETHTOOL_GRXCLSRULE by Anjali Singhai Jain · 11 years ago
  17. b2d36c0 i40e/i40evf: Remove reserved PCTYPE defines by Kevin Scott · 11 years ago
  18. e7046ee i40e: Tx/Rx rings declaration by Akeem G Abodunrin · 11 years ago
  19. c0c8a20 i40e: remove Tx work for ptp by Jesse Brandeburg · 11 years ago
  20. 31cd840 i40e: remove hardcode of stats struct size in ethtool by Shannon Nelson · 11 years ago
  21. 32f5f54 i40e/i40evf: control auto ITR through ethtool by Mitch Williams · 11 years ago
  22. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  23. 99c472a i40e: Tweak for-loop in i40e_ethtool.c by Catherine Sullivan · 11 years ago
  24. 7d54eb2 i40e: Fix an issue with displaying IPv4 FD filters by Anjali Singhai Jain · 11 years ago
  25. 3dbb7fd i40e: Remove casts of pointer to same type by Joe Perches · 11 years ago
  26. 35a91fd i40e: Add functionality for FD SB to drop packets by Anjali Singhai Jain · 11 years ago
  27. 1eaa384 i40e: Cleanup in FDIR SB ethtool code by Anjali Singhai Jain · 11 years ago
  28. bee5af7 i40e/i40evf: Add EEE LPI stats by Anjali Singhai Jain · 11 years ago
  29. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  30. 55a5e60 i40e: Add code to handle FD table full condition by Anjali Singhai Jain · 12 years ago
  31. 43fddb7 i40e: Fix a bug in the update logic for FDIR SB filter. by Anjali Singhai Jain · 12 years ago
  32. a47a15f i40e: count timeout events by Jesse Brandeburg · 12 years ago
  33. 17a73f6 i40e: Flow Director sideband accounting by Joseph Gasparakis · 12 years ago
  34. cbf6132 i40e: refactor flow director by Anjali Singhai Jain · 12 years ago
  35. 60ea5f8 i40e: rename defines by Jesse Brandeburg · 12 years ago
  36. 8fb905b i40e: whitespace fixes by Jesse Brandeburg · 12 years ago
  37. beb0dff i40e: enable PTP by Jacob Keller · 12 years ago
  38. 5f90f42 i40e: Setting queue count to 1 using ethtool is valid by Anjali Singhai Jain · 12 years ago
  39. c35a1d7 i40e: Add a dummy packet template by Jesse Brandeburg · 12 years ago
  40. dc641b7 i40e: Fix GPL header by Greg Rose · 12 years ago
  41. e5e0a5d i40e: Change the ethtool NVM read method to use AQ by Anjali Singhai Jain · 12 years ago
  42. 0556a9e i40e: update led set args by Jesse Brandeburg · 12 years ago
  43. 8e2773a i40e: add wake-on-lan support by Shannon Nelson · 12 years ago
  44. 4b7820c i40e: Add basic support for get/set channels for RSS by Anjali Singhai Jain · 12 years ago
  45. d52c20b i40e: init flow control settings to disabled by Jesse Brandeburg · 12 years ago
  46. f551b43 i40e: fix pf reset after offline test by Shannon Nelson · 12 years ago
  47. c9a3d47 i40e: fix up some of the ethtool connection reporting by Jesse Brandeburg · 12 years ago
  48. 1fa1837 i40e: complain about out-of-range descriptor request by Shannon Nelson · 12 years ago
  49. b03aaa9 i40e: restrict diag test messages by Shannon Nelson · 12 years ago
  50. 7b08639 i40e: refactor ethtool tests by Shannon Nelson · 12 years ago
  51. c140c17 i40e: clear test state bit after all ethtool tests by Shannon Nelson · 12 years ago
  52. be405eb i40e: get media type during link info by Jesse Brandeburg · 12 years ago
  53. cd92e72 i40e: add interrupt test by Shannon Nelson · 12 years ago
  54. 980e9b1 i40e: Add support for 64 bit netstats by Alexander Duyck · 12 years ago
  55. 9f65e15 i40e: Move rings from pointer to array to array of pointers by Alexander Duyck · 12 years ago
  56. 493fb30 i40e: Move q_vectors from pointer to array to array of pointers by Alexander Duyck · 12 years ago
  57. a114d0a i40e: Split bytes and packets from Rx/Tx stats by Alexander Duyck · 12 years ago
  58. c7d05ca i40e: driver ethtool core by Jesse Brandeburg · 12 years ago