summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)Author
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel
2025-06-03iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-25iavf: fix circular lock dependency with netdev_lockJacob Keller
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman
2025-02-14iavf: add support for Rx timestamps to hotpathJacob Keller
2025-02-14iavf: handle set and get timestamps opsJacob Keller
2025-02-14iavf: Implement checking DD desc fieldMateusz Polchlopek
2025-02-14iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptorsJacob Keller
2025-02-14iavf: define Rx descriptors as qwordsMateusz Polchlopek
2025-02-14iavf: periodically cache PHC timeJacob Keller
2025-02-14iavf: add support for indirect access to PHC timeJacob Keller
2025-02-14iavf: add initial framework for registering PTP clockJacob Keller
2025-02-14iavf: negotiate PTP capabilitiesJacob Keller
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller
2025-02-11iavf: Fix a locking bug in an error pathBart Van Assche
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski
2025-01-13eth: iavf: extend the netdev_lock usageJakub Kicinski
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari
2024-10-08iavf: Remove unused declarationsYue Haibing
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki
2024-08-13iavf: refactor add/del FDIR filtersAhmed Zaki
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-08iavf: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari
2024-04-24iavf: switch to Page PoolAlexander Lobakin
2024-04-24iavf: pack iavf_ring more efficientlyAlexander Lobakin
2024-04-24iavf: drop page splitting and recyclingAlexander Lobakin
2024-04-24iavf: kill "legacy-rx" for goodAlexander Lobakin
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg