summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf_virtchnl.c
Commit message (Expand)AuthorAgeFilesLines
* iavf: switch to Page PoolAlexander Lobakin2024-04-241-4/+6
* iavf: drop page splitting and recyclingAlexander Lobakin2024-04-241-7/+1
* iavf: kill "legacy-rx" for goodAlexander Lobakin2024-04-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-4/+67
|\
| * iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-121-4/+67
* | iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-131-0/+41
|/
* iavf: delete the iavf client interfaceMichal Schmidt2023-10-271-14/+0
* intel: fix string truncation warningsJesse Brandeburg2023-10-181-14/+8
* iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski2023-09-131-0/+4
* iavf: Fix promiscuous mode configuration flow messagesBrett Creeley2023-09-111-27/+48
* virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-161-16/+9
* virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-25/+19
* virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin2023-08-161-4/+2
* iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-171-2/+1
* iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-171-0/+1
* iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-171-0/+1
* iavf: send VLAN offloading caps once after VFRAhmed Zaki2023-05-161-5/+0
* iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki2023-04-071-20/+25
* iavf: refactor VLAN filter statesAhmed Zaki2023-04-071-16/+15
* iavf: do not track VLAN 0 filtersAhmed Zaki2023-03-161-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-1/+9
|\
| * iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2023-01-201-0/+8
| * 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: Fix VF driver counting VLAN 0 filtersMichal Jaron2022-11-091-0/+2
* iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron2022-09-191-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-2/+63
|\
| * iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski2022-07-181-2/+63
* | intel: remove unused macrosJesse Brandeburg2022-06-301-4/+0
* | iavf: Add waiting for response from PF in set macMateusz Palczewski2022-06-071-2/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+40
|\
| * iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski2022-03-081-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-23/+1
|\|
| * iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba2022-02-251-23/+1
* | iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski2022-03-011-92/+68
* | iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski2022-03-011-8/+10
* | iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2022-03-011-0/+16
|/
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley2021-12-171-0/+203
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley2021-12-171-0/+2
* iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley2021-12-171-68/+183
* iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley2021-12-171-1/+77
* iavf: Refactor string format to avoid static analysis warningsKaren Sornek2021-11-301-1/+1
* iavf: Refactor text of informational messageKaren Sornek2021-11-301-1/+1
* iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek2021-11-301-6/+14
* iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-191-3/+42
* iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-191-0/+2
* iavf: Refactor iavf state machine trackingMateusz Palczewski2021-10-181-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch2021-08-191-2/+45
* iavf: Support for modifying TCP RSS flow hashingHaiyue Wang2021-04-221-2/+13