Age | Commit message (Expand) | Author | Files | Lines |
2020-06-02 | selftests/bpf: Add a default $(CXX) value | Ilya Leoshkevich | 1 | -0/+2 |
2020-06-02 | tools/bpf: Don't use $(COMPILE.c) | Ilya Leoshkevich | 2 | -7/+7 |
2020-06-02 | Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 4 | -16/+68 |
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 | bpf: Add csum_level helper for fixing up csum levels | Daniel Borkmann | 1 | -1/+42 |
2020-06-02 | bpf: Fix up bpf_skb_adjust_room helper's skb csum setting | Daniel Borkmann | 1 | -0/+8 |
2020-06-02 | perf tools: Remove some duplicated includes | Tiezhu Yang | 5 | -5/+0 |
2020-06-02 | perf symbols: Fix kernel maps for kcore and eBPF | Adrian Hunter | 1 | -0/+2 |
2020-06-02 | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2020-06-02 | perf stat: Ensure group is defined on top of the same cpu mask | Jiri Olsa | 1 | -0/+55 |
2020-06-02 | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+10 |
2020-06-02 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 3 | -4/+4 |
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 | bpftool: Support link show for netns-attached links | Jakub Sitnicki | 1 | -0/+10 |
2020-06-02 | bpftool: Extract helpers for showing link attach type | Jakub Sitnicki | 1 | -22/+22 |
2020-06-02 | libbpf: Add support for bpf_link-based netns attachment | Jakub Sitnicki | 3 | -5/+21 |
2020-06-02 | bpf: Add link-based BPF program attachment to network namespace | Jakub Sitnicki | 1 | -0/+5 |
2020-06-02 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+0 |
2020-06-02 | libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c | Andrii Nakryiko | 1 | -0/+3 |
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 | tools/bpf: sync bpf.h | Alexei Starovoitov | 1 | -0/+1 |
2020-06-02 | selftest: Add tests for XDP programs in devmap entries | David Ahern | 3 | -0/+163 |
2020-06-02 | libbpf: Add SEC name for xdp programs attached to device map | David Ahern | 1 | -0/+2 |
2020-06-02 | xdp: Add xdp_txq_info to xdp_buff | David Ahern | 1 | -0/+2 |
2020-06-02 | bpf: Add support to attach bpf program to a devmap entry | David Ahern | 1 | -0/+1 |
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 | libbpf: Add BPF ring buffer support | Andrii Nakryiko | 5 | -1/+317 |
2020-06-02 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 9 | -19/+101 |
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 | libbpf: Fix perf_buffer__free() API for sparse allocs | Eelco Chaudron | 1 | -1/+4 |
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-02 | bpf, sk_msg: Add get socket storage helpers | John Fastabend | 1 | -0/+2 |
2020-06-02 | libbpf: Use .so dynamic symbols for abi check | Yauheni Kaliuta | 1 | -2/+2 |
2020-06-02 | libbpf: Install headers as part of make install | Nikolay Borisov | 1 | -1/+1 |
2020-06-02 | libbpf: Add API to consume the perf ring buffer content | Eelco Chaudron | 3 | -0/+21 |
2020-06-02 | tools, bpftool: Print correct error message when failing to load BTF | Tobias Klauser | 1 | -1/+1 |
2020-06-02 | tools, bpftool: Make capability check account for new BPF caps | Quentin Monnet | 1 | -19/+66 |
2020-06-02 | tools, bpftool: Clean subcommand help messages | Quentin Monnet | 11 | -76/+64 |