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
/
libbpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
2019-12-18
1
-4
/
+4
*
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
2019-12-18
1
-0
/
+1
*
libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
Andrii Nakryiko
2019-12-17
1
-35
/
+0
*
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-12-15
1
-1
/
+11
*
libbpf: Add BPF object skeleton support
Andrii Nakryiko
2019-12-15
1
-0
/
+38
*
libbpf: Expose BPF program's function name
Andrii Nakryiko
2019-12-15
1
-2
/
+7
*
libbpf: Extract common user-facing helpers
Andrii Nakryiko
2019-12-15
1
-26
/
+2
*
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
2019-12-15
1
-0
/
+35
*
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
2019-12-15
1
-17
/
+0
*
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
2019-12-15
1
-0
/
+2
*
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
1
-1
/
+2
*
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-15
1
-0
/
+4
*
libbpf: Add getter for program size
Toke Høiland-Jørgensen
2019-11-10
1
-0
/
+3
*
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
2019-11-10
1
-0
/
+10
*
libbpf: Add auto-pinning of maps when loading BPF objects
Toke Høiland-Jørgensen
2019-11-02
1
-1
/
+12
*
libbpf: Store map pin path and status in struct bpf_map
Toke Høiland-Jørgensen
2019-11-02
1
-0
/
+8
*
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-31
1
-0
/
+2
*
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-22
1
-7
/
+12
*
libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
Andrii Nakryiko
2019-10-21
1
-0
/
+5
*
libbpf: Add support for field existance CO-RE relocation
Andrii Nakryiko
2019-10-15
1
-1
/
+3
*
libbpf: add bpf_object__open_{file, mem} w/ extensible opts
Andrii Nakryiko
2019-10-05
1
-3
/
+43
*
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
2019-10-05
1
-2
/
+0
*
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
2019-08-07
1
-0
/
+1
*
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
2019-07-27
1
-1
/
+1
*
libbpf: add perf buffer API
Andrii Nakryiko
2019-07-08
1
-0
/
+49
*
libbpf: add raw tracepoint attach API
Andrii Nakryiko
2019-07-05
1
-0
/
+3
*
libbpf: add tracepoint attach API
Andrii Nakryiko
2019-07-05
1
-0
/
+4
*
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
2019-07-05
1
-0
/
+7
*
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
2019-07-05
1
-0
/
+3
*
libbpf: introduce concept of bpf_link
Andrii Nakryiko
2019-07-05
1
-0
/
+4
*
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-19
1
-31
/
+31
*
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
1
-0
/
+16
*
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
1
-0
/
+6
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
1
-0
/
+1
*
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
1
-0
/
+4
*
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-09
1
-0
/
+1
*
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
2019-04-04
1
-0
/
+1
*
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
2019-03-19
1
-0
/
+63
*
tools lib bpf: Fix the build by adding a missing stdarg.h include
Arnaldo Carvalho de Melo
2019-03-11
1
-0
/
+1
*
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
2019-03-01
1
-1
/
+2
*
libbpf: Introduce bpf_object__btf
Andrey Ignatov
2019-02-15
1
-0
/
+3
*
libbpf: Introduce bpf_map__resize
Andrey Ignatov
2019-02-15
1
-0
/
+1
*
libbpf: fix libbpf_print
Stanislav Fomichev
2019-02-04
1
-2
/
+1
*
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
2019-02-04
1
-10
/
+4
*
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
2019-02-04
1
-0
/
+6
*
libbpf: Add a support for getting xdp prog id on ifindex
Maciej Fijalkowski
2019-02-01
1
-0
/
+1
*
libbpf: Add a helper for retrieving a map fd for a given name
Maciej Fijalkowski
2019-02-01
1
-0
/
+3
*
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-22
1
-0
/
+2
*
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-22
1
-0
/
+1
*
tools: bpftool: add probes for eBPF program types
Quentin Monnet
2019-01-22
1
-0
/
+11
[next]