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