index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
bpf: selftest additions for SOCKHASH
John Fastabend
6
-347
/
+401
2018-05-15
selftests/bpf: make sure build-id is on
Alexei Starovoitov
1
-1
/
+1
2018-05-14
bpf: add ld64 imm test cases
Daniel Borkmann
2
-0
/
+142
2018-05-14
bpf: add selftest for stackmap with build_id in NMI context
Song Liu
2
-2
/
+142
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
4
-68
/
+38
2018-05-11
selftests/bpf: Fix bash reference in Makefile
Joe Stringer
1
-3
/
+3
2018-05-11
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
David Ahern
1
-0
/
+3
2018-05-10
selftests/bpf: ignore build products
Sirio Balmelli
1
-0
/
+1
2018-05-09
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
Martin KaFai Lau
1
-13
/
+276
2018-05-09
bpf: btf: Some test_btf clean up
Martin KaFai Lau
1
-102
/
+99
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-30
/
+873
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-05-03
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-7
/
+259
2018-05-02
bpf: minor fix to selftest test_stacktrace_build_id()
Song Liu
1
-2
/
+2
2018-04-29
tools/bpf: add a test for bpf_get_stack with tracepoint prog
Yonghong Song
3
-11
/
+98
2018-04-29
tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
Yonghong Song
3
-12
/
+266
2018-04-29
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
Yonghong Song
1
-0
/
+45
2018-04-29
samples/bpf: move common-purpose trace functions to selftests
Yonghong Song
2
-0
/
+203
2018-04-29
tools/bpf: add bpf_get_stack helper to tools headers
Yonghong Song
1
-0
/
+2
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-5
/
+3522
2018-04-27
selftests/bpf: bpf tunnel test.
William Tu
3
-2
/
+1445
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-2
/
+7
2018-04-25
bpf: reduce runtime of test_sockmap tests
John Fastabend
1
-17
/
+16
2018-04-25
bpf: sockmap, add selftests
John Fastabend
3
-2
/
+1808
2018-04-25
tools/bpf: remove test_sock_addr from TEST_GEN_PROGS
Yonghong Song
1
-2
/
+2
2018-04-24
selftests: bpf: update .gitignore with missing file
Anders Roxell
1
-0
/
+1
2018-04-24
tools/bpf: add verifier tests for accesses to map values
Paul Chaignon
1
-0
/
+266
2018-04-24
samples/bpf: extend test_tunnel_bpf.sh with xfrm state test
Eyal Birger
1
-1
/
+3
2018-04-19
bpf: btf: Add BTF tests
Martin KaFai Lau
4
-3
/
+1783
2018-04-19
tools/bpf: fix test_sock and test_sock_addr.sh failure
Yonghong Song
3
-2
/
+4
2018-04-18
bpf: add bpf_xdp_adjust_tail sample prog
Nikita V. Shirokov
1
-0
/
+2
2018-04-18
bpf: adding tests for bpf_xdp_adjust_tail
Nikita V. Shirokov
4
-1
/
+66
2018-04-11
selftests: bpf: update .gitignore with missing generated files
Anders Roxell
1
-0
/
+3
2018-03-31
selftests/bpf: Selftest for sys_bind post-hooks.
Andrey Ignatov
2
-1
/
+482
2018-03-31
selftests/bpf: Selftest for sys_connect hooks
Andrey Ignatov
6
-3
/
+271
2018-03-31
selftests/bpf: Selftest for sys_bind hooks
Andrey Ignatov
2
-1
/
+488
2018-03-28
selftests/bpf: test for bpf_get_stackid() from raw tracepoints
Alexei Starovoitov
1
-21
/
+70
2018-03-19
bpf: sockmap sample test for bpf_msg_pull_data
John Fastabend
1
-0
/
+2
2018-03-19
bpf: sockmap sample support for bpf_msg_cork_bytes()
John Fastabend
1
-0
/
+2
2018-03-19
bpf: sockmap, add sample option to test apply_bytes helper
John Fastabend
1
-1
/
+2
2018-03-19
bpf: sockmap sample, add option to attach SK_MSG program
John Fastabend
1
-0
/
+3
2018-03-19
bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
1
-0
/
+54
2018-03-19
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
6
-7
/
+108
2018-03-15
bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID
Song Liu
4
-2
/
+256
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+58
2018-02-26
bpf: add tail call tests to test_verifier
Daniel Borkmann
1
-7
/
+110
2018-02-26
bpf: unify rlimit handling in selftests
Daniel Borkmann
11
-54
/
+44
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-6
/
+132
2018-02-23
bpf: add various jit test cases
Daniel Borkmann
1
-0
/
+89
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-0
/
+58
[prev]
[next]