summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)Author
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
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-01iavf: restore MSI state on resetMitch Williams
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
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash
2021-07-19iavf: fix locking of critical sectionsStefan Assmann
2021-07-19iavf: do not override the adapter state in the watchdog taskStefan Assmann
2021-07-01iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET
2021-04-23iavf: remove duplicate free resources callsStefan Assmann
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai
2020-12-17iavf: fix double-release of rtnl_lockJakub Kicinski
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch
2020-07-30iavf: use generic power managementVaibhav Gupta
2020-07-01iavf: Fix updating statisticsTony Nguyen
2020-07-01iavf: fix error return code in iavf_init_get_resources()Wei Yongjun
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-11iavf: increase reset complete wait timePaul Greenwalt
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko