summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-14selftests/bpf: add test for bpf_msg_pop_data() overflowSechang Lim2-0/+75
2026-06-14selftsets/bpf: Retry map update on helper_fill_hashmap()Gabriele Monaco1-10/+13
2026-06-15Merge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds2-6/+7
2026-06-14selftests/bpf: Add test for sleepable lsm_cgroup rejectionDavid Windsor1-0/+9
2026-06-14selftests/bpf: Add test to verify the fix for bpf_setsockopt() helperLeon Hwang2-0/+101
2026-06-14selftests/bpf: Avoid static LLVM linking for cross buildsLeo Yan1-2/+9
2026-06-14selftests/bpf: Use common CFLAGS for urandom_readLeo Yan1-4/+4
2026-06-14selftests/bpf: Initialize operation name before useLeo Yan1-0/+1
2026-06-14tools/bpf: build: Append extra cflagsLeo Yan1-0/+1
2026-06-14libbpf: Initialize CFLAGS before including Makefile.includeLeo Yan1-8/+9
2026-06-14bpftool: Append extra host flagsLeo Yan1-0/+1
2026-06-14bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGSLeo Yan1-2/+6
2026-06-14bpftool: Pass host flags to bootstrap libbpfLeo Yan1-1/+5
2026-06-14selftests/bpf: correct CONFIG_PPC64 macro name in commentEthan Nelson-Moore1-1/+1
2026-06-14selftests/bpf: Fix typo in verify_umulti_link_infoJiri Olsa1-1/+1
2026-06-14selftests/bpf: Add uprobe_multi path_fd fail testsJiri Olsa1-1/+31
2026-06-14selftests/bpf: Add uprobe_multi path_fd testJiri Olsa1-0/+62
2026-06-14libbpf: Add path_fd to struct bpf_link_create_optsJiri Olsa2-1/+3
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa1-1/+6
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-7/+667
2026-06-15Merge tag 'vfs-7.2-rc1.eventpoll' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+45
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-657/+765
2026-06-15Merge tag 'kernel-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-52/+130
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov4-16/+111
2026-06-14selftests/landlock: Add tests for invalid use of quiet flagTingmao Wang1-0/+116
2026-06-14selftests/landlock: Add tests for quiet flag with scopeTingmao Wang2-15/+87
2026-06-14selftests/landlock: Add tests for quiet flag with net rulesTingmao Wang1-10/+128
2026-06-14selftests/landlock: Add tests for quiet flag with fs rulesTingmao Wang1-9/+2434
2026-06-14selftests/landlock: Replace hard-coded 16 with a constantTingmao Wang3-2/+4
2026-06-14landlock: Add API support and docs for the quiet flagsTingmao Wang1-1/+1
2026-06-13selftests/tc-testing: Verify IFE can handle truncated inner Ethernet headerVictor Nogueira1-0/+55
2026-06-13selftests: net: add test for IPv4 devconf netlink notificationsFernando Fernandez Mancera1-4/+37
2026-06-13selftests/landlock: Add tests for UDP sendMatthieu Buffet1-1/+652
2026-06-13selftests/landlock: Add tests for UDP bind/connectMatthieu Buffet1-106/+435
2026-06-13landlock: Add UDP send+connect access controlMatthieu Buffet1-2/+3
2026-06-13landlock: Add UDP bind() access controlMatthieu Buffet2-4/+5
2026-06-13selftests/landlock: Explicitly disable audit in teardownsMaximilian Heyne2-16/+9
2026-06-13selftests/landlock: Test SCOPE_SIGNAL on the SIGIO/fowner pgid pathBryam Vargas1-0/+182
2026-06-13landlock: Set audit_net.sk for socket access checksMickaël Salaün1-0/+62
2026-06-13selftests: netfilter: add phony nft_offload testFlorian Westphal3-0/+139
2026-06-12selftests/bpf: Add arena direct-value one-past-end reject testWoojin Ji1-0/+73
2026-06-12selftests/bpf: Add retval test for bool and errno LSM cgroup hooksXu Kuohai2-0/+109
2026-06-12selftests/net: psp: add dev-get, no-nsid, and cleanup testsWei Wang1-1/+145
2026-06-12selftests/net: psp: add cross-namespace notification testsWei Wang1-1/+58
2026-06-12selftests/net: psp: add dev-assoc data path testWei Wang1-0/+72
2026-06-12selftests/net: psp: support PSP in NetDrvContEnv infrastructureWei Wang3-4/+102
2026-06-12selftests/net: rename _nk_host_ifname to nk_host_ifnameWei Wang2-15/+15
2026-06-12selftests/net: add _find_bpf_obj() to search hw/ for BPF objectsWei Wang1-6/+15
2026-06-12selftests/net: psp: refactor test builders to use ksft_variantsWei Wang1-25/+21