summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf.h
Commit message (Expand)AuthorAgeFilesLines
* iavf: kill "legacy-rx" for goodAlexander Lobakin2024-04-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-0/+1
|\
| * iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-121-0/+1
* | iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-131-1/+4
|/
* iavf: delete the iavf client interfaceMichal Schmidt2023-10-271-27/+0
* iavf: rely on netdev's own registered stateMichal Schmidt2023-10-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-1/+1
|\
| * iavf: add iavf_schedule_aq_request() helperPetr Oros2023-09-151-1/+1
* | iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski2023-09-131-0/+2
* | iavf: Fix promiscuous mode configuration flow messagesBrett Creeley2023-09-111-7/+9
|/
* virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-3/+3
* iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-171-1/+1
* iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-171-0/+2
* iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-171-0/+2
* iavf: make functions static where possiblePrzemek Kitszel2023-06-221-10/+0
* iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki2023-06-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-8/+12
|\
| * iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki2023-04-071-3/+4
| * iavf: refactor VLAN filter statesAhmed Zaki2023-04-071-6/+9
* | iavf: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-1/+1
|\
| * iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt2023-01-201-1/+1
* | virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg2023-01-251-3/+3
|/
* iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2022-11-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-0/+6
|\
| * iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-291-0/+5
| * iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+11
|\|
| * iavf: Fix missing state logsPrzemyslaw Patynowski2022-07-181-0/+4
| * iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski2022-07-181-1/+0
| * iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski2022-07-181-2/+7
* | iavf: Add waiting for response from PF in set macMateusz Palczewski2022-06-071-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+1
|\
| * iavf: Fix adopting new combined settingMichal Maloszewski2022-03-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+5
|\|
| * iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba2022-02-251-0/+1
| * iavf: Fix init state closure on removeSlawomir Laba2022-02-251-0/+4
| * iavf: Rework mutexes for better synchronisationSlawomir Laba2022-02-251-1/+0
* | iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski2022-03-011-1/+4
* | iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2022-03-011-1/+16
|/
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley2021-12-171-32/+48
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley2021-12-171-0/+1
* iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley2021-12-171-2/+15
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley2021-12-171-0/+9
* iavf: Refactor iavf_mac_filter struct memory usageJedrzej Jagielski2021-11-301-3/+7
* iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-191-0/+1
* iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-191-0/+2
* iavf: Restore VLAN filters after link downAkeem G Abodunrin2021-11-151-0/+1
* iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2021-10-291-0/+36