Age | Commit message (Expand) | Author | Files | Lines |
2020-07-31 | selftests/bpf: fix netdevsim trap_flow_action_cookie read | Hangbin Liu | 1 | -0/+3 |
2020-07-10 | selftests: bpf: Fix detach from sockmap tests | Lorenz Bauer | 1 | -6/+6 |
2020-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 9 | -16/+108 |
2020-06-30 | bpf: Add tests for PTR_TO_BTF_ID vs. null comparison | Yonghong Song | 3 | -1/+45 |
2020-06-30 | selftests: bpf: Pass program to bpf_prog_detach in flow_dissector | Lorenz Bauer | 1 | -2/+2 |
2020-06-30 | selftests: bpf: Pass program and target_fd in flow_dissector_reattach | Lorenz Bauer | 1 | -6/+6 |
2020-06-30 | selftests/bpf: Test updating flow_dissector link with same program | Jakub Sitnicki | 1 | -4/+28 |
2020-06-28 | bpf, sockmap: Add ingres skb tests that utilize merge skbs | John Fastabend | 2 | -1/+25 |
2020-06-26 | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT | Neal Cardwell | 1 | -3/+2 |
2020-06-25 | libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP | Jesper Dangaard Brouer | 1 | -1/+1 |
2020-06-24 | libbpf: Fix CO-RE relocs against .text section | Andrii Nakryiko | 1 | -1/+1 |
2020-06-17 | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassed | Stanislav Fomichev | 2 | -9/+91 |
2020-06-13 | libbpf: Support pre-initializing .bss global variables | Andrii Nakryiko | 2 | -9/+55 |
2020-06-11 | selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative | YiFei Zhu | 2 | -0/+119 |
2020-06-09 | bpf: Selftests and tools use struct bpf_devmap_val from uapi | Jesper Dangaard Brouer | 3 | -11/+2 |
2020-06-09 | bpf: cgroup: Allow multi-attach program to replace itself | Lorenz Bauer | 1 | -0/+7 |
2020-06-08 | selftests/bpf: Fix ringbuf selftest sample counting undeterminism | Andrii Nakryiko | 1 | -7/+35 |
2020-06-02 | selftests/bpf: Add a default $(CXX) value | Ilya Leoshkevich | 1 | -0/+2 |
2020-06-02 | bpf, selftests: Use bpf_probe_read_kernel | Ilya Leoshkevich | 4 | -48/+48 |
2020-06-02 | selftests/bpf: Fix verifier test | Alexei Starovoitov | 1 | -1/+1 |
2020-06-02 | selftests/bpf: Fix sample_cnt shared between two threads | Andrii Nakryiko | 1 | -1/+1 |
2020-06-02 | bpf, selftests: Adapt cls_redirect to call csum_level helper | Daniel Borkmann | 1 | -3/+6 |
2020-06-02 | selftests/bpf: Extend test_flow_dissector to cover link creation | Jakub Sitnicki | 1 | -33/+82 |
2020-06-02 | selftests/bpf: Convert test_flow_dissector to use BPF skeleton | Jakub Sitnicki | 2 | -15/+55 |
2020-06-02 | selftests/bpf, flow_dissector: Close TAP device FD after the test | Jakub Sitnicki | 1 | -0/+1 |
2020-06-02 | selftests/bpf: Add tests for attaching bpf_link to netns | Jakub Sitnicki | 1 | -37/+551 |
2020-06-02 | selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt | Ferenc Fejes | 1 | -0/+33 |
2020-06-02 | bpf, selftests: Add test for ktls with skb bpf ingress policy | John Fastabend | 2 | -22/+187 |
2020-06-02 | selftest: Add tests for XDP programs in devmap entries | David Ahern | 3 | -0/+163 |
2020-06-02 | bpf: Add BPF ringbuf and perf buffer benchmarks | Andrii Nakryiko | 6 | -1/+754 |
2020-06-02 | selftests/bpf: Add BPF ringbuf selftests | Andrii Nakryiko | 4 | -0/+468 |
2020-06-02 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 8 | -18/+18 |
2020-06-02 | selftests/bpf: Add tests for write-only stacks/queues | Anton Protopopov | 1 | -1/+39 |
2020-06-02 | selftests/bpf: Cleanup comments in test_maps | Anton Protopopov | 1 | -3/+3 |
2020-06-02 | selftests/bpf: Cleanup some file descriptors in test_maps | Anton Protopopov | 1 | -0/+4 |
2020-06-02 | selftests/bpf: Fix a typo in test_maps | Anton Protopopov | 1 | -1/+1 |
2020-06-02 | bpf, selftests: Test probe_* helpers from SCHED_CLS | John Fastabend | 2 | -0/+58 |
2020-06-02 | bpf, selftests: Add sk_msg helpers load and attach test | John Fastabend | 2 | -0/+82 |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -14/+32 |
2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend | 1 | -0/+22 |
2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend | 1 | -14/+10 |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -1/+20 |
2020-05-23 | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh | Alan Maguire | 1 | -0/+1 |
2020-05-23 | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o | Alan Maguire | 1 | -0/+1 |
2020-05-23 | selftests/bpf: Add general instructions for test execution | Alan Maguire | 1 | -0/+2 |
2020-05-22 | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr check | John Fastabend | 1 | -0/+1 |
2020-05-22 | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend | 1 | -0/+19 |
2020-05-22 | bpf: Selftests, verifier case for non null pointer check branch taken | John Fastabend | 1 | -0/+33 |
2020-05-21 | bpf: Prevent mmap()'ing read-only maps as writable | Andrii Nakryiko | 2 | -1/+20 |
2020-05-20 | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_meta | Andrii Nakryiko | 2 | -0/+30 |