summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song2018-06-036-2/+232
* tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-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-261-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-249-92/+1320
|\ \
| * | tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song2018-05-241-0/+158
| * | tools/bpf: add ksym_get_addr() in trace_helpersYonghong Song2018-05-242-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-142-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/+38
* | 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/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-079-30/+873
|\ \
| * | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-268-5/+3522
|\ \
| * | selftests/bpf: bpf tunnel test.William Tu2018-04-273-2/+1445
| * | bpf: reduce runtime of test_sockmap testsJohn Fastabend2018-04-251-17/+16
| * | bpf: sockmap, add selftestsJohn Fastabend2018-04-253-2/+1808
| * | tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song2018-04-251-2/+2
| * | selftests: bpf: update .gitignore with missing fileAnders Roxell2018-04-241-0/+1
| * | tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon2018-04-241-0/+266
OpenPOWER on IntegriCloud