summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2023-12-20iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-20iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-13iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-11-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-11-02iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-10-06iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-10-06iavf: add iavf_schedule_aq_request() helperPetr Oros3-8/+6
2023-10-06iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2
2023-08-23iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-16iavf: fix potential races for FDIR filtersPiotr Gardocki2-4/+12
2023-08-03iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-08-03iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-07-27iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16
2023-07-27iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki3-32/+85
2023-07-27iavf: Wait for reset in callbacks which trigger itMarcin Szycik4-17/+68
2023-07-27iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-07-27iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-07-27iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2-18/+17
2023-07-27iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-27iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-06-21iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki3-11/+8
2023-04-20iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-20iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-03-30iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-30iavf: do not track VLAN 0 filtersAhmed Zaki2-2/+8
2023-03-30iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-03-30iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-02-01iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-02-01iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt4-51/+49
2023-01-18iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-11-19iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-11-19iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2-9/+0
2022-11-19iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-11-19iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-11-10iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron1-0/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+14
2022-09-20iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron1-2/+5
2022-09-20iavf: Fix bad page stateNorbert Zulinski1-2/+2
2022-09-08iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch1-6/+3
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+11
2022-09-07iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron1-36/+141
2022-09-02iavf: Detach device during reset taskIvan Vecera1-3/+11
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-12iavf: Fix deadlock in initializationIvan Vecera1-1/+10