summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-1/+20
|\|
| * bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-202-1/+20
* | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire2020-05-231-0/+1
* | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire2020-05-231-0/+1
* | selftests/bpf: Add general instructions for test executionAlan Maguire2020-05-231-0/+2
* | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr checkJohn Fastabend2020-05-211-0/+1
* | bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend2020-05-211-0/+19
* | bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend2020-05-211-0/+33
* | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_metaAndrii Nakryiko2020-05-192-0/+30
* | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.hAndrii Nakryiko2020-05-196-0/+98
* | bpf, testing: Add get{peer, sock}name selftests to test_progsDaniel Borkmann2020-05-195-33/+215
* | bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend2020-05-161-26/+44
* | bpf: Selftests, add blacklist to test_sockmapJohn Fastabend2020-05-161-2/+31
* | bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend2020-05-161-1/+30
* | bpf: Selftests, provide verbose option for selftests executionJohn Fastabend2020-05-161-108/+71
* | bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend2020-05-161-375/+348
* | bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend2020-05-161-3/+8
* | bpf: Selftests, print error in test_sockmap error casesJohn Fastabend2020-05-161-8/+17
* | bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend2020-05-161-6/+22