summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: pci: Use NAPI for event processingAmit Cohen2024-04-291-19/+77
* mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen2024-04-291-38/+38
* mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen2024-04-291-0/+41
* mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen2024-04-291-7/+3
* mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen2024-04-291-2/+3
* ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet2024-04-291-1/+1
* inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet2024-04-291-1/+6
* net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet2024-04-291-1/+2
* net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil2024-04-291-3/+13
* tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski2024-04-261-3/+2
* Merge branch 'selftests-drv-net-round-some-sharp-edges'Jakub Kicinski2024-04-262-24/+124
|\
| * selftests: drv-net: validate the environmentJakub Kicinski2024-04-261-0/+25
| * selftests: drv-net: reimplement the config parserJakub Kicinski2024-04-261-12/+14
| * selftests: drv-net: extend the README with more info and exampleJakub Kicinski2024-04-261-12/+85
|/
* tcp: fix tcp_grow_skb() vs tstampsEric Dumazet2024-04-261-14/+19
* net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt2024-04-261-4/+3
* Merge branch 'implement-reset-reason-mechanism-to-detect'Paolo Abeni2024-04-2616-47/+266
|\
| * rstreason: make it work in trace worldJason Xing2024-04-264-7/+25
| * mptcp: introducing a helper into active reset logicJason Xing2024-04-263-7/+14
| * mptcp: support rstreason for passive resetJason Xing2024-04-262-5/+44
| * tcp: support rstreason for passive resetJason Xing2024-04-263-8/+29
| * rstreason: prepare for active resetJason Xing2024-04-266-13/+26
| * rstreason: prepare for passive resetJason Xing2024-04-268-25/+40
| * net: introduce rstreason to detect why the RST is sentJason Xing2024-04-261-0/+106
|/
* igc: Add Tx hardware timestamp request for AF_XDP zero-copy packetSong Yoong Siang2024-04-263-40/+195
* Merge branch 'selftests-virtio_net-introduce-initial-testing-infrastructure'Paolo Abeni2024-04-2612-0/+479
|\
| * selftests: virtio_net: add initial testsJiri Pirko2024-04-266-0/+249
| * selftests: forwarding: add wait_for_dev() helperJiri Pirko2024-04-261-0/+13
| * selftests: forwarding: add check_driver() helperJiri Pirko2024-04-261-0/+12
| * selftests: forwarding: add ability to assemble NETIFS array by driver nameJiri Pirko2024-04-261-0/+37
| * virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko2024-04-265-0/+168
|/
* Merge branch 'net-hsr-add-support-for-hsr-san-redbox'Paolo Abeni2024-04-2613-118/+387
|\
| * test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operationLukasz Majewski2024-04-262-1/+93
| * test: hsr: Extract version agnostic information from ping command outputLukasz Majewski2024-04-261-1/+2
| * test: hsr: Move common code to hsr_common.sh fileLukasz Majewski2024-04-263-78/+88
| * test: hsr: Remove script code already implemented in lib.shLukasz Majewski2024-04-261-25/+3
| * net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski2024-04-269-16/+204
|/
* net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2024-04-263-19/+7
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-2532-1955/+836
|\
| * MAINTAINERS: add entry for libeth and libieAlexander Lobakin2024-04-241-0/+20
| * iavf: switch to Page PoolAlexander Lobakin2024-04-245-214/+111
| * iavf: pack iavf_ring more efficientlyAlexander Lobakin2024-04-242-25/+9
| * libeth: add Rx buffer managementAlexander Lobakin2024-04-243-0/+216
| * page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin2024-04-241-0/+24
| * page_pool: constify some read-only function argumentsAlexander Lobakin2024-04-243-12/+12
| * slab: introduce kvmalloc_array_node() and kvcalloc_node()Alexander Lobakin2024-04-241-2/+15
| * iavf: drop page splitting and recyclingAlexander Lobakin2024-04-245-241/+10
| * iavf: kill "legacy-rx" for goodAlexander Lobakin2024-04-246-256/+8
| * net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-2423-1220/+426
* | Merge branch 'net-lan966x-flower-validate-control-flags'Jakub Kicinski2024-04-251-4/+10
|\ \