index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: add bpf_spin_lock C test
Alexei Starovoitov
2019-02-01
4
-2
/
+155
*
selftests/bpf: add bpf_spin_lock verifier tests
Alexei Starovoitov
2019-02-01
2
-1
/
+434
*
selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE...
Stanislav Fomichev
2019-01-31
1
-0
/
+1
*
selftests/bpf: skip verifier tests for unsupported map types
Stanislav Fomichev
2019-01-31
1
-3
/
+33
*
selftests/bpf: skip verifier tests for unsupported program types
Stanislav Fomichev
2019-01-31
1
-1
/
+8
*
selftests/bpf: skip sockmap in test_maps if kernel doesn't have support
Stanislav Fomichev
2019-01-31
1
-1
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-28
75
-15506
/
+16856
|
\
|
*
selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissector
Stanislav Fomichev
2019-01-29
4
-40
/
+139
|
*
selftests: bpf: remove duplicated include
YueHaibing
2019-01-29
3
-4
/
+0
|
*
selftests: bpf: break up the rest of test_verifier
Jakub Kicinski
2019-01-27
23
-6149
/
+6051
|
*
selftests: bpf: break up test_verifier
Jakub Kicinski
2019-01-27
48
-10136
/
+9902
|
*
selftests: bpf: prepare for break up of verifier tests
Jakub Kicinski
2019-01-27
3
-0
/
+17
|
*
selftests: bpf: makefile support sub-register code-gen test mode
Jiong Wang
2019-01-26
1
-25
/
+70
|
*
selftests: bpf: functional and min/max reasoning unit tests for JMP32
Jiong Wang
2019-01-26
1
-24
/
+762
|
*
selftests/bpf: suppress readelf stderr when probing for BTF support
Stanislav Fomichev
2019-01-25
1
-1
/
+2
|
*
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
2019-01-24
1
-0
/
+36
|
*
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2019-01-23
2
-7
/
+549
|
*
selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user
Stanislav Fomichev
2019-01-23
1
-3
/
+3
|
*
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
2019-01-23
1
-3
/
+1
|
*
tools/bpf: add bpffs pretty print test for int128
Yonghong Song
2019-01-16
1
-0
/
+79
|
*
tools/bpf: refactor test_btf pretty printing for multiple map value formats
Yonghong Song
2019-01-16
1
-37
/
+75
|
*
tools/bpf: add int128 raw test in test_btf
Yonghong Song
2019-01-16
1
-0
/
+93
*
|
selftests/bpf: retry tests that expect build-id
Stanislav Fomichev
2019-01-17
1
-0
/
+30
*
|
selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh
Stanislav Fomichev
2019-01-15
1
-0
/
+1
|
/
*
tools/bpf: test btf bitfield with >=256 struct member offset
Yonghong Song
2019-01-11
1
-8
/
+21
*
selftests: bpf: install files tcp_(server|client)*.py
Anders Roxell
2019-01-10
1
-1
/
+3
*
selftests/bpf: add missing executables to .gitignore
Stanislav Fomichev
2019-01-10
1
-0
/
+1
*
selftests/bpf: fix incorrect users of create_and_get_cgroup
Stanislav Fomichev
2019-01-07
10
-12
/
+12
*
bpf: add various test cases for alu op on mixed dst register types
Daniel Borkmann
2019-01-05
1
-0
/
+120
*
selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addr
Andrey Ignatov
2019-01-04
1
-3
/
+50
*
bpf: add various test cases to selftests
Daniel Borkmann
2019-01-02
1
-3
/
+1105
*
selftests/bpf: fix error printing in test_devmap()
Xiaozhou Liu
2019-01-01
1
-1
/
+1
*
bpf: fix segfault in test_verifier selftest
Daniel Borkmann
2018-12-21
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-20
7
-73
/
+1053
|
\
|
*
bpf: sk_msg, fix sk_msg_md access past end test
John Fastabend
2018-12-20
1
-1
/
+1
|
*
selftests: bpf: add missing executables to .gitignore
Jakub Kicinski
2018-12-20
1
-0
/
+1
|
*
selftests: bpf: verifier: add tests for JSET interpretation
Jakub Kicinski
2018-12-20
1
-0
/
+96
|
*
selftests: bpf: add trivial JSET tests
Jakub Kicinski
2018-12-20
1
-31
/
+178
|
*
bpf: Add BPF_LD_IMM64 to the line_info test
Martin KaFai Lau
2018-12-19
1
-0
/
+27
|
*
bpf: sk_msg, add tests for size field
John Fastabend
2018-12-19
1
-3
/
+13
|
*
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2018-12-18
1
-2
/
+32
|
*
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
Yonghong Song
2018-12-18
1
-5
/
+5
|
*
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
2018-12-18
1
-14
/
+154
|
*
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
2018-12-18
1
-2
/
+494
|
*
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
1
-0
/
+22
|
*
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
2018-12-15
1
-1
/
+14
|
*
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2018-12-13
2
-4
/
+8
|
*
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
2018-12-13
1
-7
/
+0
|
*
selftests/bpf: add btf annotations for cgroup_local_storage maps
Roman Gushchin
2018-12-12
1
-0
/
+6
|
*
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
2018-12-12
1
-4
/
+4
[next]