index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()
Hao Luo
2
-0
/
+50
2020-10-02
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
5
-25
/
+137
2020-10-02
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
4
-6
/
+22
2020-10-02
selftests/bpf: Properly initialize linfo in sockmap_basic
Stanislav Fomichev
1
-1
/
+1
2020-10-02
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
1
-1
/
+1
2020-09-30
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
2
-0
/
+104
2020-09-30
selftests/bpf: Fix alignment of .BTF_ids
Jean-Philippe Brucker
1
-0
/
+6
2020-09-30
selftests/bpf: Test "incremental" btf_dump in C format
Andrii Nakryiko
1
-0
/
+105
2020-09-30
bpf, selftests: Add redirect_neigh selftest
Daniel Borkmann
2
-0
/
+312
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
8
-38
/
+38
2020-09-29
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
1
-115
/
+101
2020-09-29
bpf, selftests: Fix warning in snprintf_btf where system() call unchecked
John Fastabend
1
-1
/
+3
2020-09-29
selftests: Add selftest for disallowing modify_return attachment to freplace
Toke Høiland-Jørgensen
3
-1
/
+71
2020-09-29
selftests/bpf: Adding test for arg dereference in extension trace
Jiri Olsa
3
-0
/
+154
2020-09-29
selftests: Add test for multiple attachments of freplace program
Toke Høiland-Jørgensen
2
-32
/
+139
2020-09-29
selftests/bpf: Test BTF's handling of endianness
Andrii Nakryiko
1
-0
/
+101
2020-09-29
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
2
-34
/
+63
2020-09-29
selftests: Make sure all 'skel' variables are declared static
Toke Høiland-Jørgensen
2
-2
/
+2
2020-09-29
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
Toke Høiland-Jørgensen
1
-3
/
+9
2020-09-29
selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h
Alan Maguire
3
-1
/
+51
2020-09-29
selftests/bpf: Fix unused-result warning in snprintf_btf.c
Alan Maguire
1
-1
/
+1
2020-09-28
bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp
John Fastabend
1
-1
/
+1
2020-09-28
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
1
-0
/
+278
2020-09-28
selftests/bpf: Add test for bpf_seq_printf_btf helper
Alan Maguire
2
-0
/
+124
2020-09-28
selftests/bpf: Fix overflow tests to reflect iter size increase
Alan Maguire
1
-7
/
+7
2020-09-28
selftests/bpf: Add bpf_snprintf_btf helper tests
Alan Maguire
2
-0
/
+309
2020-09-28
selftests: Remove fmod_ret from test_overhead
Toke Høiland-Jørgensen
4
-39
/
+1
2020-09-28
selftest: bpf: Test copying a sockmap and sockhash
Lorenz Bauer
2
-11
/
+30
2020-09-28
selftests: bpf: Remove shared header from sockmap iter test
Lorenz Bauer
3
-24
/
+20
2020-09-28
selftests: bpf: Add helper to compare socket cookies
Lorenz Bauer
1
-14
/
+36
2020-09-28
selftests/bpf: Add raw_tp_test_run
Song Liu
2
-0
/
+120
2020-09-25
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
1
-0
/
+16
2020-09-25
bpf: selftest: Add test_btf_skc_cls_ingress
Martin KaFai Lau
3
-0
/
+413
2020-09-25
bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h
Martin KaFai Lau
3
-8
/
+4
2020-09-25
bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test
Martin KaFai Lau
2
-9
/
+55
2020-09-25
bpf: selftest: Use network_helpers in the sock_fields test
Martin KaFai Lau
1
-79
/
+9
2020-09-25
bpf: selftest: Adapt sock_fields test to use skel and global variables
Martin KaFai Lau
2
-298
/
+222
2020-09-25
bpf: selftest: Move sock_fields test into test_progs
Martin KaFai Lau
4
-6
/
+3
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
1
-0
/
+47
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
49
-506
/
+1530
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+15
2020-09-21
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2
-1
/
+18
2020-09-19
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
1
-2
/
+2
2020-09-18
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
1
-1
/
+1
2020-09-17
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
5
-0
/
+533
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-3
/
+3
2020-09-15
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
3
-335
/
+78
2020-09-15
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
5
-1
/
+255
2020-09-10
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
1
-2
/
+2
2020-09-10
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
1
-2
/
+4
[prev]
[next]