summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08iavf: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-34/+6
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+29
2024-04-25iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-04-24iavf: switch to Page PoolAlexander Lobakin1-3/+4
2024-04-24iavf: drop page splitting and recyclingAlexander Lobakin1-23/+1
2024-04-24iavf: kill "legacy-rx" for goodAlexander Lobakin1-9/+1
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin1-0/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-4/+4
2024-03-06iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev1-9/+0
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-60/+119
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-0/+4
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki1-9/+39
2023-11-27iavf: use iavf_schedule_aq_request() helperPetr Oros1-10/+5
2023-11-27iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera1-4/+4
2023-10-28iavf: delete the iavf client interfaceMichal Schmidt1-82/+0
2023-10-28iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-28iavf: use unregister_netdevMichal Schmidt1-3/+1
2023-10-28iavf: rely on netdev's own registered stateMichal Schmidt1-6/+3
2023-10-28iavf: fix the waiting time for initial resetMichal Schmidt1-1/+1
2023-10-28iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt1-2/+4
2023-10-28iavf: simplify mutex_trylock+sleep loopsMichal Schmidt1-4/+2
2023-10-28iavf: fix comments about old bit locksMichal Schmidt1-2/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
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-10-19iavf: delete unused iavf_mac_info fieldsMichal Schmidt1-5/+0
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-9/+8
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-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski1-1/+58
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley1-26/+17
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