1. 4d0dbd9 iavf: Refactor iavf_mac_filter struct memory usage by Jedrzej Jagielski · 3 years, 4 months ago
  2. 5951a2b9 iavf: Fix VLAN feature flags after VFR by Brett Creeley · 3 years, 2 months ago
  3. 3b5bdd1 iavf: Fix refreshing iavf adapter stats on ethtool request by Jedrzej Jagielski · 3 years, 3 months ago
  4. 4293014 iavf: Restore VLAN filters after link down by Akeem G Abodunrin · 3 years, 7 months ago
  5. 605ca7c iavf: Fix kernel BUG in free_msi_irqs by Przemyslaw Patynowski · 3 years, 2 months ago
  6. 898ef1c iavf: Combine init and watchdog state machines by Mateusz Palczewski · 3 years, 4 months ago
  7. 59756ad iavf: Add __IAVF_INIT_FAILED state by Mateusz Palczewski · 3 years, 4 months ago
  8. 45eebd6 iavf: Refactor iavf state machine tracking by Mateusz Palczewski · 3 years, 4 months ago
  9. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  10. 8da80c9 iavf: Fix ping is lost after untrusted VF had tried to change MAC by Sylwester Dziedziuch · 3 years, 4 months ago
  11. 5ac49f3 iavf: use mutexes for locking of critical sections by Stefan Assmann · 3 years, 5 months ago
  12. 0aaeb4f iavf: Add framework to enable ethtool RSS config by Haiyue Wang · 3 years, 9 months ago
  13. 0dbfbab iavf: Add framework to enable ethtool ntuple filters by Haiyue Wang · 3 years, 10 months ago
  14. 34a2a3b8 net/intel: remove driver versions from Intel drivers by Jeff Kirsher · 4 years, 7 months ago
  15. 8e3e4b9 iavf: increase reset complete wait time by Paul Greenwalt · 4 years, 7 months ago
  16. e0ef26f iavf: fix speed reporting over virtchnl by Brett Creeley · 4 years, 7 months ago
  17. 5520deb iavf: Enable support for up to 16 queues by Mitch Williams · 4 years, 10 months ago
  18. 9e05229 iavf: remove current MAC address filter on VF reset by Stefan Assmann · 5 years ago
  19. 155f0ac iavf: allow permanent MAC address to change by Mitch Williams · 5 years ago
  20. bac8486 iavf: Refactor the watchdog state machine by Jan Sokolowski · 6 years ago
  21. fdd4044 iavf: Remove timer for work triggering, use delaying work instead by Jakub Pawlak · 6 years ago
  22. 53b7990 iavf: rename i40e_device to iavf_device by Alice Michael · 6 years ago
  23. cc0ea2d iavf: rename iavf_client.h defines to match driver name by Alice Michael · 6 years ago
  24. 80754bb iavf: change iavf_status_code to iavf_status by Sergey Nemov · 6 years ago
  25. 37ebb5f iavf: fix a typo by Rami Rosen · 6 years ago
  26. 66bc8e0 iavf: finish renaming files to iavf by Jesse Brandeburg · 6 years ago
  27. 56184e0 iavf: rename most of i40e strings by Jesse Brandeburg · 6 years ago
  28. f349daa iavf: rename i40e_hw to iavf_hw by Jesse Brandeburg · 6 years ago
  29. f1cad2c iavf: remove references to old names by Jesse Brandeburg · 6 years ago
  30. 5ec8b7d iavf: move i40evf files to new name by Jesse Brandeburg · 6 years ago[Renamed (99%) from drivers/net/ethernet/intel/iavf/i40evf.h]
  31. 0b6591e iavf: rename i40e_status to iavf_status by Jesse Brandeburg · 6 years ago
  32. 129cf89 iavf: rename functions and structs to new name by Jesse Brandeburg · 6 years ago
  33. 8062b22 intel-ethernet: rename i40evf to iavf by Jesse Brandeburg · 6 years ago[Renamed from drivers/net/ethernet/intel/i40evf/i40evf.h]
  34. aa4a065 i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES by Jacob Keller · 7 years ago
  35. 51dce24 net: intel: Cleanup the copyright/license headers by Jeff Kirsher · 7 years ago
  36. ae06c70 intel: add SPDX identifiers to all the Intel drivers by Jeff Kirsher · 7 years ago
  37. 6b9a9c2 i40evf: remove flags that are never used by Jacob Keller · 7 years ago
  38. 0075fa0 i40evf: Add support to apply cloud filters by Harshitha Ramamurthy · 7 years ago
  39. 591532d i40evf: Add support to configure bw via tc tool by Harshitha Ramamurthy · 7 years ago
  40. d5b33d0 i40evf: add ndo_setup_tc callback to i40evf by Harshitha Ramamurthy · 7 years ago
  41. 836ce5e i40evf: Fix link up issue when queues are disabled by Avinash Dayanand · 7 years ago
  42. a0073a4 i40e/i40evf: Add support for new mechanism of updating adaptive ITR by Alexander Duyck · 7 years ago
  43. a3f9fb5 i40e/i40evf: Record ITR register location in the q_vector by Alexander Duyck · 7 years ago
  44. 06aa040 i40evf: Don't schedule reset_task when device is being removed by Avinash Dayanand · 7 years ago
  45. 504398f i40evf: use spinlock to protect (mac|vlan)_filter_list by Jacob Keller · 7 years ago
  46. b74f571 i40e/i40evf: organize and re-number feature flags by Jacob Keller · 7 years ago
  47. 5b36e8d i40evf: Enable VF to request an alternate queue allocation by Alan Brady · 7 years ago
  48. 8774370 i40e/i40evf: support for VF VLAN tag stripping control by Mariusz Stachura · 7 years ago
  49. 696ac80a i40evf: fix possible snprintf truncation of q_vector->name by Jacob Keller · 7 years ago
  50. fbb113f i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resource by Stefan Assmann · 7 years ago
  51. d36e41d i40e: separate hw_features from runtime changing flags by Jacob Keller · 8 years ago
  52. fe2647a i40evf: prevent VF close returning before state transitions to DOWN by Sudheer Mogilappagari · 8 years ago
  53. 8d9ee66 i40evf: add some missing includes by Jesse Brandeburg · 8 years ago
  54. ff3f4cc virtchnl: finish conversion to virtchnl interface by Jesse Brandeburg · 8 years ago
  55. 310a2ad virtchnl: rename i40e to generic virtchnl by Jesse Brandeburg · 8 years ago
  56. 681bdf8 i40e/i40evf: create and use new unified header file by Jesse Brandeburg · 8 years ago
  57. 707636c i40evf: remove I40E_FLAG_FDIR_ATR_ENABLED by Jacob Keller · 8 years ago
  58. 0da36b9 i40e: use DECLARE_BITMAP for state fields by Jacob Keller · 8 years ago
  59. d19cb64 i40e: separate PF and VSI state flags by Jacob Keller · 8 years ago
  60. 1de81c2 i40e: remove I40E_FLAG_IN_NETPOLL entirely by Jacob Keller · 8 years ago
  61. 4a0a3ab i40evf: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  62. 78786d4 i40e: remove I40E_FLAG_NEED_LINK_UPDATE by Alice Michael · 8 years ago
  63. dab86af i40e/i40evf: Change the way we limit the maximum frame size for Rx by Alexander Duyck · 8 years ago
  64. c424d4a i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow by Alexander Duyck · 8 years ago
  65. ed0e894d i40evf: add client interface by Mitch Williams · 8 years ago
  66. e5f77f4 i40evf: track outstanding client request by Mitch Williams · 8 years ago
  67. 96db776 i40e/i40evf: fix interrupt affinity bug by Alan Brady · 8 years ago
  68. 65e87c0 i40evf: support queue-specific settings for interrupt moderation by Jacob Keller · 8 years ago
  69. c57c995 i40e/i40evf: Fix indentation by Jeff Kirsher · 8 years ago
  70. fe458e50 i40evf: report link speed by Mitch Williams · 8 years ago
  71. f42a5c7 i40e: Add allmulti support for the VF by Anjali Singhai Jain · 9 years ago
  72. ab9ad98 i40evf: refactor receive routine by Jesse Brandeburg · 9 years ago
  73. 19b85e6 i40evf: Drop packet split receive routine by Jesse Brandeburg · 9 years ago
  74. 47d3483 i40evf: Add driver support for promiscuous mode by Anjali Singhai Jain · 9 years ago
  75. 43a3d9b i40evf: Allow PF driver to configure RSS by Mitch Williams · 9 years ago
  76. c0913c2 i40evf: Don't Panic by Mitch Williams · 9 years ago
  77. 00e5ec4 i40evf: support packet split receive by Mitch Williams · 9 years ago
  78. 209dc4d i40evf: allow channel bonding of VFs by Mitch Williams · 9 years ago
  79. 1255b7a i40evf: increase max number of queues by Mitch Williams · 9 years ago
  80. 0dd438d i40evf: allocate ring structs dynamically by Mitch Williams · 9 years ago
  81. 7d96ba1 i40evf: allocate queue vectors dynamically by Mitch Williams · 9 years ago
  82. 66f9af85 i40evf: add new fields to store user configuration of RSS by Helin Zhang · 9 years ago
  83. 90b02b4 i40evf: create a generic get RSS function by Helin Zhang · 9 years ago
  84. 2c86ac3 i40evf: create a generic config RSS function by Helin Zhang · 9 years ago
  85. ee2319c i40e/i40evf: adjust interrupt throttle less frequently by Jesse Brandeburg · 9 years ago
  86. 3f7e5c3 i40evf: relax and stagger init timing a bit by Mitch Williams · 9 years ago
  87. 8b65035 i40e/i40evf: Drop useless "IN_NETPOLL" flag by Alexander Duyck · 9 years ago
  88. 14e52ee i40evf: properly handle ndo_set_mac_address calls by Mitch Williams · 9 years ago
  89. f578f5f i40e/i40evf: pass QOS handle to VF by Mitch Williams · 9 years ago
  90. 6995b36 i40e/i40evf: clean up some code by Jesse Brandeburg · 9 years ago
  91. 8e0764b i40e/i40evf: Add support for writeback on ITR feature for X722 by Anjali Singhai Jain · 10 years ago
  92. e25d00b8 i40e/i40evf: RSS changes for X722 by Anjali Singhai Jain · 10 years ago
  93. d502ce0 i40e/i40evf: Add flags for X722 capabilities by Anjali Singhai Jain · 10 years ago
  94. 41a1d04 i40e: use BIT and BIT_ULL macros by Jesse Brandeburg · 10 years ago
  95. e6d038d i40evf: handle big resets by Mitch Williams · 10 years ago
  96. 17a65a7 i40e/i40evf: add macros for virtual channel API version and device capability by Mitch Williams · 10 years ago
  97. 67c818a i40evf: fix panic during MTU change by Mitch Williams · 10 years ago
  98. ed63696 i40evf: remove aq_pending by Mitch Williams · 10 years ago
  99. e284fc8 i40evf: delay releasing rings by Mitch Williams · 10 years ago
  100. 75a6443 i40evf: make checkpatch happy by Mitch Williams · 10 years ago