| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Change btf_iter func proto prefix to "bpf_iter_" | Yonghong Song | 2020-05-13 | 1 | -1/+1 |
* | tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0 | Yonghong Song | 2020-05-13 | 1 | -0/+43 |
* | selftest/bpf: Add BPF triggering benchmark | Andrii Nakryiko | 2020-05-13 | 5 | -1/+238 |
* | selftest/bpf: Fmod_ret prog and implement test_overhead as part of bench | Andrii Nakryiko | 2020-05-13 | 6 | -2/+240 |
* | selftests/bpf: Add benchmark runner infrastructure | Andrii Nakryiko | 2020-05-13 | 5 | -1/+608 |
* | selftests/bpf: Extract parse_num_list into generic testing_helpers.c | Andrii Nakryiko | 2020-05-13 | 5 | -64/+78 |
* | libbpf: Fix probe code to return EPERM if encountered | Eelco Chaudron | 2020-05-13 | 1 | -7/+29 |
* | selftests/bpf: Install generated test progs | Yauheni Kaliuta | 2020-05-13 | 1 | -0/+1 |
* | tools, bpf: Synchronise BPF UAPI header with tools | Quentin Monnet | 2020-05-11 | 1 | -50/+59 |
* | tools, bpftool: Minor fixes for documentation | Quentin Monnet | 2020-05-11 | 13 | -70/+116 |
* | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet | 2020-05-11 | 5 | -6/+9 |
* | bpf, libbpf: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-11 | 3 | -3/+3 |
* | bpf, runqslower: include proper uapi/bpf.h | Song Liu | 2020-05-09 | 1 | -1/+2 |
* | tools/bpf: selftests: Add bpf_iter selftests | Yonghong Song | 2020-05-09 | 6 | -0/+509 |
* | tools/bpf: selftests: Add iter progs for bpf_map/task/task_file | Yonghong Song | 2020-05-09 | 3 | -0/+79 |
* | tools/bpf: selftests: Add iterator programs for ipv6_route and netlink | Yonghong Song | 2020-05-09 | 2 | -0/+128 |
* | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song | 2020-05-09 | 6 | -1/+188 |
* | tools/libpf: Add offsetof/container_of macro in bpf_helpers.h | Yonghong Song | 2020-05-09 | 1 | -0/+14 |
* | tools/libbpf: Add bpf_iter support | Yonghong Song | 2020-05-09 | 6 | -0/+91 |
* | bpf: Add bpf_seq_printf and bpf_seq_write helpers | Yonghong Song | 2020-05-09 | 1 | -1/+38 |
* | bpf: Create anonymous bpf iterator | Yonghong Song | 2020-05-09 | 1 | -0/+6 |
* | bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE | Yonghong Song | 2020-05-09 | 1 | -0/+1 |
* | bpf: Allow loading of a bpf_iter program | Yonghong Song | 2020-05-09 | 1 | -0/+1 |
* | bpf: Allow any port in bpf_bind helper | Stanislav Fomichev | 2020-05-09 | 4 | -4/+176 |
* | selftests/bpf: Move existing common networking parts into network_helpers | Stanislav Fomichev | 2020-05-09 | 22 | -53/+90 |
* | selftests/bpf: Generalize helpers to control background listener | Stanislav Fomichev | 2020-05-09 | 4 | -113/+108 |
* | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker... | Alexei Starovoitov | 2020-05-06 | 7 | -1/+132 |
|\ |
|
| * | perf annotate: Add basic support for bpf_image | Jiri Olsa | 2020-04-16 | 5 | -0/+34 |
| * | perf machine: Set ksymbol dso as loaded on arrival | Jiri Olsa | 2020-04-16 | 1 | -0/+1 |
| * | perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event | Jiri Olsa | 2020-04-16 | 1 | -0/+93 |
| * | perf stat: Honour --timeout for forked workloads | Arnaldo Carvalho de Melo | 2020-04-16 | 1 | -1/+4 |
* | | ptp: Add adjust_phase to ptp_clock_caps capability. | Vincent Cheng | 2020-05-02 | 1 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-05-01 | 46 | -555/+3591 |
|\ \ |
|
| * | | selftests/bpf: Use reno instead of dctcp | Stanislav Fomichev | 2020-05-01 | 2 | -4/+3 |
| * | | bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr | Stanislav Fomichev | 2020-05-01 | 3 | -2/+59 |
| * | | bpf: Add selftest for BPF_ENABLE_STATS | Song Liu | 2020-05-01 | 2 | -0/+63 |
| * | | libbpf: Add support for command BPF_ENABLE_STATS | Song Liu | 2020-05-01 | 3 | -0/+12 |
| * | | bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS | Song Liu | 2020-05-01 | 1 | -0/+11 |
| * | | selftests/bpf: Test allowed maps for bpf_sk_select_reuseport | Jakub Sitnicki | 2020-04-30 | 2 | -1/+56 |
| * | | libbpf: Fix false uninitialized variable warning | Andrii Nakryiko | 2020-04-30 | 1 | -1/+1 |
| * | | selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test | Jakub Sitnicki | 2020-04-29 | 3 | -52/+53 |
| * | | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed | Jakub Sitnicki | 2020-04-29 | 2 | -30/+70 |
| * | | tools: bpftool: Make libcap dependency optional | Quentin Monnet | 2020-04-29 | 3 | -5/+38 |
| * | | tools: bpftool: Allow unprivileged users to probe features | Quentin Monnet | 2020-04-29 | 4 | -16/+100 |
| * | | tools: bpftool: For "feature probe" define "full_mode" bool as global | Quentin Monnet | 2020-04-29 | 1 | -8/+7 |
| * | | selftests/bpf: Add runqslower binary to .gitignore | Andrii Nakryiko | 2020-04-28 | 1 | -1/+1 |
| * | | selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest | Andrii Nakryiko | 2020-04-28 | 1 | -4/+1 |
| * | | selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory read | Andrii Nakryiko | 2020-04-28 | 1 | -0/+5 |
| * | | libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id() | Andrii Nakryiko | 2020-04-28 | 1 | -1/+4 |
| * | | selftests/bpf: Fix invalid memory reads in core_relo selftest | Andrii Nakryiko | 2020-04-28 | 1 | -1/+1 |