aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
8 daysselftests: drv-net: tso: make bkg() wait for socat to quitJakub Kicinski1-1/+1
8 daysselftests: drv-net: tso: fix the GRE device nameJakub Kicinski1-1/+1
8 daysselftests: drv-net: add configs for the TSO testJakub Kicinski1-0/+5
8 daysMerge tag 'nf-25-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-19/+164
8 daysMerge tag 'ovpn-net-20250603' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni2-0/+10
8 daysselftests: netfilter: nft_nat.sh: add test for reverse clash with natFlorian Westphal1-5/+76
8 daysselftests: netfilter: nft_concat_range.sh: add datapath check for map fill bugFlorian Westphal1-4/+58
8 daysselftests: netfilter: nft_concat_range.sh: prefer per element counters for testingFlorian Westphal1-10/+30
10 daysselftest/net/ovpn: fix missing fileAntonio Quartulli1-0/+9
10 daysselftest/net/ovpn: fix TCP socket creationAntonio Quartulli1-0/+1
10 daysselftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
10 daysRevert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"Jakub Kicinski1-1/+0
13 daysbpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds73-762/+3936
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds145-1453/+9804
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-38/+40
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-0/+6
2025-05-28Merge tag 'seccomp-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-9/+6
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+35
2025-05-28selftests/bpf: Fix bpf selftest build warningSaket Kumar Bhaskar1-3/+3
2025-05-28selftests: netfilter: Fix skip of wildcard interface testPhil Sutter1-2/+5
2025-05-28selftests/tc-testing: Add a test for HFSC eltree double add with reentrant enqueue behaviour on netemPedro Tammela1-0/+35
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds11-120/+420
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-10/+17
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-0/+30
2025-05-27net: devmem: ncdevmem: remove unused variableMina Almasry1-1/+0
2025-05-27net: devmem: ksft: upgrade rx test to send 1K dataMina Almasry1-3/+5
2025-05-27net: devmem: ksft: add 5 tuple FS supportMina Almasry2-4/+15
2025-05-27net: devmem: ksft: add exit_wait to make rx test passMina Almasry1-1/+1
2025-05-27net: devmem: ksft: add ipv4 supportMina Almasry1-9/+7
2025-05-27selftests: netfilter: nft_queue.sh: include file transfer duration in log messageFlorian Westphal1-7/+31
2025-05-27selftests: net: move wait_local_port_listen to lib.shHangbin Liu15-38/+29
2025-05-27tools: ynl: parse extack for sub-messagesDonald Hunter1-14/+25
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-11/+128
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-12/+12
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds3-1/+729
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-0/+53
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds61-662/+2628
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds1-0/+7
2025-05-27Merge tag 'lkmm.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds7-18/+29
2025-05-27selftests/bpf: enable many-args tests for arm64Alexis Lothoré (eBPF Foundation)1-2/+0
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen3-5/+21
2025-05-27selftests/bpf: Add unit tests with __bpf_trap() kfuncYonghong Song2-0/+73
2025-05-27selftests/bpf: Add test for open coded dmabuf_iterT.J. Mercier3-0/+94
2025-05-27selftests/bpf: Add test for dmabuf_iterT.J. Mercier3-0/+300
2025-05-27vsock/test: Add test for an unexpectedly lingering close()Michal Luczaj1-0/+52
2025-05-27vsock/test: Introduce enable_so_linger() helperMichal Luczaj3-9/+15
2025-05-27vsock/test: Introduce vsock_wait_sent() helperMichal Luczaj3-17/+32
2025-05-27wireguard: selftests: specify -std=gnu17 for bashJason A. Donenfeld1-0/+1
2025-05-27wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flagJordan Rife2-1/+30