aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07iavf: remove an unneeded variableJason Wang1-3/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-17iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley1-0/+50
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley3-51/+383
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley5-51/+135
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley3-94/+453
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley3-52/+240
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+33
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-01iavf: restore MSI state on resetMitch Williams1-0/+1
2021-11-30iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski1-11/+19
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek2-4/+4
2021-11-30iavf: Refactor text of informational messageKaren Sornek1-1/+1
2021-11-30iavf: Fix static code analysis warningKaren Sornek1-1/+1
2021-11-30iavf: Refactor iavf_mac_filter struct memory usageJedrzej Jagielski1-3/+7
2021-11-30iavf: Enable setting RSS hash keyTony Nguyen1-8/+10
2021-11-30iavf: Add trace while removing deviceJedrzej Jagielski1-0/+1
2021-11-30iavf: return errno code instead of status codeJacob Keller1-10/+10
2021-11-30iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek1-6/+14
2021-11-30iavf: Add change MTU messagePatryk Małek1-0/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-29/+112
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+10
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley3-23/+56
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski4-0/+25
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski1-2/+5
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-11-15iavf: Restore VLAN filters after link downAkeem G Abodunrin2-5/+31
2021-11-15iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-15iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-15iavf: validate pointersMitch Williams1-7/+6
2021-11-15iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-15iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-15iavf: don't clear a lock we don't holdNicholas Nunley1-2/+4
2021-11-15iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-15iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-15iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
2021-10-29iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2-0/+56
2021-10-29iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2-15/+21
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10