index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-28
selftests: bpf: prepare for break up of verifier tests
Jakub Kicinski
1
-0
/
+13
2019-01-27
selftests: bpf: makefile support sub-register code-gen test mode
Jiong Wang
1
-25
/
+70
2019-01-25
selftests/bpf: suppress readelf stderr when probing for BTF support
Stanislav Fomichev
1
-1
/
+2
2019-01-10
selftests: bpf: install files tcp_(server|client)*.py
Anders Roxell
1
-1
/
+3
2018-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+22
2018-11-22
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
1
-1
/
+2
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
1
-0
/
+8
2018-11-09
selftests/bpf: add a test case for sock_ops perf-event notification
Sowmini Varadhan
1
-1
/
+3
2018-11-08
selftests: add dummy xdp test helper
Paolo Abeni
1
-1
/
+2
2018-11-08
selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
Quentin Monnet
1
-0
/
+10
2018-10-19
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
1
-1
/
+4
2018-10-11
selftests: bpf: install script with_addr.sh
Anders Roxell
1
-0
/
+2
2018-10-10
selftests/bpf: add XDP selftests for modifying and popping VLAN headers
Jesper Dangaard Brouer
1
-2
/
+4
2018-10-03
selftests/bpf: Add C tests for reference tracking
Joe Stringer
1
-1
/
+1
2018-10-01
selftests/bpf: cgroup local storage-based network counters
Roman Gushchin
1
-2
/
+4
2018-09-27
selftests/bpf: Test libbpf_{prog,attach}_type_by_name
Andrey Ignatov
1
-1
/
+1
2018-09-14
selftests/bpf: test bpf flow dissection
Petar Penkov
1
-2
/
+4
2018-09-14
flow_dissector: implements eBPF parser
Petar Penkov
1
-1
/
+1
2018-08-13
selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_id
Andrey Ignatov
1
-3
/
+6
2018-08-11
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-2
/
+2
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+5
2018-08-03
selftests/bpf: add a cgroup storage test
Roman Gushchin
1
-1
/
+2
2018-07-31
selftests/bpf: Test for get_socket_cookie
Andrey Ignatov
1
-2
/
+4
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-07-20
bpf: Use option "help" in the llvm-objcopy test
Martin KaFai Lau
1
-1
/
+1
2018-07-15
selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers
Andrey Ignatov
1
-0
/
+1
2018-06-11
selftests: bpf: fix urandom_read build issue
Anders Roxell
1
-3
/
+1
2018-06-04
tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper
Yonghong Song
1
-2
/
+4
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
1
-3
/
+4
2018-05-28
selftests/bpf: Selftest for sys_sendmsg hooks
Andrey Ignatov
1
-1
/
+1
2018-05-24
selftests/bpf: test for seg6local End.BPF action
Mathieu Xhonneux
1
-2
/
+4
2018-05-23
selftests/bpf: Makefile fix "missing" headers on build with -idirafter
Sirio Balmelli
1
-0
/
+10
2018-05-16
bpf: selftest additions for SOCKHASH
John Fastabend
1
-1
/
+1
2018-05-15
selftests/bpf: make sure build-id is on
Alexei Starovoitov
1
-1
/
+1
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
1
-1
/
+1
2018-05-11
selftests/bpf: Fix bash reference in Makefile
Joe Stringer
1
-3
/
+3
2018-04-29
tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
Yonghong Song
1
-1
/
+3
2018-04-27
selftests/bpf: bpf tunnel test.
William Tu
1
-2
/
+3
2018-04-25
bpf: sockmap, add selftests
John Fastabend
1
-2
/
+3
2018-04-25
tools/bpf: remove test_sock_addr from TEST_GEN_PROGS
Yonghong Song
1
-2
/
+2
2018-04-19
bpf: btf: Add BTF tests
Martin KaFai Lau
1
-3
/
+23
2018-04-19
bpf: adding tests for bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-03-31
selftests/bpf: Selftest for sys_bind post-hooks.
Andrey Ignatov
1
-1
/
+3
2018-03-31
selftests/bpf: Selftest for sys_connect hooks
Andrey Ignatov
1
-2
/
+3
2018-03-31
selftests/bpf: Selftest for sys_bind hooks
Andrey Ignatov
1
-1
/
+2
2018-03-19
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
1
-1
/
+2
2018-03-15
bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID
Song Liu
1
-1
/
+11
2018-02-14
selftests/bpf: fix Makefile for cgroup_helpers.c
Jesper Dangaard Brouer
1
-1
/
+3
2018-02-09
selftests/bpf: add selftest that use test_libbpf_open
Jesper Dangaard Brouer
1
-2
/
+12
2018-02-09
selftests/bpf: add test program for loading BPF ELF files
Jesper Dangaard Brouer
1
-1
/
+1
[next]