index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-05-28
libbpf: Install btf.h with libbpf
Andrey Ignatov
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
2018-02-02
tools: add netlink.h and if_link.h in tools uapi
Eric Leblond
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
2017-12-17
libbpf: fix Makefile exit code if libelf not found
Jakub Kicinski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-08-17
tools lib bpf: Fix double file test in Makefile
Daniel Díaz
2017-07-31
perf build: Clarify open-coded header version warning message
Ingo Molnar
2017-07-26
bpf: install libbpf headers on 'make install'
Jakub Kicinski
2017-03-09
scripts/spelling.txt: add "overide" pattern and fix typo instances
Masahiro Yamada
2016-12-11
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
2016-01-11
perf bpf: Fix build breakage due to libbpf
Naveen N. Rao
2016-01-11
tools bpf: Add *.cmd files clean up
Jiri Olsa
2016-01-06
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
2015-11-25
tools lib bpf: Don't do a feature check when cleaning
Wang Nan
2015-11-05
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
Yunlong Song
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
2015-08-07
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan