index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
2020-10-02
1
-1
/
+1
*
|
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
2020-09-30
2
-0
/
+104
*
|
selftests/bpf: Fix alignment of .BTF_ids
Jean-Philippe Brucker
2020-09-30
1
-0
/
+6
*
|
selftests/bpf: Test "incremental" btf_dump in C format
Andrii Nakryiko
2020-09-30
1
-0
/
+105
*
|
bpf, selftests: Add redirect_neigh selftest
Daniel Borkmann
2020-09-30
2
-0
/
+312
*
|
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-30
8
-40
/
+40
*
|
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
2020-09-29
1
-115
/
+101
*
|
bpf, selftests: Fix warning in snprintf_btf where system() call unchecked
John Fastabend
2020-09-29
1
-1
/
+3
*
|
selftests: Add selftest for disallowing modify_return attachment to freplace
Toke Høiland-Jørgensen
2020-09-29
3
-1
/
+71
*
|
selftests/bpf: Adding test for arg dereference in extension trace
Jiri Olsa
2020-09-29
3
-0
/
+154
*
|
selftests: Add test for multiple attachments of freplace program
Toke Høiland-Jørgensen
2020-09-29
2
-32
/
+139
*
|
selftests/bpf: Test BTF's handling of endianness
Andrii Nakryiko
2020-09-29
1
-0
/
+101
*
|
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
2020-09-29
2
-34
/
+63
*
|
selftests: Make sure all 'skel' variables are declared static
Toke Høiland-Jørgensen
2020-09-29
2
-2
/
+2
*
|
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
Toke Høiland-Jørgensen
2020-09-29
1
-3
/
+9
*
|
selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...
Alan Maguire
2020-09-29
3
-1
/
+51
*
|
selftests/bpf: Fix unused-result warning in snprintf_btf.c
Alan Maguire
2020-09-29
1
-1
/
+1
*
|
bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp
John Fastabend
2020-09-28
1
-1
/
+1
*
|
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
2020-09-28
1
-0
/
+278
*
|
selftests/bpf: Add test for bpf_seq_printf_btf helper
Alan Maguire
2020-09-28
2
-0
/
+124
*
|
selftests/bpf: Fix overflow tests to reflect iter size increase
Alan Maguire
2020-09-28
1
-7
/
+7
*
|
selftests/bpf: Add bpf_snprintf_btf helper tests
Alan Maguire
2020-09-28
2
-0
/
+309
*
|
selftests: Remove fmod_ret from test_overhead
Toke Høiland-Jørgensen
2020-09-28
4
-39
/
+1
*
|
selftest: bpf: Test copying a sockmap and sockhash
Lorenz Bauer
2020-09-28
2
-11
/
+30
*
|
selftests: bpf: Remove shared header from sockmap iter test
Lorenz Bauer
2020-09-28
3
-24
/
+20
*
|
selftests: bpf: Add helper to compare socket cookies
Lorenz Bauer
2020-09-28
1
-14
/
+36
*
|
selftests/bpf: Add raw_tp_test_run
Song Liu
2020-09-28
2
-0
/
+120
*
|
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
2020-09-25
1
-0
/
+16
*
|
bpf: selftest: Add test_btf_skc_cls_ingress
Martin KaFai Lau
2020-09-25
3
-0
/
+413
*
|
bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h
Martin KaFai Lau
2020-09-25
3
-8
/
+4
*
|
bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test
Martin KaFai Lau
2020-09-25
2
-9
/
+55
*
|
bpf: selftest: Use network_helpers in the sock_fields test
Martin KaFai Lau
2020-09-25
1
-79
/
+9
*
|
bpf: selftest: Adapt sock_fields test to use skel and global variables
Martin KaFai Lau
2020-09-25
2
-305
/
+229
*
|
bpf: selftest: Move sock_fields test into test_progs
Martin KaFai Lau
2020-09-25
4
-6
/
+3
*
|
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
2020-09-25
1
-0
/
+47
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
49
-507
/
+1531
|
\
\
|
*
|
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2020-09-21
2
-1
/
+18
|
*
|
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
2020-09-19
1
-2
/
+2
|
*
|
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
2020-09-18
1
-1
/
+1
|
*
|
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
2020-09-17
5
-0
/
+533
|
*
|
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
1
-3
/
+3
|
*
|
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
2020-09-15
3
-335
/
+78
|
*
|
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
2020-09-15
5
-1
/
+255
|
*
|
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
2020-09-10
1
-2
/
+2
|
*
|
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
2020-09-10
1
-2
/
+4
|
*
|
selftests: bpf: Test iterating a sockmap
Lorenz Bauer
2020-09-10
4
-0
/
+144
|
*
|
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build
Quentin Monnet
2020-09-10
2
-0
/
+26
|
*
|
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change
Yonghong Song
2020-09-09
2
-4
/
+4
|
*
|
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
2020-09-08
2
-1
/
+41
|
*
|
selftests/bpf: Fix check in global_data_init.
Hao Luo
2020-09-03
1
-1
/
+2
[prev]
[next]