summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada1-1/+1
2023-08-02libbpf: fix typos in MakefileRandy Dunlap1-2/+2
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+17
2022-12-03libbpf: Improve usability of libbpf MakefileXin Liu1-0/+17
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers1-0/+1
2022-06-28libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko1-1/+1
2022-05-19libbpf: fix up global symbol counting logicAndrii Nakryiko1-1/+1
2022-04-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko1-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2022-02-05libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker1-1/+2
2021-11-10libbpf: Compile using -std=gnu89Kumar Kartikeya Dwivedi1-0/+1
2021-10-20libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet1-6/+0
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet1-9/+18
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet1-2/+2
2021-09-14libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko1-12/+21
2021-09-10libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet1-7/+17
2021-08-17libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko1-1/+1
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko1-12/+7
2021-05-26libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko1-0/+1
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-11libbpf: xsk: Move barriers from libbpf_util.h to xsk.hBjörn Töpel1-1/+0
2021-03-08libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-02-04libbpf: Stop using feature-detection MakefilesAndrii Nakryiko1-43/+4
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-09-30libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko1-2/+1
2020-09-30libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-09-09tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar1-0/+2
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer1-2/+2
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-2/+5
2020-08-19tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko1-5/+1
2020-08-19libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko1-5/+1
2020-08-19libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko1-1/+1
2020-06-02libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta1-2/+2
2020-06-02libbpf: Install headers as part of make installNikolay Borisov1-1/+1
2020-01-14libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko1-1/+1
2020-01-10libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko1-4/+5
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim1-7/+8
2019-12-18libbpf: Fix libbpf_common.h when installing libbpf through 'make install'Toke Høiland-Jørgensen1-0/+1
2019-12-16libbpf: Support libbpf-provided extern variablesAndrii Nakryiko1-6/+9
2019-12-15libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo1-0/+2
2019-12-05selftests/bpf: Bring back c++ include/link testStanislav Fomichev1-4/+1