summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-181-1/+122
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-171-2/+27
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
* selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
* selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet2017-12-221-1/+1
* bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-27/+29
* selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
* bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
* bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+24
* bpf: fix broken BPF selftest buildDaniel Borkmann2017-12-121-12/+1
* selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner2017-12-051-1/+13
* tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song2017-11-301-0/+7
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-7/+106
* bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16
* bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song2017-11-141-19/+112
* bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1
* samples/bpf: add a test for bpf_override_returnJosef Bacik2017-11-111-1/+2
* selftests/bpf: add a test for device cgroup controllerRoman Gushchin2017-11-053-2/+155
* bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin2017-11-053-1/+196
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann2017-11-021-0/+442
* | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-72/+72
* | selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2017-11-012-5/+0
* | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-224-6/+522
|\|
| * bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| * bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-202-3/+3
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| * bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
* | bpf: Adding helper function bpf_getsockopsLawrence Brakmo2017-10-221-0/+3
* | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
* | selftests/bpf: add a test for verifier logsJakub Kicinski2017-10-102-1/+172
* | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-081-0/+3
* | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-8/+9
|\|
| * selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer2017-09-181-8/+9
* | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-051-0/+72
* | bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
* | bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-1/+1
* | bpf: improve selftests and add tests for meta pointerDaniel Borkmann2017-09-265-4/+370
* | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-7/+49
* | bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-4/+183
* | bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek2017-09-191-1/+13
|/
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-161-0/+16
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-091-1/+50
* bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King2017-08-311-2/+2
* selftests/bpf: check the instruction dumps are populatedJakub Kicinski2017-08-291-4/+12