summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/Makefile
AgeCommit message (Expand)Author
2019-05-05libbpf: add libbpf_util.h to header install.William Tu
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann
2019-03-28tools/bpf: generate pkg-config file for libbpfLuca Boccassi
2019-03-28bpf, libbpf: fix quiet install_headersDaniel Borkmann
2019-03-28libbpf: add libelf dependency to shared library buildBjörn Töpel
2019-03-28libbpf: add xsk.h to install_headers targetBjörn Töpel
2019-03-24bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski
2019-02-25libbpf: add support for using AF_XDP socketsMagnus Karlsson
2019-01-16libbpf: don't define CC and ARStanislav Fomichev
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov
2018-11-26libbpf: Add version script for DSOAndrey Ignatov
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov
2018-07-16tools: libbpf: remove libelf-getphdrnum feature detectionJakub Kicinski
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski
2018-05-28libbpf: Install btf.h with libbpfAndrey Ignatov
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-02-02tools: add netlink.h and if_link.h in tools uapiEric Leblond
2018-01-17libbpf: Makefile set specified permission modeJesper Dangaard Brouer
2018-01-17libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer
2018-01-17libbpf: install the header file libbpf.hJesper Dangaard Brouer
2017-12-17libbpf: fix Makefile exit code if libelf not foundJakub Kicinski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz
2017-07-31perf build: Clarify open-coded header version warning messageIngo Molnar
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo
2016-01-11perf bpf: Fix build breakage due to libbpfNaveen N. Rao
2016-01-11tools bpf: Add *.cmd files clean upJiri Olsa
2016-01-06perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa
2015-11-25tools lib bpf: Don't do a feature check when cleaningWang Nan
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-09-22tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo
2015-09-22tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan