summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song2017-11-141-19/+112
* bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1Star
* samples/bpf: add a test for bpf_override_returnJosef Bacik2017-11-111-1/+2
* selftests/bpf: add a test for device cgroup controllerRoman Gushchin2017-11-053-2/+155
* bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin2017-11-053-1/+196
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann2017-11-021-0/+442
* | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-72/+72
* | selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2017-11-012-5/+0Star
* | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-224-6/+522
|\|
| * bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| * bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-202-3/+3
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| * bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
* | bpf: Adding helper function bpf_getsockopsLawrence Brakmo2017-10-221-0/+3
* | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
* | selftests/bpf: add a test for verifier logsJakub Kicinski2017-10-102-1/+172
* | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-081-0/+3
* | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-8/+9
|\|
| * selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer2017-09-181-8/+9
* | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-051-0/+72
* | bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
* | bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-1/+1
* | bpf: improve selftests and add tests for meta pointerDaniel Borkmann2017-09-265-4/+370
* | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-7/+49
* | bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-4/+183
* | bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek2017-09-191-1/+13
|/
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-161-0/+16
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-091-1/+50
* bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King2017-08-311-2/+2
* selftests/bpf: check the instruction dumps are populatedJakub Kicinski2017-08-291-4/+12
* bpf: test_maps add sockmap stress testJohn Fastabend2017-08-281-1/+28
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-282-4/+30
* bpf: more SK_SKB selftestsJohn Fastabend2017-08-281-0/+98
* bpf: additional sockmap self testsJohn Fastabend2017-08-283-46/+96
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-284-78/+62Star
* selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov2017-08-241-0/+28
* selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree2017-08-241-0/+16
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-201-0/+1
* bpf: selftests add sockmap testsJohn Fastabend2017-08-165-39/+412
* bpf: selftests: add tests for new __sk_buff membersJohn Fastabend2017-08-161-0/+152
* bpf: sockmap sample programJohn Fastabend2017-08-161-0/+7
* selftests: bpf: add check for ip XDP redirectWilliam Tu2017-08-111-0/+5
* bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann2017-08-101-0/+313
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-102-9/+21
|\