summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)Author
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba
2022-02-25iavf: Fix race in init stateSlawomir Laba
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba
2022-02-25iavf: Fix init state closure on removeSlawomir Laba
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
2021-12-17iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter
2021-12-10iavf: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01iavf: restore MSI state on resetMitch Williams
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek
2021-11-30iavf: Add trace while removing deviceJedrzej Jagielski
2021-11-30iavf: return errno code instead of status codeJacob Keller
2021-11-30iavf: Add change MTU messagePatryk Małek
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski
2021-11-15iavf: Restore VLAN filters after link downAkeem G Abodunrin
2021-11-15iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob
2021-11-15iavf: prevent accidental free of filter structureJacob Keller
2021-11-15iavf: Fix failure to exit out from last all-multicast modePiotr Marczak
2021-11-15iavf: don't clear a lock we don't holdNicholas Nunley
2021-11-15iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley
2021-11-15iavf: check for null in iavf_fix_featuresNicholas Nunley
2021-10-29iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski
2021-10-29iavf: Add helper function to go from pci_dev to adapterKaren Sornek
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch