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
/
prog_tests
(
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
1
-17
/
+53
*
bpf, testing: Add various tail call test cases
Daniel Borkmann
2019-11-25
1
-0
/
+487
*
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2019-11-25
1
-0
/
+142
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-25
1
-5
/
+11
*
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
2019-11-25
1
-1
/
+3
*
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
2019-11-18
2
-18
/
+247
*
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2019-11-15
1
-0
/
+76
*
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
2019-11-15
1
-0
/
+76
*
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
2019-11-15
1
-0
/
+90
*
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+64
*
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+64
*
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2019-11-15
1
-3
/
+36
*
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2019-11-11
1
-3
/
+17
*
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2019-11-07
1
-11
/
+43
*
selftests/bps: Clean up removed ints relocations negative tests
Andrii Nakryiko
2019-11-06
1
-6
/
+0
*
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
2019-11-04
1
-5
/
+34
*
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
2019-11-04
1
-2
/
+82
*
bpf, testing: Add selftest to read/write sockaddr from user space
Daniel Borkmann
2019-11-02
1
-0
/
+78
*
selftests: Add tests for automatic map pinning
Toke Høiland-Jørgensen
2019-11-02
1
-0
/
+210
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-27
8
-21
/
+394
|
\
|
*
selftests/bpf: Move test_section_names into test_progs and fix it
Andrii Nakryiko
2019-10-23
1
-0
/
+203
|
*
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-22
3
-3
/
+3
|
*
selftest/bpf: Get rid of a bunch of explicit BPF program type setting
Andrii Nakryiko
2019-10-21
3
-10
/
+0
|
*
selftests/bpf: Make reference_tracking test use subtests
Andrii Nakryiko
2019-10-21
1
-1
/
+2
|
*
selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor
Andrii Nakryiko
2019-10-17
1
-2
/
+2
|
*
selftests/bpf: Restore the netns after flow dissector reattach test
Jakub Sitnicki
2019-10-17
1
-4
/
+17
|
*
selftests/bpf: Add kfree_skb raw_tp test
Alexei Starovoitov
2019-10-17
1
-0
/
+89
|
*
selftests: bpf: Add selftest for __sk_buff tstamp
Stanislav Fomichev
2019-10-16
1
-0
/
+5
|
*
selftests/bpf: Add field existence CO-RE relocs tests
Andrii Nakryiko
2019-10-16
1
-2
/
+74
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inherit
Brian Vazquez
2019-10-02
1
-1
/
+1
|
*
selftests/bpf: test_progs: Don't leak server_fd in tcp_rtt
Brian Vazquez
2019-10-02
1
-1
/
+2
*
|
selftests/bpf: Check that flow dissector can be re-attached
Jakub Sitnicki
2019-10-11
1
-0
/
+127
*
|
selftests/bpf: Add read-only map values propagation tests
Andrii Nakryiko
2019-10-11
1
-0
/
+99
*
|
selftests/bpf: Convert test_btf_dump into test_progs test
Andrii Nakryiko
2019-10-10
1
-0
/
+130
*
|
selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests
Andrii Nakryiko
2019-10-08
1
-2
/
+6
*
|
selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs
Andrii Nakryiko
2019-10-06
2
-7
/
+58
|
/
*
selftests/bpf: test_progs: fix client/server race in tcp_rtt
Stanislav Fomichev
2019-09-25
1
-2
/
+19
*
selftests/bpf: test_progs: convert test_tcp_rtt
Stanislav Fomichev
2019-09-06
1
-0
/
+256
*
selftests/bpf: test_progs: convert test_sockopt_inherit
Stanislav Fomichev
2019-09-06
1
-0
/
+235
*
selftests/bpf: test_progs: convert test_sockopt_multi
Stanislav Fomichev
2019-09-06
1
-0
/
+332
*
selftests/bpf: test_progs: convert test_sockopt_sk
Stanislav Fomichev
2019-09-06
1
-0
/
+200
*
selftests/bpf: test_progs: convert test_sockopt
Stanislav Fomichev
2019-09-06
1
-0
/
+985
*
selftests/bpf: remove wrong nhoff in flow dissector test
Stanislav Fomichev
2019-08-28
1
-1
/
+0
*
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
2019-08-28
1
-23
/
+19
*
selftests/bpf: test_progs: remove asserts from subtests
Stanislav Fomichev
2019-08-28
5
-26
/
+40
*
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
2019-08-28
20
-105
/
+40
*
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
2019-08-28
1
-0
/
+1
*
selftests/bpf: fix race in flow dissector tests
Petar Penkov
2019-08-13
1
-1
/
+21
*
selftests/bpf: add CO-RE relocs misc tests
Andrii Nakryiko
2019-08-07
1
-0
/
+19
[next]