summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf_virtchnl.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik1-0/+8
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt1-1/+1
2022-11-09iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron1-0/+2
2022-09-19iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron1-2/+5
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+63
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski1-2/+63
2022-06-30intel: remove unused macrosJesse Brandeburg1-4/+0
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski1-2/+59
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+40
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski1-0/+40
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+1
2022-03-01iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski1-92/+68
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski1-8/+10
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski1-0/+16
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba1-23/+1
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley1-0/+203
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley1-0/+2
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley1-68/+183
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley1-1/+77
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek1-1/+1
2021-11-30iavf: Refactor text of informational messageKaren Sornek1-1/+1
2021-11-30iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek1-6/+14
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley1-3/+42
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski1-0/+2
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch1-2/+45
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang1-2/+13
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang1-0/+152
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-2/+2
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang1-0/+8
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang1-0/+184
2021-01-05iavf: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley1-0/+6
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov1-6/+6
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley1-12/+76
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams1-27/+0
2020-01-09iavf: remove current MAC address filter on VF resetStefan Assmann1-0/+3
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann1-0/+7
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva1-21/+16
2019-06-17iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak1-1/+1
2019-06-17iavf: Fix the math for valid length for ADq enableAvinash Dayanand1-1/+1
2019-05-31iavf: update comments and file checks to match iavfAlice Michael1-2/+2
2019-05-31iavf: rename iavf_status structure flagsAlice Michael1-1/+1
2019-05-31iavf: replace i40e variables with iavfAlice Michael1-8/+8
2019-05-31iavf: change iavf_status_code to iavf_statusSergey Nemov1-7/+7
2019-05-31iavf: Limiting RSS queues to CPUsAleksandr Loktionov1-1/+1
2018-09-18iavf: finish renaming files to iavfJesse Brandeburg1-1/+1
2018-09-18iavf: rename most of i40e stringsJesse Brandeburg1-10/+10