| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT | Neal Cardwell | 2020-06-25 | 1 | -3/+2 |
* | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassed | Stanislav Fomichev | 2020-06-17 | 2 | -9/+91 |
* | libbpf: Support pre-initializing .bss global variables | Andrii Nakryiko | 2020-06-12 | 2 | -9/+55 |
* | selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative | YiFei Zhu | 2020-06-11 | 2 | -0/+119 |
* | bpf: Selftests and tools use struct bpf_devmap_val from uapi | Jesper Dangaard Brouer | 2020-06-09 | 3 | -11/+2 |
* | bpf: cgroup: Allow multi-attach program to replace itself | Lorenz Bauer | 2020-06-09 | 1 | -0/+7 |
* | selftests/bpf: Fix ringbuf selftest sample counting undeterminism | Andrii Nakryiko | 2020-06-08 | 1 | -7/+35 |
* | selftests/bpf: Add a default $(CXX) value | Ilya Leoshkevich | 2020-06-02 | 1 | -0/+2 |
* | bpf, selftests: Use bpf_probe_read_kernel | Ilya Leoshkevich | 2020-06-02 | 4 | -48/+48 |
* | selftests/bpf: Fix verifier test | Alexei Starovoitov | 2020-06-02 | 1 | -1/+1 |
* | selftests/bpf: Fix sample_cnt shared between two threads | Andrii Nakryiko | 2020-06-02 | 1 | -1/+1 |
* | bpf, selftests: Adapt cls_redirect to call csum_level helper | Daniel Borkmann | 2020-06-02 | 1 | -3/+6 |
* | selftests/bpf: Extend test_flow_dissector to cover link creation | Jakub Sitnicki | 2020-06-01 | 1 | -33/+82 |
* | selftests/bpf: Convert test_flow_dissector to use BPF skeleton | Jakub Sitnicki | 2020-06-01 | 2 | -15/+55 |
* | selftests/bpf, flow_dissector: Close TAP device FD after the test | Jakub Sitnicki | 2020-06-01 | 1 | -0/+1 |
* | selftests/bpf: Add tests for attaching bpf_link to netns | Jakub Sitnicki | 2020-06-01 | 1 | -37/+551 |
* | selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt | Ferenc Fejes | 2020-06-01 | 1 | -0/+33 |
* | bpf, selftests: Add test for ktls with skb bpf ingress policy | John Fastabend | 2020-06-01 | 2 | -22/+187 |
* | selftest: Add tests for XDP programs in devmap entries | David Ahern | 2020-06-01 | 3 | -0/+163 |
* | bpf: Add BPF ringbuf and perf buffer benchmarks | Andrii Nakryiko | 2020-06-01 | 6 | -1/+754 |
* | selftests/bpf: Add BPF ringbuf selftests | Andrii Nakryiko | 2020-06-01 | 4 | -0/+468 |
* | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 2020-06-01 | 8 | -18/+18 |
* | selftests/bpf: Add tests for write-only stacks/queues | Anton Protopopov | 2020-06-01 | 1 | -1/+39 |
* | selftests/bpf: Cleanup comments in test_maps | Anton Protopopov | 2020-06-01 | 1 | -3/+3 |
* | selftests/bpf: Cleanup some file descriptors in test_maps | Anton Protopopov | 2020-06-01 | 1 | -0/+4 |
* | selftests/bpf: Fix a typo in test_maps | Anton Protopopov | 2020-06-01 | 1 | -1/+1 |
* | bpf, selftests: Test probe_* helpers from SCHED_CLS | John Fastabend | 2020-06-01 | 2 | -0/+58 |
* | bpf, selftests: Add sk_msg helpers load and attach test | John Fastabend | 2020-06-01 | 2 | -0/+82 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-31 | 1 | -14/+32 |
|\ |
|
| * | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend | 2020-05-29 | 1 | -0/+22 |
| * | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend | 2020-05-29 | 1 | -14/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-24 | 2 | -1/+20 |
|\| |
|
| * | bpf: Prevent mmap()'ing read-only maps as writable | Andrii Nakryiko | 2020-05-20 | 2 | -1/+20 |
* | | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh | Alan Maguire | 2020-05-23 | 1 | -0/+1 |
* | | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o | Alan Maguire | 2020-05-23 | 1 | -0/+1 |
* | | selftests/bpf: Add general instructions for test execution | Alan Maguire | 2020-05-23 | 1 | -0/+2 |
* | | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr check | John Fastabend | 2020-05-21 | 1 | -0/+1 |
* | | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend | 2020-05-21 | 1 | -0/+19 |
* | | bpf: Selftests, verifier case for non null pointer check branch taken | John Fastabend | 2020-05-21 | 1 | -0/+33 |
* | | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_meta | Andrii Nakryiko | 2020-05-19 | 2 | -0/+30 |
* | | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h | Andrii Nakryiko | 2020-05-19 | 6 | -0/+98 |
* | | bpf, testing: Add get{peer, sock}name selftests to test_progs | Daniel Borkmann | 2020-05-19 | 5 | -33/+215 |
* | | bpf: Selftests, add ktls tests to test_sockmap | John Fastabend | 2020-05-16 | 1 | -26/+44 |
* | | bpf: Selftests, add blacklist to test_sockmap | John Fastabend | 2020-05-16 | 1 | -2/+31 |
* | | bpf: Selftests, add whitelist option to test_sockmap | John Fastabend | 2020-05-16 | 1 | -1/+30 |
* | | bpf: Selftests, provide verbose option for selftests execution | John Fastabend | 2020-05-16 | 1 | -108/+71 |
* | | bpf: Selftests, break down test_sockmap into subtests | John Fastabend | 2020-05-16 | 1 | -375/+348 |
* | | bpf: Selftests, improve test_sockmap total bytes counter | John Fastabend | 2020-05-16 | 1 | -3/+8 |
* | | bpf: Selftests, print error in test_sockmap error cases | John Fastabend | 2020-05-16 | 1 | -8/+17 |
* | | bpf: Selftests, sockmap test prog run without setting cgroup | John Fastabend | 2020-05-16 | 1 | -6/+22 |