summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-30netdev: add queue statsXuan Zhuo
2024-04-30virtio_net: add the total stats fieldXuan Zhuo
2024-04-30virtio_net: device stats helpers support driver statsXuan Zhuo
2024-04-30virtio_net: support device statsXuan Zhuo
2024-04-30virtio_net: remove "_queue" from ethtool -SXuan Zhuo
2024-04-30virtio_net: introduce device stats feature and structuresXuan Zhuo
2024-04-30virtio_net: introduce ability to get reply info from deviceXuan Zhuo
2024-04-29net: txgbe: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)
2024-04-29net: prestera: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)
2024-04-29net: mvneta: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)
2024-04-29net: mvpp2: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet
2024-04-29Merge branch 'net-dsa-microchip-use-phylink_mac_ops-for-ksz-driver'Jakub Kicinski
2024-04-29net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)
2024-04-29net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur
2024-04-29Merge branch 'dsa-realtek-leds'David S. Miller
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler
2024-04-29Merge branch 'mlxsw-events-processing-performance'David S. Miller
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-04-29net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski
2024-04-26Merge branch 'selftests-drv-net-round-some-sharp-edges'Jakub Kicinski
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt
2024-04-26bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi
2024-04-26Merge branch 'implement-reset-reason-mechanism-to-detect'Paolo Abeni
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26mptcp: introducing a helper into active reset logicJason Xing
2024-04-26mptcp: support rstreason for passive resetJason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing