Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
864db336c677c288d81524c30a656804785902f9
/
tools
/
testing
/
selftests
/
bpf
864db33
selftests/bpf: add test program for loading BPF ELF files
by Jesper Dangaard Brouer
· 7 years ago
035d808
selftests: bpf: test_kmod.sh: check the module path before insmod
by Naresh Kamboju
· 7 years ago
7b4eb53
tools/bpf: fix batch-mode test failure of test_xdp_redirect.sh
by Yonghong Song
· 7 years ago
65073a6
bpf: fix null pointer deref in bpf_prog_test_run_xdp
by Daniel Borkmann
· 7 years ago
62a0699
tools/bpf: permit selftests/bpf to be built in a different directory
by Yonghong Song
· 7 years ago
457740a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
af32efe
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map
by Yonghong Song
· 7 years ago
21ccaf2
bpf: add further test cases around div/mod and others
by Daniel Borkmann
· 7 years ago
771fc60
bpf: clean up from test_tcpbpf_kern.c
by Lawrence Brakmo
· 7 years ago
baf6a07
selftests/bpf: check for chain-non-0 extack message
by Jakub Kicinski
· 7 years ago
2fb89a3
selftests/bpf: check for spurious extacks from the driver
by Jakub Kicinski
· 7 years ago
d6d4f60
bpf: add selftest for tcpbpf
by Lawrence Brakmo
· 7 years ago
31e95b61
selftests/bpf: make 'dubious pointer arithmetic' test useful
by Alexei Starovoitov
· 7 years ago
6d2d58f
selftests/bpf: validate replace of TC filters is working
by Jakub Kicinski
· 7 years ago
9045bdc
selftests/bpf: check bpf verifier log buffer usage works for HW offload
by Quentin Monnet
· 7 years ago
caf9522
selftests/bpf: add checks on extack messages for eBPF hw offload tests
by Quentin Monnet
· 7 years ago
7836878
bpf: test_maps: cleanup sockmaps when test ends
by Prashant Bhole
· 7 years ago
8e68752
selftests/bpf: fix test_dev_cgroup
by Alexei Starovoitov
· 7 years ago
1a97cf1
selftests/bpf: speedup test_maps
by Alexei Starovoitov
· 7 years ago
3513692
tools/bpf: fix a test failure in selftests prog test_verifier
by Yonghong Song
· 7 years ago
ea9722e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
87c1793
bpf: add couple of test cases for div/mod by zero
by Daniel Borkmann
· 7 years ago
8c417dc
tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map
by Yonghong Song
· 7 years ago
b7bcc0b
selftests: bpf: update .gitignore with missing generated files
by Shuah Khan
· 7 years ago
7fedbb7
selftest/bpf: extend the offload test with map checks
by Jakub Kicinski
· 7 years ago
111e6b4
selftests/bpf: make test_verifier run most programs
by Alexei Starovoitov
· 7 years ago
6f16101
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
by Daniel Borkmann
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f37a8cb
bpf: reject stores into ctx via st and xadd
by Daniel Borkmann
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7891a87
bpf: arsh is not supported in 32 bit alu thus reject it
by Daniel Borkmann
· 7 years ago
2b36047
selftests/bpf: fix test_align
by Alexei Starovoitov
· 7 years ago
3ced9b6
tools/bpf: add a bpf selftest for stacktrace
by Yonghong Song
· 7 years ago
752d7b4
selftests/bpf: test device info reporting for bound progs
by Jakub Kicinski
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
fcffe2e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
aada9ce
bpf: fix max call depth check
by Alexei Starovoitov
· 7 years ago
6b86c42
selftests/bpf: additional stack depth tests
by Alexei Starovoitov
· 7 years ago
6b80ad2
bpf: selftest for late caller stack size increase
by Jann Horn
· 7 years ago
fd05e57
bpf: fix stacksafe exploration when comparing states
by Gianluca Borello
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cd95a89
selftests/bpf: fix Makefile for passing LLC to the command line
by Quentin Monnet
· 7 years ago
c475ffa
tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroup
by Yonghong Song
· 7 years ago
82abbf8
bpf: do not allow root to mangle valid pointers
by Alexei Starovoitov
· 7 years ago
2255f8d
selftests/bpf: add tests for recent bugfixes
by Jann Horn
· 7 years ago
19c832e
bpf: Fix tools and testing build.
by David Miller
· 7 years ago
4ca998f
selftests/bpf: add netdevsim to config
by Jakub Kicinski
· 7 years ago
59436c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
28ab173
selftests/bpf: additional bpf_call tests
by Daniel Borkmann
· 7 years ago
b0b04fc
selftests/bpf: add xdp noinline test
by Alexei Starovoitov
· 7 years ago
3bc35c6
selftests/bpf: add bpf_call test
by Alexei Starovoitov
· 7 years ago
d98588c
selftests/bpf: add tests for stack_zero tracking
by Alexei Starovoitov
· 7 years ago
a7ff3ec
selftests/bpf: add verifier tests for bpf_call
by Alexei Starovoitov
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
87ab819
bpf: add test case for ld_abs and helper changing pkt data
by Daniel Borkmann
· 7 years ago
720f228
bpf: fix broken BPF selftest build
by Daniel Borkmann
· 7 years ago
965de87
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
d279f1f
bpf/tracing: add a bpf test for new ioctl query interface
by Yonghong Song
· 7 years ago
63060c3
selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y
by Naresh Kamboju
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7cda4ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
618e165
selftests/bpf: sync kernel headers and introduce arch support in Makefile
by Hendrik Brueckner
· 7 years ago
417ec26
selftests/bpf: add offload test based on netdevsim
by Jakub Kicinski
· 7 years ago
6a28b44
selftests/bpf: adjust test_align expected output
by Alexei Starovoitov
· 7 years ago
2b27941
tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_log
by Yonghong Song
· 7 years ago
db1ac49
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
by Gianluca Borello
· 7 years ago
f1a8b8e
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
by Yonghong Song
· 7 years ago
b6ff639
bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change
by Yonghong Song
· 7 years ago
f3edacb
bpf: Revert bpf_overrid_function() helper changes.
by David S. Miller
· 7 years ago
eafb340
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
37f1ba0
selftests/bpf: add a test for device cgroup controller
by Roman Gushchin
· 7 years ago
9d1f159
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
by Roman Gushchin
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
634eab1
bpf: add test cases to bpf selftests to cover all meta tests
by Daniel Borkmann
· 7 years ago
b06723d
bpf: minor cleanups after merge
by Daniel Borkmann
· 7 years ago
81ba4e1
selftests/bpf: remove useless bpf_trace_printk
by Alexei Starovoitov
· 7 years ago
e27afb8
selftests/bpf: fix broken build of test_maps
by Alexei Starovoitov
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cd86d1f
bpf: Adding helper function bpf_getsockops
by Lawrence Brakmo
· 7 years ago
b37242c
bpf: add test cases to bpf selftests to cover all access tests
by Daniel Borkmann
· 7 years ago
e043325
bpf: Add tests for eBPF file mode
by Chenbo Feng
· 7 years ago
f7e9cb1
bpf: remove mark access for SK_SKB program types
by John Fastabend
· 7 years ago
34f79502
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
by John Fastabend
· 7 years ago
435bf0d
bpf: enforce TCP only support for sockmap
by John Fastabend
· 7 years ago
28e33f9
bpf: disallow arithmetic operations on context pointer
by Jakub Kicinski
· 7 years ago
a99ca6d
selftests/bpf: add a test for verifier logs
by Jakub Kicinski
· 7 years ago
81b9cf8
bpf: add a test case for helper bpf_perf_prog_read_value
by Yonghong Song
· 7 years ago
020a32d
bpf: add a test case for helper bpf_perf_event_read_value
by Yonghong Song
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
390ee7e
bpf: enforce return code for cgroup-bpf programs
by Alexei Starovoitov
· 7 years ago
3a8ad56
bpf: Test new fields in bpf_attr and bpf_{prog, map}_info
by Martin KaFai Lau
· 7 years ago
6e525d0
bpf: Swap the order of checking prog_info and map_info
by Martin KaFai Lau
· 7 years ago
88cda1c
bpf: libbpf: Provide basic API support to specify BPF obj name
by Martin KaFai Lau
· 7 years ago
22c8852
bpf: improve selftests and add tests for meta pointer
by Daniel Borkmann
· 7 years ago
b655fc1
samples/bpf: Fix pt_regs issues when cross-compiling
by Joel Fernandes
· 7 years ago
e8d1749
bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE
by Craig Gallek
· 7 years ago
bae3046
bpf: Add uniqueness invariant to trivial lpm test implementation
by Craig Gallek
· 7 years ago
56a268c
selftests/bpf: Make bpf_util work on uniprocessor systems
by Thomas Meyer
· 7 years ago
Next »