index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
1
-1
/
+1
*
libbpf: emit diff of mismatched public API, if any
Andrii Nakryiko
2019-05-22
1
-0
/
+10
*
libbpf: add libbpf_util.h to header install.
William Tu
2019-05-05
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-11
1
-4
/
+16
|
\
|
*
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-09
1
-1
/
+1
|
*
tools/bpf: generate pkg-config file for libbpf
Luca Boccassi
2019-03-28
1
-3
/
+15
*
|
bpf, libbpf: fix quiet install_headers
Daniel Borkmann
2019-03-28
1
-2
/
+2
*
|
libbpf: add libelf dependency to shared library build
Björn Töpel
2019-03-28
1
-1
/
+1
*
|
libbpf: add xsk.h to install_headers target
Björn Töpel
2019-03-28
1
-0
/
+1
|
/
*
bpf, libbpf: fix version info and add it to shared object
Daniel Borkmann
2019-03-24
1
-14
/
+28
*
libbpf: force fixdep compilation at the start of the build
Stanislav Fomichev
2019-03-07
1
-1
/
+2
*
tools: libbpf: make sure readelf shows full names in build checks
Jakub Kicinski
2019-03-01
1
-2
/
+2
*
libbpf: add support for using AF_XDP sockets
Magnus Karlsson
2019-02-25
1
-1
/
+4
*
libbpf: don't define CC and AR
Stanislav Fomichev
2019-01-16
1
-16
/
+1
*
libbpf: Verify versioned symbols
Andrey Ignatov
2018-11-26
1
-1
/
+18
*
libbpf: Add version script for DSO
Andrey Ignatov
2018-11-26
1
-1
/
+3
*
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-21
1
-3
/
+12
*
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-16
1
-0
/
+1
*
tools/bpf: use proper type and uapi perf_event.h header for libbpf
Yonghong Song
2018-10-09
1
-1
/
+1
*
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-08
1
-1
/
+1
*
tools: libbpf: remove libelf-getphdrnum feature detection
Jakub Kicinski
2018-07-16
1
-5
/
+1
*
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
1
-1
/
+5
*
libbpf: Install btf.h with libbpf
Andrey Ignatov
2018-05-28
1
-0
/
+1
*
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
2018-05-11
1
-1
/
+1
*
tools: add netlink.h and if_link.h in tools uapi
Eric Leblond
2018-02-02
1
-0
/
+6
*
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
2018-01-17
1
-1
/
+1
*
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
2018-01-17
1
-13
/
+2
*
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
2018-01-17
1
-1
/
+2
*
libbpf: fix Makefile exit code if libelf not found
Jakub Kicinski
2017-12-17
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
1
-0
/
+4
|
\
|
*
bpf: install libbpf headers on 'make install'
Jakub Kicinski
2017-07-26
1
-0
/
+4
*
|
tools lib bpf: Fix double file test in Makefile
Daniel Díaz
2017-08-17
1
-2
/
+2
*
|
perf build: Clarify open-coded header version warning message
Ingo Molnar
2017-07-31
1
-2
/
+2
|
/
*
scripts/spelling.txt: add "overide" pattern and fix typo instances
Masahiro Yamada
2017-03-09
1
-1
/
+1
*
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
2016-12-11
1
-1
/
+1
*
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+7
*
perf bpf: Fix build breakage due to libbpf
Naveen N. Rao
2016-01-11
1
-8
/
+8
*
tools bpf: Add *.cmd files clean up
Jiri Olsa
2016-01-11
1
-1
/
+1
*
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
2016-01-06
1
-0
/
+4
*
tools lib bpf: Don't do a feature check when cleaning
Wang Nan
2015-11-25
1
-0
/
+10
*
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
Yunlong Song
2015-11-05
1
-1
/
+1
*
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
2015-09-28
1
-1
/
+3
*
tools build: Add Makefile.include
Jiri Olsa
2015-09-28
1
-1
/
+1
*
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
2015-09-22
1
-0
/
+1
*
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
2015-09-22
1
-2
/
+2
*
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
1
-0
/
+195