summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Merge branch 'net-dsa-microchip-use-phylink_mac_ops-for-ksz-driver'Jakub Kicinski4-48/+94
2024-04-30net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)1-6/+20
2024-04-30net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)4-37/+65
2024-04-30net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)1-16/+26
2024-04-30net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)2-6/+0
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski158-2213/+9400
2024-04-29net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur1-1/+181
2024-04-29Merge branch 'dsa-realtek-leds'David S. Miller2-97/+273
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca1-39/+265
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca1-5/+2
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca1-67/+20
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet30-86/+77
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler1-0/+6
2024-04-29Merge branch 'mlxsw-events-processing-performance'David S. Miller1-54/+150
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen1-19/+77
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen1-38/+38
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen1-0/+41
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen1-7/+3
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen1-2/+3
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet1-1/+1
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet1-1/+6
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-29net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil1-3/+13
2024-04-27tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-27Merge branch 'selftests-drv-net-round-some-sharp-edges'Jakub Kicinski2-24/+124
2024-04-27selftests: drv-net: validate the environmentJakub Kicinski1-0/+25
2024-04-27selftests: drv-net: reimplement the config parserJakub Kicinski1-12/+14
2024-04-27selftests: drv-net: extend the README with more info and exampleJakub Kicinski1-12/+85
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet1-14/+19
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt1-4/+3
2024-04-26bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi1-1/+3
2024-04-26Merge branch 'implement-reset-reason-mechanism-to-detect'Paolo Abeni16-47/+266
2024-04-26rstreason: make it work in trace worldJason Xing4-7/+25
2024-04-26mptcp: introducing a helper into active reset logicJason Xing3-7/+14
2024-04-26mptcp: support rstreason for passive resetJason Xing2-5/+44
2024-04-26tcp: support rstreason for passive resetJason Xing3-8/+29
2024-04-26rstreason: prepare for active resetJason Xing6-13/+26
2024-04-26rstreason: prepare for passive resetJason Xing8-25/+40
2024-04-26net: introduce rstreason to detect why the RST is sentJason Xing1-0/+106
2024-04-26igc: Add Tx hardware timestamp request for AF_XDP zero-copy packetSong Yoong Siang3-40/+195
2024-04-26Merge branch 'selftests-virtio_net-introduce-initial-testing-infrastructure'Paolo Abeni12-0/+479
2024-04-26selftests: virtio_net: add initial testsJiri Pirko6-0/+249
2024-04-26selftests: forwarding: add wait_for_dev() helperJiri Pirko1-0/+13
2024-04-26selftests: forwarding: add check_driver() helperJiri Pirko1-0/+12
2024-04-26selftests: forwarding: add ability to assemble NETIFS array by driver nameJiri Pirko1-0/+37
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko5-0/+168
2024-04-26Merge branch 'net-hsr-add-support-for-hsr-san-redbox'Paolo Abeni13-118/+387
2024-04-26test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operationLukasz Majewski2-1/+93
2024-04-26test: hsr: Extract version agnostic information from ping command outputLukasz Majewski1-1/+2
2024-04-26test: hsr: Move common code to hsr_common.sh fileLukasz Majewski3-78/+88