aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)Author
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui
2023-06-21iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki
2023-04-05iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin
2023-04-05iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin
2022-09-28iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron
2022-09-28iavf: Fix bad page stateNorbert Zulinski
2022-09-28iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley
2022-08-25iavf: Fix adminq error handlingPrzemyslaw Patynowski
2022-08-25iavf: Fix max_rate limitingPrzemyslaw Patynowski
2022-07-29iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski
2022-03-08iavf: Fix missing check for running netdevSlawomir Laba
2022-01-11iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
2021-12-14iavf: Fix reporting when setting descriptor countMichal Maloszewski
2021-12-14iavf: restore MSI state on resetMitch Williams
2021-12-01iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh
2021-11-26iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob
2021-11-26iavf: validate pointersMitch Williams
2021-11-26iavf: prevent accidental free of filter structureJacob Keller
2021-11-26iavf: Fix failure to exit out from last all-multicast modePiotr Marczak
2021-11-26iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley
2021-11-26iavf: check for null in iavf_fix_featuresNicholas Nunley
2021-09-22iavf: fix locking of critical sectionsStefan Assmann
2021-09-22iavf: do not override the adapter state in the watchdog taskStefan Assmann
2021-08-26iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch
2021-08-18iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET
2021-05-19iavf: remove duplicate free resources callsStefan Assmann
2021-03-30net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai
2021-01-12iavf: fix double-release of rtnl_lockJakub Kicinski
2020-10-14iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch
2020-10-14iavf: use generic power managementVaibhav Gupta
2020-10-01iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko
2020-08-19iavf: Fix updating statisticsTony Nguyen
2020-08-19iavf: fix error return code in iavf_init_get_resources()Wei Yongjun
2020-06-24iavf: fix speed reporting over virtchnlBrett Creeley
2020-02-05iavf: remove current MAC address filter on VF resetStefan Assmann
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann
2019-09-09iavf: allow permanent MAC address to changeMitch Williams
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-06-28iavf: fix dereference of null rx_buffer pointerColin Ian King
2019-06-28iavf: Fix up debug print macroJeff Kirsher
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva
2019-06-17iavf: allow null RX descriptorsMitch Williams
2019-06-17iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt