summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
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 Kicinski1-4/+9
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski1-4/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-51/+108
2022-03-01iavf: Remove non-inclusive languageMateusz Palczewski1-1/+1
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski1-30/+143
2022-03-01iavf: remove redundant ret variableMinghao Chi1-7/+2
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski1-3/+9
2022-03-01iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski1-29/+79
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 Laba1-1/+21
2022-02-25iavf: Fix init state closure on removeSlawomir Laba1-1/+23
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba1-30/+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 Molnar1-4/+7
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-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 Creeley1-19/+132
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley1-0/+82
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley1-24/+255
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley1-51/+154
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 Kicinski1-0/+1
2021-12-01iavf: restore MSI state on resetMitch Williams1-0/+1
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek1-3/+3
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: Add change MTU messagePatryk Małek1-0/+2
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley1-20/+13
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski1-0/+18
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski1-2/+5
2021-11-15iavf: Restore VLAN filters after link downAkeem G Abodunrin1-5/+30
2021-11-15iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
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