index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
2021-11-07
1
-2
/
+6
|
*
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
2021-11-07
1
-60
/
+89
|
*
libbpf: Pass number of prog load attempts explicitly
Andrii Nakryiko
2021-11-07
1
-7
/
+8
*
|
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
2021-11-05
1
-1
/
+3
|
/
*
libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
Kumar Kartikeya Dwivedi
2021-10-28
1
-13
/
+22
*
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
2021-10-28
1
-1
/
+26
*
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+1
*
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
1
-7
/
+25
*
libbpf: Streamline error reporting for low-level APIs
Andrii Nakryiko
2021-05-25
1
-50
/
+118
*
bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
Denis Salopek
2021-05-24
1
-0
/
+13
*
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
2020-12-03
1
-1
/
+4
*
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
2020-12-03
1
-32
/
+68
*
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
2020-12-03
1
-1
/
+2
*
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
2020-09-29
1
-3
/
+15
*
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
2020-09-28
1
-1
/
+1
*
libbpf: Support test run of raw tracepoint programs
Song Liu
2020-09-28
1
-0
/
+31
*
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-15
1
-0
/
+16
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
1
-3
/
+0
*
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-06
1
-0
/
+3
*
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
2020-08-01
1
-0
/
+10
*
tools/libbpf: Add support for bpf map element iterator
Yonghong Song
2020-07-25
1
-0
/
+1
*
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-09
1
-0
/
+10
*
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
2020-05-01
1
-0
/
+10
*
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
2020-04-28
1
-2
/
+17
*
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
2020-03-30
1
-0
/
+34
*
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
1
-1
/
+2
*
libbpf: Add support for program extensions
Alexei Starovoitov
2020-01-22
1
-1
/
+2
*
libbpf: Fix unneeded extra initialization in bpf_map_batch_common
Brian Vazquez
2020-01-16
1
-1
/
+1
*
libbpf: Add libbpf support to batch ops
Yonghong Song
2020-01-15
1
-0
/
+58
*
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2020-01-10
1
-0
/
+3
*
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
2020-01-09
1
-2
/
+8
*
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
2019-12-19
1
-1
/
+16
*
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
1
-3
/
+5
*
libbpf: Fix potential overflow issue
Andrii Nakryiko
2019-11-07
1
-1
/
+1
*
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-31
1
-4
/
+4
*
libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
Alexei Starovoitov
2019-10-17
1
-0
/
+3
*
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+5
*
libbpf: refactor bpf_*_get_next_id() functions
Quentin Monnet
2019-08-20
1
-13
/
+8
*
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
1
-5
/
+2
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
1
-0
/
+1
*
tools/bpf: fix perf build error with uClibc (seen on ARC)
Vineet Gupta
2019-05-05
1
-0
/
+2
*
libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-0
/
+5
*
bpf, bpftool: fix a few ubsan warnings
Yonghong Song
2019-04-10
1
-10
/
+9
*
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-09
1
-0
/
+10
*
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
2019-04-04
1
-1
/
+1
*
tools/bpf: replace bzero with memset
Andrii Nakryiko
2019-02-14
1
-24
/
+24
*
tools/bpf: add log_level to bpf_load_program_attr
Yonghong Song
2019-02-07
1
-5
/
+17
*
tools/bpf: add missing strings.h include
Andrii Nakryiko
2019-02-07
1
-0
/
+1
*
libbpf: introduce bpf_map_lookup_elem_flags()
Alexei Starovoitov
2019-02-01
1
-0
/
+13
*
bpf: libbpf: retry loading program on EAGAIN
Lorenz Bauer
2019-01-15
1
-4
/
+15
[prev]
[next]