index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
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-27
bpf: add tail call tests to test_verifier
Daniel Borkmann
1
-7
/
+110
2018-02-27
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-24
bpf: add various jit test cases
Daniel Borkmann
1
-0
/
+89
2018-02-24
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-0
/
+58
2018-02-23
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
1
-0
/
+26
2018-02-22
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
1
-0
/
+2
2018-02-22
selftests/bpf: update gitignore with test_libbpf_open
Anders Roxell
1
-0
/
+1
2018-02-22
selftests/bpf: tcpbpf_kern: use in6_* macros from glibc
Anders Roxell
1
-1
/
+0
2018-02-15
selftests/bpf: Only run tests if !bpf_disabled
Joe Stringer
1
-1
/
+25
2018-02-15
selftests/bpf: Count tests skipped by unpriv
Joe Stringer
1
-3
/
+7
2018-02-15
selftests/bpf: Print unexpected output on fail
Joe Stringer
1
-1
/
+2
2018-02-14
tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_tcpbpf_user
Yonghong Song
1
-0
/
+6
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
2
-2
/
+61
2018-02-09
selftests/bpf: add test program for loading BPF ELF files
Jesper Dangaard Brouer
2
-1
/
+151
2018-02-08
selftests: bpf: test_kmod.sh: check the module path before insmod
Naresh Kamboju
1
-3
/
+15
2018-02-06
tools/bpf: fix batch-mode test failure of test_xdp_redirect.sh
Yonghong Song
2
-0
/
+3
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
1
-0
/
+14
2018-02-01
tools/bpf: permit selftests/bpf to be built in a different directory
Yonghong Song
2
-2
/
+3
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-34
/
+868
2018-01-27
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map
Yonghong Song
2
-1
/
+96
2018-01-27
bpf: add further test cases around div/mod and others
Daniel Borkmann
1
-13
/
+330
2018-01-27
bpf: clean up from test_tcpbpf_kern.c
Lawrence Brakmo
1
-3
/
+0
2018-01-26
selftests/bpf: check for chain-non-0 extack message
Jakub Kicinski
1
-3
/
+13
2018-01-26
selftests/bpf: check for spurious extacks from the driver
Jakub Kicinski
1
-0
/
+27
2018-01-26
bpf: add selftest for tcpbpf
Lawrence Brakmo
7
-2
/
+398
2018-01-24
selftests/bpf: make 'dubious pointer arithmetic' test useful
Alexei Starovoitov
1
-7
/
+23
2018-01-24
selftests/bpf: validate replace of TC filters is working
Jakub Kicinski
1
-5
/
+50
2018-01-24
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
1
-5
/
+19
2018-01-24
selftests/bpf: add checks on extack messages for eBPF hw offload tests
Quentin Monnet
1
-26
/
+86
2018-01-23
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
1
-4
/
+12
2018-01-23
selftests/bpf: fix test_dev_cgroup
Alexei Starovoitov
1
-1
/
+1
2018-01-23
selftests/bpf: speedup test_maps
Alexei Starovoitov
1
-6
/
+10
2018-01-23
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
1
-0
/
+1
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-26
/
+483
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+149
2018-01-20
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
1
-0
/
+87
[next]