summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-23iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-08iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2022-03-08iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2022-03-08iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-03-08iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-03-08iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba1-1/+15
2022-03-08iavf: Fix init state closure on removeSlawomir Laba1-1/+23
2022-03-08iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-03-08iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski1-0/+20
2022-03-08iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2022-03-08iavf: Rework mutexes for better synchronisationSlawomir Laba1-30/+36
2022-03-08iavf: Add trace while removing deviceJedrzej Jagielski1-0/+1
2022-03-08iavf: Combine init and watchdog state machinesMateusz Palczewski1-79/+57
2022-03-08iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski1-15/+20
2022-03-08iavf: Refactor iavf state machine trackingMateusz Palczewski1-17/+20
2022-03-08iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-03-08iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-01-11iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2021-12-14iavf: restore MSI state on resetMitch Williams1-0/+1
2021-12-01iavf: Fix VLAN feature flags after VFRBrett Creeley1-20/+13
2021-12-01iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski1-0/+18
2021-11-25iavf: Restore VLAN filters after link downAkeem G Abodunrin1-5/+30
2021-11-25iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-25iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-25iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-25iavf: don't clear a lock we don't holdNicholas Nunley1-2/+4
2021-11-25iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-25iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch1-0/+1
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann1-51/+49
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2021-08-09iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
2021-07-19iavf: fix locking of critical sectionsStefan Assmann1-7/+50
2021-07-19iavf: do not override the adapter state in the watchdog taskStefan Assmann1-1/+0
2021-07-01iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang1-0/+27
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley1-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang1-1/+28
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2020-12-18iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-10/+10
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-02iavf: Fix updating statisticsTony Nguyen1-1/+4