summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix silent Makefile outputAndrii Nakryiko2020-08-211-20/+24
* selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko2020-08-211-2/+3
* selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer2020-08-211-4/+5
* selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer2020-08-211-1/+3
* bpf: selftests: Restore netns after each testMartin KaFai Lau2020-08-212-2/+23
* selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer2020-08-211-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-312-14/+111
|\
| * selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko2020-07-301-14/+110
| * selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker2020-07-111-0/+1
* | selftests/bpf: fix netdevsim trap_flow_action_cookie readHangbin Liu2020-07-301-0/+3
|/
* selftests: bpf: Fix detach from sockmap testsLorenz Bauer2020-07-091-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-309-16/+108
|\
| * bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-303-1/+45
| * selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer2020-06-301-2/+2
| * selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer2020-06-301-6/+6
| * selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki2020-06-301-4/+28
| * bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend2020-06-282-1/+25
| * libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer2020-06-251-1/+1
| * libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko2020-06-231-1/+1
* | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
|/
* selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2020-06-172-9/+91
* libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko2020-06-122-9/+55
* selftests/bpf: Add cgroup_skb/egress test for load_bytes_relativeYiFei Zhu2020-06-112-0/+119
* bpf: Selftests and tools use struct bpf_devmap_val from uapiJesper Dangaard Brouer2020-06-093-11/+2
* bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-0/+7
* selftests/bpf: Fix ringbuf selftest sample counting undeterminismAndrii Nakryiko2020-06-081-7/+35
* selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich2020-06-021-0/+2
* bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich2020-06-024-48/+48
* selftests/bpf: Fix verifier testAlexei Starovoitov2020-06-021-1/+1
* selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko2020-06-021-1/+1
* bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann2020-06-021-3/+6
* selftests/bpf: Extend test_flow_dissector to cover link creationJakub Sitnicki2020-06-011-33/+82
* selftests/bpf: Convert test_flow_dissector to use BPF skeletonJakub Sitnicki2020-06-012-15/+55
* selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki2020-06-011-0/+1
* selftests/bpf: Add tests for attaching bpf_link to netnsJakub Sitnicki2020-06-011-37/+551
* selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockoptFerenc Fejes2020-06-011-0/+33
* bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend2020-06-012-22/+187
* selftest: Add tests for XDP programs in devmap entriesDavid Ahern2020-06-013-0/+163
* bpf: Add BPF ringbuf and perf buffer benchmarksAndrii Nakryiko2020-06-016-1/+754
* selftests/bpf: Add BPF ringbuf selftestsAndrii Nakryiko2020-06-014-0/+468
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-018-18/+18
* selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov2020-06-011-1/+39
* selftests/bpf: Cleanup comments in test_mapsAnton Protopopov2020-06-011-3/+3
* selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov2020-06-011-0/+4
* selftests/bpf: Fix a typo in test_mapsAnton Protopopov2020-06-011-1/+1
* bpf, selftests: Test probe_* helpers from SCHED_CLSJohn Fastabend2020-06-012-0/+58
* bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend2020-06-012-0/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-14/+32
|\
| * bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-0/+22
| * bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend2020-05-291-14/+10