aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-29iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski1-0/+20
2021-10-29iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski1-79/+57
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski1-15/+20
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski1-17/+20
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-08-19Merge 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-17iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-25intel-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-01iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-01iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-13/+1
2020-06-11iavf: increase reset complete wait timePaul Greenwalt1-7/+5
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley1-6/+12
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov1-6/+6
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley1-7/+18
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams1-1/+1
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+13
2020-01-09iavf: remove current MAC address filter on VF resetStefan Assmann1-4/+13
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann1-1/+0
2019-09-09iavf: allow permanent MAC address to changeMitch Williams1-4/+0
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0