summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf, selftests: delete xfrm tunnel when test exits.William Tu2018-06-151-11/+13
* bpf, selftest: check tunnel type more accuratelyJian Wang2018-06-151-1/+1
* selftests/bpf: test offloads even with BPF programs presentJakub Kicinski2018-06-151-2/+10
* selftests: bpf: config: add config fragmentsAnders Roxell2018-06-131-0/+10
* selftests: bpf: fix urandom_read build issueAnders Roxell2018-06-111-3/+1Star
* tools/bpf: fix selftest get_cgroup_id_userYonghong Song2018-06-082-3/+23
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-1/+57
* tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song2018-06-046-2/+232
* tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song2018-06-041-0/+2
* bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-27/+158
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-0/+22
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+23
* selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole2018-06-021-9/+19
* selftests/bpf: test_sockmap, fix data verificationPrashant Bhole2018-06-021-1/+13
* selftests/bpf: test_sockmap, timing improvementsPrashant Bhole2018-06-021-4/+9
* selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole2018-06-021-0/+5
* selftests/bpf: test_sockmap, check test failurePrashant Bhole2018-06-021-6/+21
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-306-3/+210
* selftests/bpf: Selftest for sys_sendmsg hooksAndrey Ignatov2018-05-284-1/+628
* selftests/bpf: Prepare test_sock_addr for extensionAndrey Ignatov2018-05-281-195/+460
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-0/+2
|\
| * selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.shAnders Roxell2018-05-181-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-259-92/+1320
|\ \
| * | tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song2018-05-251-0/+158
| * | tools/bpf: add ksym_get_addr() in trace_helpersYonghong Song2018-05-252-0/+13
| * | selftests/bpf: test for seg6local End.BPF actionMathieu Xhonneux2018-05-244-2/+593
| * | selftests/bpf: Makefile fix "missing" headers on build with -idirafterSirio Balmelli2018-05-231-0/+10
| * | bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-90/+431
| * | bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend2018-05-181-0/+115
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+5
|\ \ \ | |/ / |/| / | |/
| * selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer2018-05-171-0/+5
* | bpf: selftest additions for SOCKHASHJohn Fastabend2018-05-166-347/+401
* | selftests/bpf: make sure build-id is onAlexei Starovoitov2018-05-151-1/+1
* | bpf: add ld64 imm test casesDaniel Borkmann2018-05-152-0/+142
* | bpf: add selftest for stackmap with build_id in NMI contextSong Liu2018-05-142-2/+142
* | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-114-68/+38Star
* | selftests/bpf: Fix bash reference in MakefileJoe Stringer2018-05-111-3/+3
* | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-111-0/+3
* | selftests/bpf: ignore build productsSirio Balmelli2018-05-101-0/+1
* | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-091-13/+276
* | bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-089-30/+873
|\ \
| * | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-7/+259
| * | tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song2018-04-293-11/+98
| * | tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song2018-04-293-12/+266
| * | tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song2018-04-291-0/+45
| * | samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-292-0/+203
| * | tools/bpf: add bpf_get_stack helper to tools headersYonghong Song2018-04-291-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-2/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: minor fix to selftest test_stacktrace_build_id()Song Liu2018-05-021-2/+2