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
2022-01-24
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
1
-0
/
+63
2022-01-24
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
1
-0
/
+20
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
20
-133
/
+1445
2022-01-24
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
5
-41
/
+44
2022-01-21
bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
Lorenzo Bianconi
2
-1
/
+118
2022-01-21
bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
Lorenzo Bianconi
1
-0
/
+104
2022-01-21
bpf: selftests: update xdp_adjust_tail selftest to include xdp frags
Eelco Chaudron
1
-0
/
+125
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
1
-30
/
+81
2022-01-20
selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-0
/
+66
2022-01-20
selftests/bpf: switch to new libbpf XDP APIs
Andrii Nakryiko
5
-44
/
+41
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
1
-0
/
+4
2022-01-20
selftests: bpf: Fix bind on used port
Felix Maurer
1
-3
/
+17
2022-01-20
bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.c
Lorenzo Bianconi
1
-40
/
+20
2022-01-20
bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.c
Lorenzo Bianconi
1
-40
/
+28
2022-01-19
selftests/bpf: Update sockopt_sk test to the use bpf_set_retval
YiFei Zhu
1
-2
/
+2
2022-01-19
selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockopt
YiFei Zhu
1
-0
/
+481
2022-01-19
bpf, selftests: Add ringbuf memory type confusion test
Daniel Borkmann
1
-0
/
+14
2022-01-18
selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.
Kuniyuki Iwashima
1
-0
/
+100
2022-01-18
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
1
-0
/
+230
2022-01-18
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-01-18
selftests/bpf: Add test for unstable CT lookup API
Kumar Kartikeya Dwivedi
1
-0
/
+48
2022-01-12
selftests/bpf: Stop using bpf_map__def() API
Christy Lee
5
-28
/
+26
2022-01-12
selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
1
-6
/
+6
2022-01-11
bpf/selftests: Add check for updating XDP bpf_link with wrong program type
Toke Høiland-Jørgensen
1
-0
/
+5
2022-01-11
bpf/selftests: convert xdp_link test to ASSERT_* macros
Toke Høiland-Jørgensen
1
-31
/
+25
2022-01-06
bpf/selftests: Test bpf_d_path on rdonly_mem.
Hao Luo
1
-1
/
+21
2022-01-05
bpf/selftests: Fix namespace mount setup in tc_redirect
Jiri Olsa
1
-0
/
+7
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
21
-177
/
+565
2021-12-29
bpf/selftests: Update local storage selftest for sleepable programs
KP Singh
1
-14
/
+6
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
1
-0
/
+14
2021-12-17
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
1
-0
/
+124
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-77
/
+92
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-15
/
+15
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+14
2021-12-16
bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
Martin KaFai Lau
1
-2
/
+14
2021-12-14
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
10
-67
/
+104
2021-12-14
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
4
-4
/
+0
2021-12-13
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
1
-4
/
+3
2021-12-13
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+44
2021-12-11
selftests/bpf: Add test cases for bpf_strncmp()
Hou Tao
1
-0
/
+167
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
35
-247
/
+957
2021-12-10
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
1
-0
/
+276
2021-12-10
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
1
-20
/
+30
2021-12-10
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
1
-2
/
+4
2021-12-08
selftests/bpf: Fix a compilation warning
Yonghong Song
1
-1
/
+1
2021-12-03
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
1
-2
/
+3
2021-12-02
selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()
Andrii Nakryiko
7
-90
/
+88
2021-12-02
selftests/bpf: Remove recently reintroduced legacy btf__dedup() use
Andrii Nakryiko
1
-2
/
+2
2021-12-02
selftests/bpf: Update test names for xchg and cmpxchg
Paul E. McKenney
1
-2
/
+2
2021-12-02
selftests/bpf: Additional test for CO-RE in the kernel.
Alexei Starovoitov
1
-0
/
+14
[prev]
[next]