aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c
AgeCommit message (Expand)Author
2019-03-08selftests/bpf: retry tests that expect build-idStanislav Fomichev
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2018-05-24tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song
2018-05-14bpf: add selftest for stackmap with build_id in NMI contextSong Liu
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-02bpf: minor fix to selftest test_stacktrace_build_id()Song Liu
2018-04-29tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song
2018-04-29tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song
2018-04-18bpf: adding tests for bpf_xdp_adjust_tailNikita V. Shirokov
2018-03-28selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov
2018-03-15bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann
2018-01-06tools/bpf: add a bpf selftest for stacktraceYonghong Song
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-20bpf: Fix tools and testing build.David Miller
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song
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-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer
2017-06-09bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau
2017-06-06bpf: Test for bpf IDMartin KaFai Lau
2017-05-03selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song
2017-05-01bpf: Include bpf_endian.h in test_progs.c too.David S. Miller
2017-04-28bpf: fix _htons occurences in test_progsDaniel Borkmann
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov