index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
...
|
*
bpftool, selftests/bpf: Embed object file inside skeleton
Andrii Nakryiko
2019-12-17
8
-30
/
+11
|
*
selftests/bpf: More succinct Makefile output
Andrii Nakryiko
2019-12-18
1
-0
/
+36
|
*
selftests/bpf: Add flexible array relocation tests
Andrii Nakryiko
2019-12-15
6
-4
/
+56
|
*
selftests/bpf: Add tests for libbpf-provided externs
Andrii Nakryiko
2019-12-15
4
-1
/
+283
|
*
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-12-15
1
-1
/
+1
|
*
selftests/bpf: Add test validating data section to struct convertion layout
Andrii Nakryiko
2019-12-15
2
-0
/
+88
|
*
selftests/bpf: Convert few more selftest to skeletons
Andrii Nakryiko
2019-12-15
5
-249
/
+149
|
*
selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c
Andrii Nakryiko
2019-12-15
4
-133
/
+74
|
*
libbpf: Expose BPF program's function name
Andrii Nakryiko
2019-12-15
1
-7
/
+4
|
*
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
2019-12-15
1
-20
/
+3
|
*
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
2019-12-15
1
-4
/
+2
|
*
selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-12-13
2
-0
/
+7
|
*
selftests: bpf: Add xdp_perf test
Björn Töpel
2019-12-13
1
-0
/
+25
|
*
selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
Andrii Nakryiko
2019-12-13
1
-5
/
+24
|
*
selftests/bpf: Add CPU mask parsing tests
Andrii Nakryiko
2019-12-13
1
-0
/
+78
|
*
selftests/bpf: Switch reuseport tests for test_progs framework
Jakub Sitnicki
2019-12-13
1
-136
/
+131
|
*
selftests/bpf: Move reuseport tests under prog_tests/
Jakub Sitnicki
2019-12-13
2
-1
/
+1
|
*
selftests/bpf: Pull up printing the test name into test runner
Jakub Sitnicki
2019-12-13
1
-15
/
+12
|
*
selftests/bpf: Propagate errors during setup for reuseport tests
Jakub Sitnicki
2019-12-13
1
-51
/
+85
|
*
selftests/bpf: Run reuseport tests in a loop
Jakub Sitnicki
2019-12-13
1
-21
/
+34
|
*
selftests/bpf: Unroll the main loop in reuseport test
Jakub Sitnicki
2019-12-13
1
-32
/
+41
|
*
selftests/bpf: Add helpers for getting socket family & type name
Jakub Sitnicki
2019-12-13
1
-3
/
+25
|
*
selftests/bpf: Use sa_family_t everywhere in reuseport tests
Jakub Sitnicki
2019-12-13
1
-3
/
+3
|
*
selftests/bpf: Let libbpf determine program type from section name
Jakub Sitnicki
2019-12-13
2
-10
/
+4
*
|
bpf: Add further test_verifier cases for record_func_key
Daniel Borkmann
2019-12-19
3
-24
/
+176
*
|
selftests/bpf: Test function_graph tracer and bpf trampoline together
Alexei Starovoitov
2019-12-11
1
-0
/
+39
|
/
*
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees
Yonghong Song
2019-12-04
3
-19
/
+81
*
selftests/bpf: De-flake test_tcpbpf
Stanislav Fomichev
2019-12-04
3
-7
/
+20
*
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
2019-12-04
3
-1
/
+26
*
selftests/bpf: Don't hard-code root cgroup id
Stanislav Fomichev
2019-12-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-12-02
4
-17
/
+17
|
\
|
*
libbpf: Fix global variable relocation
Andrii Nakryiko
2019-11-27
4
-17
/
+17
*
|
selftests: bpf: correct perror strings
Jakub Kicinski
2019-11-28
2
-20
/
+20
*
|
selftests: bpf: test_sockmap: handle file creation failures gracefully
Jakub Kicinski
2019-11-28
1
-0
/
+9
|
/
*
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
2019-11-24
6
-174
/
+125
*
bpf, testing: Add various tail call test cases
Daniel Borkmann
2019-11-24
6
-0
/
+698
*
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2019-11-24
2
-0
/
+185
*
selftests/bpf: Add verifier tests for better jmp32 register bounds
Yonghong Song
2019-11-24
1
-0
/
+83
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-24
2
-5
/
+15
*
libbpf: Support initialized global variables
Andrii Nakryiko
2019-11-24
13
-26
/
+26
*
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
2019-11-24
1
-1
/
+1
*
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
2019-11-24
4
-9
/
+27
*
selftests, bpftool: Skip the build test if not in tree
Jakub Kicinski
2019-11-24
1
-0
/
+4
*
selftests, bpftool: Set EXIT trap after usage function
Quentin Monnet
2019-11-24
1
-13
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-20
42
-157
/
+1590
|
\
|
*
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
2019-11-19
1
-0
/
+7
|
*
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
2019-11-19
3
-6
/
+6
|
*
selftests, bpf: Workaround an alu32 sub-register spilling issue
Yonghong Song
2019-11-18
1
-1
/
+3
|
*
selftests, bpf: Fix test_tc_tunnel hanging
Jiri Benc
2019-11-18
1
-0
/
+5
|
*
selftests, bpf: xdping is not meant to be run standalone
Jiri Benc
2019-11-18
1
-2
/
+2
[prev]
[next]