Age | Commit message (Expand) | Author |
2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins |
2024-10-07 | libbpf: Add missing per-arch include path | Björn Töpel |
2024-08-05 | tools build: Correct bpf fixdep dependencies | Brian Norris |
2024-03-10 | kbuild: unexport abs_srctree and abs_objtree | Masahiro Yamada |
2023-08-02 | libbpf: fix typos in Makefile | Randy Dunlap |
2022-12-16 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2022-12-02 | libbpf: Improve usability of libbpf Makefile | Xin Liu |
2022-11-20 | tools lib bpf: Avoid install_headers make warning | Ian Rogers |
2022-06-28 | libbpf: move xsk.{c,h} into selftests/bpf | Andrii Nakryiko |
2022-05-19 | libbpf: fix up global symbol counting logic | Andrii Nakryiko |
2022-04-08 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-04-05 | libbpf: Add BPF-side of USDT support | Andrii Nakryiko |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada |
2022-02-04 | libbpf: Fix build issue with llvm-readelf | Yonghong Song |
2021-12-16 | tools/libbpf: Enable cross-building with clang | Jean-Philippe Brucker |
2021-11-09 | libbpf: Compile using -std=gnu89 | Kumar Kartikeya Dwivedi |
2021-10-19 | libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h | Quentin Monnet |
2021-10-08 | libbpf: Skip re-installing headers file if source is older than target | Quentin Monnet |
2021-10-06 | bpf: Use $(pound) instead of \# in Makefiles | Quentin Monnet |
2021-09-13 | libbpf: Make libbpf_version.h non-auto-generated | Andrii Nakryiko |
2021-09-09 | libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations | Quentin Monnet |
2021-08-17 | libbpf: Re-build libbpf.so when libbpf.map changes | Andrii Nakryiko |
2021-06-03 | libbpf: Install skel_internal.h header used from light skeletons | Andrii Nakryiko |
2021-06-03 | libbpf: Refactor header installation portions of Makefile | Andrii Nakryiko |
2021-05-25 | libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors | Andrii Nakryiko |
2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-10 | libbpf: xsk: Move barriers from libbpf_util.h to xsk.h | Björn Töpel |
2021-03-08 | libbpf: Fix INSTALL flag order | Georgi Valkov |
2021-03-04 | scripts/bpf: Abstract eBPF API target parameter | Joe Stringer |
2021-02-04 | libbpf: Stop using feature-detection Makefiles | Andrii Nakryiko |
2020-11-19 | libbpf: Fix VERSIONED_SYM_COUNT number parsing | Jiri Olsa |
2020-09-29 | libbpf: Compile in PIC mode only for shared library case | Andrii Nakryiko |
2020-09-29 | libbpf: Compile libbpf under -O2 level by default and catch extra warnings | Andrii Nakryiko |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-08 | tools/libbpf: Avoid counting local symbols in ABI check | Tony Ambardar |
2020-09-03 | libbpf: Remove arch-specific include path in Makefile | Naveen N. Rao |
2020-08-28 | tools, bpf/build: Cleanup feature files on make clean | Jesper Dangaard Brouer |
2020-08-20 | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov |
2020-08-18 | tools: Remove feature-libelf-mmap feature detection | Andrii Nakryiko |
2020-08-18 | libbpf: Remove any use of reallocarray() in libbpf | Andrii Nakryiko |
2020-08-18 | libbpf: Disable -Wswitch-enum compiler warning | Andrii Nakryiko |
2020-06-01 | libbpf: Use .so dynamic symbols for abi check | Yauheni Kaliuta |
2020-06-01 | libbpf: Install headers as part of make install | Nikolay Borisov |
2020-01-13 | libbpf: Clean up bpf_helper_defs.h generation output | Andrii Nakryiko |
2020-01-09 | libbpf,selftests/bpf: Fix clean targets | Andrii Nakryiko |
2019-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-23 | libbpf: Fix build on read-only filesystems | Namhyung Kim |
2019-12-18 | libbpf: Fix libbpf_common.h when installing libbpf through 'make install' | Toke Høiland-Jørgensen |