summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)Author
2025-02-21iavf: allow changing VLAN state without calling PFMichal Swiatkowski
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari
2023-12-20iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki
2023-12-20iavf: Introduce new state machines for flow directorPiotr Gardocki
2023-12-13iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller
2023-11-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley
2023-11-02iavf: in iavf_down, disable queues when removing the driverMichal Schmidt
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt
2023-10-06iavf: schedule a request immediately after add/delete vlanPetr Oros
2023-10-06iavf: add iavf_schedule_aq_request() helperPetr Oros
2023-10-06iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl
2023-08-23iavf: fix FDIR rule fields masks validationPiotr Gardocki
2023-08-16iavf: fix potential races for FDIR filtersPiotr Gardocki
2023-08-03iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller
2023-08-03iavf: fix potential deadlock on allocation failureJacob Keller
2023-07-27iavf: fix reset task race with iavf_remove()Ahmed Zaki
2023-07-27iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki
2023-07-27iavf: Wait for reset in callbacks which trigger itMarcin Szycik
2023-07-27iavf: make functions static where possiblePrzemek Kitszel
2023-07-27iavf: send VLAN offloading caps once after VFRAhmed Zaki
2023-07-27iavf: Move netdev_update_features() into watchdog taskMarcin Szycik
2023-07-27iavf: use internal state to free traffic IRQsAhmed Zaki
2023-07-27iavf: Fix out-of-bounds when setting channels on removeDing Hui
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-20iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki
2023-04-20iavf: refactor VLAN filter statesAhmed Zaki
2023-03-30iavf: fix hang on reboot with iceStefan Assmann
2023-03-30iavf: do not track VLAN 0 filtersAhmed Zaki
2023-03-30iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin
2023-03-30iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin
2023-02-01iavf: schedule watchdog immediately when changing primary MACStefan Assmann
2023-02-01iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt
2023-01-18iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can
2022-11-18iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba
2022-11-18iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann
2022-11-18iavf: Do not restart Tx queues after reset task failureIvan Vecera
2022-11-18iavf: Fix a crash during reset taskIvan Vecera
2022-11-09iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-19iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron
2022-09-19iavf: Fix bad page stateNorbert Zulinski
2022-09-08iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron
2022-09-02iavf: Detach device during reset taskIvan Vecera
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang