summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki2-0/+28
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel3-151/+38
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel2-0/+16
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel1-48/+39
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel1-11/+6
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel1-62/+41
2025-06-03iavf: 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-26iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-26ethtool: Symmetric OR-XOR RSS hashGal Pressman1-1/+1
2025-02-14iavf: add support for Rx timestamps to hotpathJacob Keller5-0/+125
2025-02-14iavf: handle set and get timestamps opsJacob Keller4-0/+131
2025-02-14iavf: Implement checking DD desc fieldMateusz Polchlopek3-29/+43
2025-02-14iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptorsJacob Keller2-154/+327
2025-02-14iavf: define Rx descriptors as qwordsMateusz Polchlopek5-111/+77
2025-02-14iavf: periodically cache PHC timeJacob Keller1-0/+53
2025-02-14iavf: add support for indirect access to PHC timeJacob Keller4-2/+257
2025-02-14iavf: add initial framework for registering PTP clockJacob Keller6-0/+154
2025-02-14iavf: negotiate PTP capabilitiesJacob Keller5-2/+178
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller4-9/+176
2025-02-12iavf: 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-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-2/+2
2025-01-16net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-3/+3
2025-01-16net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-37/+37
2025-01-14eth: iavf: extend the netdev_lock usageJakub Kicinski1-8/+45
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski4-3/+330
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari3-3/+150
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari4-1/+181
2024-10-09iavf: Remove unused declarationsYue Haibing2-13/+0
2024-08-14iavf: add support for offloading tc U32 cls filtersAhmed Zaki6-27/+233
2024-08-14iavf: refactor add/del FDIR filtersAhmed Zaki4-57/+83
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-11net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-3/+2
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
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 Kicinski9-1123/+123
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 Lobakin4-214/+94
2024-04-24iavf: pack iavf_ring more efficientlyAlexander Lobakin2-25/+9
2024-04-24iavf: drop page splitting and recyclingAlexander Lobakin5-241/+10
2024-04-24iavf: kill "legacy-rx" for goodAlexander Lobakin6-256/+8
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin5-402/+17
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-4/+4