summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-01-16bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-01-07selftests/bpf: fix test_alignAlexei Starovoitov
2017-12-22selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn
2017-12-20bpf: Fix tools and testing build.David Miller
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann
2017-12-12bpf: fix broken BPF selftest buildDaniel Borkmann
2017-12-05selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner
2017-11-30tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik
2017-11-05selftests/bpf: add a test for device cgroup controllerRoman Gushchin
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann
2017-11-01selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-09-26bpf: improve selftests and add tests for meta pointerDaniel Borkmann
2017-09-21samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes
2017-09-19bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek
2017-09-19bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski