summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2023-12-20iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
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 Gardocki1-9/+39
2023-11-20iavf: Fix promiscuous mode configuration flow messagesBrett Creeley1-26/+17
2023-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-20iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros1-6/+4
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki1-21/+11
2023-07-17iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki1-32/+82
2023-07-17Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik1-15/+0
2023-07-17Revert "iavf: Detach device during reset task"Marcin Szycik1-11/+2
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik1-1/+50
2023-07-17iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-17iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-06-22iavf: make functions static where possiblePrzemek Kitszel1-7/+7
2023-06-22iavf: remove some unused functions and pointless wrappersPrzemek Kitszel1-15/+7
2023-06-22iavf: fix err handling for MAC replacePrzemek Kitszel1-23/+19
2023-06-10iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki1-9/+6
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki1-24/+16
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki1-4/+4
2023-03-21iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-16iavf: do not track VLAN 0 filtersAhmed Zaki1-0/+8
2023-01-30iavf: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-62/+51
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg1-1/+1
2023-01-20iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik1-18/+9
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt1-44/+42
2023-01-10iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+31
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 Assmann1-8/+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-02iavf: Change information about device removal in dmesgBartosz Staszewski1-1/+1
2022-11-02iavf: Replace __FUNCTION__ with __func__ye xingchen1-1/+1
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 Kicinski1-6/+3
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-08-12iavf: Fix deadlock in initializationIvan Vecera1-1/+10