index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
Dave Marchevsky
1
-0
/
+23
2023-12-04
selftests/bpf: Test outer map update operations in syscall program
Hou Tao
1
-2
/
+28
2023-12-04
selftests/bpf: Add test cases for inner map
Hou Tao
1
-0
/
+141
2023-12-04
selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"
Colin Ian King
1
-1
/
+1
2023-12-01
selftests/bpf: Add test that uses fsverity and xattr to sign a file
Song Liu
1
-1
/
+164
2023-12-01
selftests/bpf: Add tests for filesystem kfuncs
Song Liu
1
-0
/
+134
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-26
/
+253
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+40
2023-11-30
bpf, sockmap: Add af_unix test with both sockets in map
John Fastabend
1
-11
/
+40
2023-11-29
selftests/bpf: Add TX side to xdp_metadata
Stanislav Fomichev
1
-4
/
+29
2023-11-28
selftests/bpf: Add link_info test for uprobe_multi link
Jiri Olsa
1
-0
/
+198
2023-11-28
selftests/bpf: Use bpf_link__destroy in fill_link_info tests
Jiri Olsa
1
-21
/
+23
2023-11-28
libbpf: Add st_type argument to elf_resolve_syms_offsets function
Jiri Olsa
1
-1
/
+1
2023-11-24
selftests/bpf: Add lazy global subprog validation tests
Andrii Nakryiko
1
-0
/
+2
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-127
/
+192
2023-11-21
selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux
Yuran Pereira
1
-8
/
+8
2023-11-21
selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
Yuran Pereira
1
-131
/
+73
2023-11-21
selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
Yuran Pereira
1
-4
/
+2
2023-11-21
selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
Yuran Pereira
1
-26
/
+22
2023-11-20
selftests/bpf: tests for iterating callbacks
Eduard Zingerman
1
-0
/
+2
2023-11-20
selftests/bpf: reduce verboseness of reg_bounds selftest logs
Andrii Nakryiko
1
-11
/
+21
2023-11-20
selftests/bpf: Add netkit to tc_redirect selftest
Daniel Borkmann
1
-0
/
+52
2023-11-20
selftests/bpf: De-veth-ize the tc_redirect test case
Daniel Borkmann
1
-126
/
+137
2023-11-18
bpf: smarter verifier log number printing logic
Andrii Nakryiko
1
-19
/
+34
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
3
-30
/
+30
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
1
-5
/
+5
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2
-2
/
+2
2023-11-15
veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
Andrii Nakryiko
1
-0
/
+1
2023-11-15
selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
Andrii Nakryiko
1
-1
/
+1
2023-11-15
selftests/bpf: add randomized reg_bounds tests
Andrii Nakryiko
1
-7
/
+159
2023-11-15
selftests/bpf: add range x range test to reg_bounds
Andrii Nakryiko
1
-0
/
+86
2023-11-15
selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
Andrii Nakryiko
1
-4
/
+26
2023-11-15
selftests/bpf: BPF register range bounds tester
Andrii Nakryiko
1
-0
/
+1838
2023-11-14
selftests/bpf: Add selftests for cgroup1 hierarchy
Yafang Shao
1
-0
/
+158
2023-11-14
selftests/bpf: Add parallel support for classid
Yafang Shao
1
-1
/
+1
2023-11-13
selftests/bpf: Add assert for user stacks in test_task_stack
Jordan Rome
1
-0
/
+2
2023-11-09
selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld
Dave Marchevsky
1
-0
/
+33
2023-11-09
selftests/bpf: satisfy compiler by having explicit return in btf test
Andrii Nakryiko
1
-0
/
+1
2023-11-09
selftests/bpf: fix RELEASE=1 build for tc_opts
Andrii Nakryiko
1
-5
/
+1
2023-11-09
selftests/bpf: Add malloc failure checks in bpf_iter
Yuran Pereira
1
-1
/
+5
2023-11-09
selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
Yuran Pereira
1
-44
/
+35
2023-11-01
selftests/bpf: precision tracking test for BPF_NEG and BPF_END
Shung-Hsi Yu
1
-0
/
+2
2023-11-01
selftests/bpf: Add test for using css_task iter in sleepable progs
Chuyi Zhou
1
-0
/
+1
2023-11-01
selftests/bpf: Add tests for css_task iter combining with cgroup iter
Chuyi Zhou
1
-0
/
+33
2023-11-01
selftests/bpf: fix test_bpffs
Manu Bretelle
1
-3
/
+8
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+107
2023-10-24
selftests/bpf: Add selftests for netkit
Daniel Borkmann
2
-0
/
+691
2023-10-20
selftests/bpf: Add more test cases for bpf memory allocator
Hou Tao
1
-1
/
+19
2023-10-20
selftests/bpf: Make linked_list failure test more robust
Kumar Kartikeya Dwivedi
1
-8
/
+2
2023-10-19
selftests/bpf: Add tests for open-coded task and css iter
Chuyi Zhou
1
-0
/
+150
[prev]
[next]