summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
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
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend
2017-08-28bpf: additional sockmap self testsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu