Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | libbpf: move logging helpers into libbpf_internal.h | Andrii Nakryiko | 5 | -16/+15 |
2019-05-16 | libbpf: don't fail when feature probing fails | Stanislav Fomichev | 1 | -1/+1 |
2019-05-13 | libbpf: detect supported kernel BTF features and sanitize BTF | Andrii Nakryiko | 3 | -33/+197 |
2019-05-06 | libbpf: remove unnecessary cast-to-void | Björn Töpel | 1 | -14/+10 |
2019-05-05 | libbpf: add libbpf_util.h to header install. | William Tu | 1 | -0/+1 |
2019-05-05 | tools/bpf: fix perf build error with uClibc (seen on ARC) | Vineet Gupta | 1 | -0/+2 |
2019-05-04 | libbpf: proper XSKMAP cleanup | Björn Töpel | 1 | -55/+60 |
2019-05-04 | libbpf: fix invalid munmap call | Björn Töpel | 1 | -37/+40 |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2019-04-27 | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing | Martin KaFai Lau | 1 | -1/+73 |
2019-04-26 | tools: sync bpf.h | Matt Mullins | 2 | -0/+2 |
2019-04-25 | libbpf: add binary to gitignore | Matteo Croce | 1 | -0/+1 |
2019-04-25 | libbpf: fix samples/bpf build failure due to undefined UINT32_MAX | Daniel T. Lee | 1 | -0/+1 |
2019-04-25 | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement | Daniel Borkmann | 1 | -3/+3 |
2019-04-25 | bpf, libbpf: handle old kernels more graceful wrt global data sections | Daniel Borkmann | 1 | -13/+86 |
2019-04-19 | libbpf: fix BPF_LOG_BUF_SIZE off-by-one error | McCabe, Robert J | 1 | -1/+1 |
2019-04-18 | libbpf: remove compile time warning from libbpf_util.h | Magnus Karlsson | 1 | -1/+1 |
2019-04-16 | libbpf: optimize barrier for XDP socket rings | Magnus Karlsson | 2 | -1/+6 |
2019-04-16 | libbpf: remove dependency on barrier.h in xsk.h | Magnus Karlsson | 2 | -3/+29 |
2019-04-16 | libbpf: remove likely/unlikely in xsk.h | Magnus Karlsson | 1 | -2/+2 |
2019-04-16 | libbpf: fix XDP socket ring buffer memory ordering | Magnus Karlsson | 1 | -2/+11 |
2019-04-16 | libbpf: fix printf formatter for ptrdiff_t argument | Andrii Nakryiko | 1 | -1/+1 |
2019-04-16 | btf: add support for VAR and DATASEC in btf_dedup() | Andrii Nakryiko | 1 | -2/+27 |
2019-04-12 | libbpf: Support sysctl hook | Andrey Ignatov | 2 | -0/+4 |
2019-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 11 | -115/+651 |
2019-04-11 | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -0/+10 |
2019-04-11 | libbpf: Fix build with gcc-8 | Andrey Ignatov | 1 | -1/+1 |
2019-04-10 | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE | Magnus Karlsson | 1 | -4/+5 |
2019-04-10 | bpf, bpftool: fix a few ubsan warnings | Yonghong Song | 1 | -10/+9 |
2019-04-09 | bpf, libbpf: add support for BTF Var and DataSec | Daniel Borkmann | 5 | -20/+235 |
2019-04-09 | bpf, libbpf: support global data/bss/rodata sections | Daniel Borkmann | 6 | -48/+314 |
2019-04-09 | bpf, libbpf: refactor relocation handling | Joe Stringer | 1 | -30/+32 |
2019-04-06 | libbpf: Ignore -Wformat-nonliteral warning | Andrey Ignatov | 1 | -0/+5 |
2019-04-04 | libbpf: teach libbpf about log_level bit 2 | Alexei Starovoitov | 4 | -4/+17 |
2019-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -3/+7 |
2019-03-28 | tools/bpf: generate pkg-config file for libbpf | Luca Boccassi | 3 | -3/+28 |
2019-03-28 | bpf, libbpf: fix quiet install_headers | Daniel Borkmann | 1 | -2/+2 |
2019-03-28 | libbpf: add libelf dependency to shared library build | Björn Töpel | 1 | -1/+1 |
2019-03-28 | libbpf: add xsk.h to install_headers target | Björn Töpel | 1 | -0/+1 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -34/+88 |
2019-03-27 | libbpf: fix btf_dedup equivalence check handling of different kinds | Andrii Nakryiko | 1 | -0/+3 |
2019-03-24 | bpf, libbpf: clarify bump in libbpf version info | Daniel Borkmann | 1 | -0/+1 |
2019-03-24 | bpf, libbpf: fix version info and add it to shared object | Daniel Borkmann | 1 | -14/+28 |
2019-03-22 | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/... | Thomas Gleixner | 3 | -1/+318 |
2019-03-22 | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/... | Thomas Gleixner | 1 | -0/+1 |
2019-03-19 | tools lib bpf: Introduce bpf_program__get_prog_info_linear() | Song Liu | 3 | -0/+317 |
2019-03-19 | perf tools: Fix errors under optimization level '-Og' | Changbin Du | 1 | -1/+1 |
2019-03-14 | btf: resolve enum fwds in btf_dedup | Andrii Nakryiko | 1 | -13/+38 |
2019-03-12 | libbpf: fix to reject unknown flags in xsk_socket__create() | Magnus Karlsson | 1 | -4/+11 |
2019-03-11 | tools lib bpf: Fix the build by adding a missing stdarg.h include | Arnaldo Carvalho de Melo | 1 | -0/+1 |