summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_virtchnl.c
AgeCommit message (Expand)Author
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki
2023-07-17iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki
2023-03-16iavf: do not track VLAN 0 filtersAhmed Zaki
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt
2022-11-09iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron
2022-09-19iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-01iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek
2021-11-30iavf: Refactor text of informational messageKaren Sornek
2021-11-30iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg