index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees
Yonghong Song
2019-12-05
2
-2
/
+28
*
selftests/bpf: De-flake test_tcpbpf
Stanislav Fomichev
2019-12-05
1
-0
/
+1
*
libbpf: Fix global variable relocation
Andrii Nakryiko
2019-11-28
4
-17
/
+17
*
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
2019-11-25
5
-174
/
+67
*
bpf, testing: Add various tail call test cases
Daniel Borkmann
2019-11-25
5
-0
/
+211
*
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2019-11-25
1
-0
/
+43
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-25
1
-0
/
+4
*
libbpf: Support initialized global variables
Andrii Nakryiko
2019-11-25
13
-26
/
+26
*
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
2019-11-20
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-11
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
*
selftests/bpf: Add kfree_skb raw_tp test
Alexei Starovoitov
2019-10-17
1
-0
/
+103
*
selftests: bpf: Add selftest for __sk_buff tstamp
Stanislav Fomichev
2019-10-16
1
-0
/
+1
*
selftests/bpf: Add field existence CO-RE relocs tests
Andrii Nakryiko
2019-10-16
10
-0
/
+159
*
selftests/bpf: Add read-only map values propagation tests
Andrii Nakryiko
2019-10-11
1
-0
/
+83
*
selftests/bpf: Fix btf_dump padding test case
Andrii Nakryiko
2019-10-10
1
-1
/
+4
*
selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests
Andrii Nakryiko
2019-10-08
2
-1
/
+62
*
libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
Andrii Nakryiko
2019-10-08
9
-0
/
+9
*
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
2019-10-08
3
-0
/
+3
*
selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro
Andrii Nakryiko
2019-10-08
9
-36
/
+54
*
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
Andrii Nakryiko
2019-10-08
4
-14
/
+14
*
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
2019-10-06
4
-4
/
+0
*
libbpf: Fix BTF-defined map's __type macro handling of arrays
Andrii Nakryiko
2019-10-06
1
-2
/
+1
*
selftests/bpf: adjust strobemeta loop to satisfy latest clang
Andrii Nakryiko
2019-09-25
1
-1
/
+4
*
selftests/bpf: add bpf-gcc support
Ilya Leoshkevich
2019-09-16
1
-0
/
+1
*
selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu
Ilya Leoshkevich
2019-09-03
2
-16
/
+8
*
selftests/bpf: add sockopt clone/inheritance test
Stanislav Fomichev
2019-08-17
1
-0
/
+97
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-14
60
-19
/
+1403
|
\
|
*
selftests/bpf: fix race in flow dissector tests
Petar Penkov
2019-08-13
1
-7
/
+6
|
*
tools/bpf: fix core_reloc.c compilation error
Yonghong Song
2019-08-08
1
-1
/
+1
|
*
selftests/bpf: add CO-RE relocs misc tests
Andrii Nakryiko
2019-08-07
3
-0
/
+87
|
*
selftests/bpf: add CO-RE relocs ints tests
Andrii Nakryiko
2019-08-07
10
-0
/
+169
[next]