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
/
progs
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest/bpf: Add test for allowed trampolines count
Jiri Olsa
2020-01-25
1
-0
/
+21
*
selftests: bpf: Ignore FIN packets for reuseport tests
Lorenz Bauer
2020-01-24
1
-0
/
+6
*
bpf: tcp: Add bpf_cubic example
Martin KaFai Lau
2020-01-22
1
-0
/
+544
*
selftests/bpf: Add tests for program extensions
Alexei Starovoitov
2020-01-22
2
-1
/
+64
*
selftests: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
115
-164
/
+164
*
selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP pr...
Eelco Chaudron
2020-01-15
1
-0
/
+44
*
tools/bpf: Add self tests for bpf_send_signal_thread()
Yonghong Song
2020-01-15
1
-29
/
+22
*
selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros
Andrii Nakryiko
2020-01-10
9
-60
/
+79
*
selftests/bpf: Add unit tests for global functions
Alexei Starovoitov
2020-01-10
7
-0
/
+198
*
selftests/bpf: Modify a test to check global functions
Alexei Starovoitov
2020-01-10
1
-2
/
+2
*
selftests/bpf: Add a test for a large global function
Alexei Starovoitov
2020-01-10
2
-2
/
+12
*
selftests/bpf: Add fexit-to-skb test for global funcs
Alexei Starovoitov
2020-01-10
2
-0
/
+43
*
bpf: Add bpf_dctcp example
Martin KaFai Lau
2020-01-09
1
-0
/
+210
*
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-18
2
-12
/
+12
*
bpf: Allow to change skb mark in test_run
Nikita V. Shirokov
2019-12-18
1
-0
/
+1
*
selftests/bpf: Add flexible array relocation tests
Andrii Nakryiko
2019-12-15
5
-4
/
+52
*
selftests/bpf: Add tests for libbpf-provided externs
Andrii Nakryiko
2019-12-15
2
-0
/
+71
*
selftests/bpf: Add test validating data section to struct convertion layout
Andrii Nakryiko
2019-12-15
1
-0
/
+37
*
selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c
Andrii Nakryiko
2019-12-15
1
-22
/
+12
*
selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-12-13
1
-0
/
+5
*
selftests/bpf: Let libbpf determine program type from section name
Jakub Sitnicki
2019-12-13
1
-1
/
+1
*
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees
Yonghong Song
2019-12-04
2
-2
/
+28
*
selftests/bpf: De-flake test_tcpbpf
Stanislav Fomichev
2019-12-04
1
-0
/
+1
*
libbpf: Fix global variable relocation
Andrii Nakryiko
2019-11-27
4
-17
/
+17
*
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
2019-11-24
5
-174
/
+67
*
bpf, testing: Add various tail call test cases
Daniel Borkmann
2019-11-24
5
-0
/
+211
*
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2019-11-24
1
-0
/
+43
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-24
1
-0
/
+4
*
libbpf: Support initialized global variables
Andrii Nakryiko
2019-11-24
13
-26
/
+26
*
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: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
2019-11-18
1
-0
/
+45
*
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2019-11-15
1
-0
/
+91
*
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
2019-11-15
1
-2
/
+36
*
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+98
*
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+90
*
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2019-11-15
1
-0
/
+52
*
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
2019-11-11
1
-1
/
+4
*
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2019-11-10
1
-1
/
+1
*
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2019-11-07
1
-5
/
+20
*
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
Andrii Nakryiko
2019-11-06
1
-12
/
+7
*
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
2019-11-04
4
-0
/
+88
*
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
2019-11-04
8
-0
/
+212
*
selftests/bpf: Remove too strict field offset relo test cases
Andrii Nakryiko
2019-11-04
9
-90
/
+4
*
bpf, testing: Add selftest to read/write sockaddr from user space
Daniel Borkmann
2019-11-02
1
-0
/
+26
*
bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper
Daniel Borkmann
2019-11-02
4
-52
/
+57
*
selftests: Add tests for automatic map pinning
Toke Høiland-Jørgensen
2019-11-02
2
-0
/
+47
*
selftests/bpf: Make reference_tracking test use subtests
Andrii Nakryiko
2019-10-21
1
-9
/
+9
*
selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongs
Andrii Nakryiko
2019-10-17
1
-0
/
+59
*
selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor
Andrii Nakryiko
2019-10-17
2
-2
/
+3
[next]