aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
11 daysiavf: get rid of the crit lockPrzemek Kitszel1-128/+37
11 daysiavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel1-0/+10
11 daysiavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel1-48/+39
11 daysiavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel1-11/+6
11 daysiavf: centralize watchdog requeueing itselfPrzemek Kitszel1-62/+41
11 daysiavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel1-4/+9
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev1-2/+0
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev1-8/+6
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2025-02-25iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-14iavf: add support for Rx timestamps to hotpathJacob Keller1-0/+9
2025-02-14iavf: handle set and get timestamps opsJacob Keller1-0/+21
2025-02-14iavf: add support for indirect access to PHC timeJacob Keller1-1/+8
2025-02-14iavf: add initial framework for registering PTP clockJacob Keller1-0/+6
2025-02-14iavf: negotiate PTP capabilitiesJacob Keller1-0/+60
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller1-8/+115
2025-02-11iavf: Fix a locking bug in an error pathBart Van Assche1-1/+1
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski1-2/+17
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-2/+2
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-3/+3
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-37/+37
2025-01-13eth: iavf: extend the netdev_lock usageJakub Kicinski1-8/+45
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari1-2/+49
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari1-1/+111
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki1-4/+156
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-05-08iavf: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub 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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-60/+119
2023-12-13iavf: 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-27iavf: delete the iavf client interfaceMichal Schmidt1-82/+0
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15