index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
2024-08-23
selftests/bpf: add multi-uprobe benchmarks
Andrii Nakryiko
2024-08-23
selftests/bpf: make use of PROCMAP_QUERY ioctl if available
Andrii Nakryiko
2024-08-23
selftests/bpf: #define LOCAL_LABEL_LEN for jit_disasm_helpers.c
Eduard Zingerman
2024-08-23
selftests/bpf: match both retq/rethunk in verifier_tailcall_jit
Eduard Zingerman
2024-08-23
selftests/bpf: test_loader.c:get_current_arch() should not return 0
Eduard Zingerman
2024-08-22
selftests/bpf: Add testcase for updating attached freplace prog to prog_array...
Leon Hwang
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
selftests/bpf: check if bpf_fastcall is recognized for kfuncs
Eduard Zingerman
2024-08-22
selftests/bpf: by default use arch mask allowing all archs
Eduard Zingerman
2024-08-22
selftests/bpf: rename nocsr -> bpf_fastcall in selftests
Eduard Zingerman
2024-08-22
selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation
Eduard Zingerman
2024-08-21
selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.
Kuniyuki Iwashima
2024-08-21
selftests/bpf: validate __xlated same way as __jited
Eduard Zingerman
2024-08-21
selftests/bpf: validate jit behaviour for tail calls
Eduard Zingerman
2024-08-21
selftests/bpf: __jited test tag to check disassembly after jit
Eduard Zingerman
2024-08-21
selftests/bpf: utility function to get program disassembly after jit
Eduard Zingerman
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
2024-08-21
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
2024-08-21
selftests/bpf: correctly move 'log' upon successful match
Eduard Zingerman
2024-08-21
selftests/bpf: less spam in the log for message matching
Eduard Zingerman
2024-08-21
selftests/bpf: test passing iterator to a kfunc
Andrii Nakryiko
2024-08-19
selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()
Michal Luczaj
2024-08-19
selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()
Michal Luczaj
2024-08-19
selftests/bpf: Honour the sotype of af_unix redir tests
Michal Luczaj
2024-08-19
selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()
Michal Luczaj
2024-08-19
selftests/bpf: Socket pair creation, cleanups
Michal Luczaj
2024-08-19
selftests/bpf: Support more socket types in create_pair()
Michal Luczaj
2024-08-19
selftest/bpf: Adapt inline asm operand constraint for GCC support
Cupertino Miranda
2024-08-19
selftests/bpf: Disable strict aliasing for verifier_nocsr.c
Cupertino Miranda
2024-08-15
selftests/bpf: Monitor traffic for select_reuseport.
Kui-Feng Lee
2024-08-15
selftests/bpf: Monitor traffic for sockmap_listen.
Kui-Feng Lee
2024-08-15
selftests/bpf: Monitor traffic for tc_redirect.
Kui-Feng Lee
2024-08-15
selftests/bpf: netns_new() and netns_free() helpers.
Kui-Feng Lee
2024-08-15
selftests/bpf: Add the traffic monitor option to test_progs.
Kui-Feng Lee
2024-08-15
selftests/bpf: Add traffic monitor functions.
Kui-Feng Lee
2024-08-14
selftests/bpf: convert test_skb_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
2024-08-14
selftests/bpf: add proper section name to bpf prog and rename it
Alexis Lothoré (eBPF Foundation)
2024-08-14
selftests/bpf: convert test_cgroup_storage to test_progs
Alexis Lothoré (eBPF Foundation)
2024-08-14
selftests/bpf: convert get_current_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
2024-08-13
selftests/bpf: Avoid subtraction after htons() in ipip tests
Asbjørn Sloth Tønnesen
2024-08-12
selftests/bpf: Add a test to verify previous stacksafe() fix
Yonghong Song
2024-08-08
selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGS
Alan Maguire
2024-08-07
selftests/bpf: Add tests for bpf_get_dentry_xattr
Song Liu
2024-08-06
selftests/bpf: add positive tests for new VFS based BPF kfuncs
Matt Bobrowski
2024-08-06
selftests/bpf: add negative tests for new VFS based BPF kfuncs
Matt Bobrowski
2024-08-02
selftests/bpf: Fix a btf_dump selftest failure
Yonghong Song
2024-08-02
Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
[prev]
[next]