summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
Commit message (Expand)AuthorAgeFilesLines
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-9/+9
* iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller2023-07-211-3/+3
* iavf: fix potential deadlock on allocation failureJacob Keller2023-07-211-2/+3
* iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-174-29/+16
* iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-173-32/+85
* Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik2023-07-171-15/+0
* Revert "iavf: Detach device during reset task"Marcin Szycik2023-07-171-11/+2
* iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-174-17/+68
* iavf: use internal state to free traffic IRQsAhmed Zaki2023-07-171-3/+4
* iavf: Fix out-of-bounds when setting channels on removeDing Hui2023-07-171-1/+1
* iavf: Fix use-after-free in free_netdevDing Hui2023-07-171-4/+1
* iavf: make functions static where possiblePrzemek Kitszel2023-06-224-43/+28
* iavf: remove some unused functions and pointless wrappersPrzemek Kitszel2023-06-225-76/+8
* iavf: fix err handling for MAC replacePrzemek Kitszel2023-06-221-23/+19
* iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki2023-06-103-11/+8
* iavf: send VLAN offloading caps once after VFRAhmed Zaki2023-05-161-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-133-66/+66
|\
| * iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki2023-04-073-47/+45
| * iavf: refactor VLAN filter statesAhmed Zaki2023-04-073-26/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-244-4/+15
|\|
| * iavf: fix hang on reboot with iceStefan Assmann2023-03-211-0/+5
| * iavf: do not track VLAN 0 filtersAhmed Zaki2023-03-162-2/+8
| * iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin2023-03-161-1/+1
| * iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin2023-03-161-1/+1
* | iavf: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
* iavf: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-274-69/+66
|\
| * iavf: schedule watchdog immediately when changing primary MACStefan Assmann2023-01-201-1/+1
| * iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2023-01-202-18/+17
| * iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt2023-01-204-51/+49
* | virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg2023-01-257-27/+27
|/
* iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin2023-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-20/+31
|\
| * iavf: Fix error handling in iavf_init_module()Yuan Can2022-11-231-1/+8
| * iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba2022-11-181-9/+7
| * iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2022-11-182-9/+0
| * iavf: Do not restart Tx queues after reset task failureIvan Vecera2022-11-181-1/+15
| * iavf: Fix a crash during reset taskIvan Vecera2022-11-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+2
|\|
| * iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron2022-11-091-0/+2
* | iavf: Change information about device removal in dmesgBartosz Staszewski2022-11-021-1/+1
* | iavf: Replace __FUNCTION__ with __func__ye xingchen2022-11-021-1/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-223-11/+14
|\
| * iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron2022-09-191-2/+5
| * iavf: Fix bad page stateNorbert Zulinski2022-09-191-2/+2
| * iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley2022-09-081-1/+4
| * iavf: Fix change VF's mac addressSylwester Dziedziuch2022-09-081-6/+3