summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
2022-03-01iavf: remove redundant ret variableMinghao Chi1-7/+2
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2-3/+25
2022-03-01iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2-30/+95
2022-03-01iavf: Add support for 50G/100G in AIM algorithmMateusz Palczewski1-15/+47
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-02-25iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-24/+23
2022-02-25iavf: Fix init state closure on removeSlawomir Laba2-1/+27
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba2-31/+36
2022-01-27iavf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+3
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2-15/+39
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-10iavf: Use irq_update_affinity_hint()Nitesh Narayan Lal1-4/+4
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