summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/Makefile
AgeCommit message (Expand)Author
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada
2023-08-02libbpf: fix typos in MakefileRandy Dunlap
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-12-02libbpf: Improve usability of libbpf MakefileXin Liu
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers
2022-06-28libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko
2022-05-19libbpf: fix up global symbol counting logicAndrii Nakryiko
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-04libbpf: Fix build issue with llvm-readelfYonghong Song
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker
2021-11-09libbpf: Compile using -std=gnu89Kumar Kartikeya Dwivedi
2021-10-19libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet
2021-08-17libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko
2021-05-25libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-10libbpf: xsk: Move barriers from libbpf_util.h to xsk.hBjörn Töpel
2021-03-08libbpf: Fix INSTALL flag orderGeorgi Valkov
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer
2021-02-04libbpf: Stop using feature-detection MakefilesAndrii Nakryiko
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa
2020-09-29libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko
2020-09-29libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko
2020-08-18libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko
2020-08-18libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko
2020-06-01libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta
2020-06-01libbpf: Install headers as part of make installNikolay Borisov
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko
2020-01-09libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim
2019-12-18libbpf: Fix libbpf_common.h when installing libbpf through 'make install'Toke Høiland-Jørgensen
2019-12-15libbpf: Support libbpf-provided extern variablesAndrii Nakryiko
2019-12-15libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo
2019-12-04selftests/bpf: Bring back c++ include/link testStanislav Fomichev