index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-21
selftests/bpf: validate jit behaviour for tail calls
Eduard Zingerman
1
-0
/
+105
2024-08-21
selftests/bpf: __jited test tag to check disassembly after jit
Eduard Zingerman
1
-0
/
+35
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
4
-10
/
+11
2024-08-21
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
2
-10
/
+13
2024-08-21
selftests/bpf: test passing iterator to a kfunc
Andrii Nakryiko
1
-0
/
+50
2024-08-19
selftest/bpf: Adapt inline asm operand constraint for GCC support
Cupertino Miranda
2
-4
/
+4
2024-08-14
selftests/bpf: convert test_skb_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
1
-23
/
+18
2024-08-14
selftests/bpf: add proper section name to bpf prog and rename it
Alexis Lothoré (eBPF Foundation)
1
-1
/
+1
2024-08-14
selftests/bpf: convert test_cgroup_storage to test_progs
Alexis Lothoré (eBPF Foundation)
1
-0
/
+24
2024-08-14
selftests/bpf: convert get_current_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
1
-22
/
+4
2024-08-12
selftests/bpf: Add a test to verify previous stacksafe() fix
Yonghong Song
1
-0
/
+54
2024-08-08
selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGS
Alan Maguire
1
-3
/
+23
2024-08-07
selftests/bpf: Add tests for bpf_get_dentry_xattr
Song Liu
1
-5
/
+32
2024-08-06
selftests/bpf: add positive tests for new VFS based BPF kfuncs
Matt Bobrowski
1
-0
/
+85
2024-08-06
selftests/bpf: add negative tests for new VFS based BPF kfuncs
Matt Bobrowski
1
-0
/
+161
2024-07-31
selftests/bpf: do not disable /dev/null device access in cgroup dev test
Alexis Lothoré (eBPF Foundation)
1
-2
/
+2
2024-07-29
selftests/bpf: Load struct_ops map in global_maps_resize test
David Vernet
1
-0
/
+16
2024-07-29
selftests/bpf: Update xdp_redirect_map prog sections for libbpf
Alexis Lothoré (eBPF Foundation)
1
-3
/
+3
2024-07-29
selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
Tony Ambardar
1
-2
/
+0
2024-07-29
selftests/bpf: test no_caller_saved_registers spill/fill removal
Eduard Zingerman
1
-0
/
+796
2024-07-29
selftests/bpf: __arch_* macro to limit test cases to specific archs
Eduard Zingerman
1
-0
/
+8
2024-07-29
selftests/bpf: allow checking xlated programs in verifier_* tests
Eduard Zingerman
1
-0
/
+5
2024-07-29
selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accesses
Yonghong Song
1
-0
/
+112
2024-07-29
selftests/bpf: Add uprobe multi consumers test
Jiri Olsa
1
-0
/
+39
2024-07-29
selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=y
Artem Savkov
1
-6
/
+21
2024-07-29
selftests/bpf: Add a test for mmap-able map in map
Song Liu
1
-0
/
+57
2024-07-29
selftests/bpf: Workaround strict bpf_lsm return value check.
Alexei Starovoitov
1
-0
/
+1
2024-07-29
selftests/bpf: Add verifier tests for bpf lsm
Xu Kuohai
1
-0
/
+162
2024-07-29
selftests/bpf: Add test for lsm tail call
Xu Kuohai
1
-0
/
+34
2024-07-29
selftests/bpf: Add return value checks for failed tests
Xu Kuohai
4
-3
/
+26
2024-07-29
selftests/bpf: Avoid load failure for token_lsm.c
Xu Kuohai
1
-2
/
+2
2024-07-29
selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded
Martin KaFai Lau
1
-0
/
+22
2024-07-29
selftests/bpf: Add testcases for tailcall hierarchy fixing
Leon Hwang
5
-0
/
+213
2024-07-29
selftests/bpf: Update comments find_equal_scalars->sync_linked_regs
Eduard Zingerman
1
-8
/
+8
2024-07-29
selftests/bpf: Tests for per-insn sync_linked_regs() precision tracking
Eduard Zingerman
1
-0
/
+165
2024-07-29
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
1
-116
/
+55
2024-07-29
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
1
-1
/
+1
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-4
/
+4
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
3
-0
/
+128
2024-07-17
libbpf: Fix no-args func prototype BTF dumping syntax
Andrii Nakryiko
2
-4
/
+4
2024-07-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-11
/
+15
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+87
2024-07-11
selftests/bpf: Add timer lockup selftest
Kumar Kartikeya Dwivedi
1
-0
/
+87
2024-07-10
selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=m
Alan Maguire
1
-3
/
+7
2024-07-09
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2
-8
/
+8
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
46
-203
/
+822
2024-07-08
selftests/bpf: amend for wrong bpf_wq_set_callback_impl signature
Benjamin Tissoires
2
-7
/
+16
2024-07-02
selftests/bpf: Add UAF tests for arena atomics
Ilya Leoshkevich
1
-0
/
+76
2024-07-02
selftests/bpf: Introduce __arena_global
Ilya Leoshkevich
1
-37
/
+30
2024-07-02
selftests/bpf: Add testcase where 7th argment is struct
Pu Lehui
1
-0
/
+35
[prev]
[next]