aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski1-1/+1
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski3-21/+174
2022-04-08Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski1-5/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+50
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski2-4/+10
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 Kicinski3-75/+114
2022-03-01iavf: Remove non-inclusive languageMateusz Palczewski3-4/+4
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 Palczewski3-39/+157
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/git/tip/tipLinus 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