index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
libbpf: Add bpf_obj_get_opts()
Joe Burton
1
-0
/
+9
2022-06-29
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
1
-7
/
+31
2022-06-28
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
1
-4
/
+0
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
1
-170
/
+4
2022-05-19
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
1
-80
/
+0
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
1
-0
/
+14
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
1
-0
/
+8
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
1
-2
/
+32
2022-03-17
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
1
-0
/
+9
2022-03-09
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
1
-0
/
+1
2022-03-07
libbpf: Fix array_size.cocci warning
Guo Zhengkui
1
-1
/
+2
2022-01-12
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
1
-2
/
+7
2022-01-06
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
1
-4
/
+4
2021-12-14
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
1
-0
/
+81
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
1
-2
/
+2
2021-12-10
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
1
-9
/
+50
2021-12-10
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
1
-13
/
+16
2021-11-26
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
1
-0
/
+6
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
1
-82
/
+58
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-66
/
+100
2021-11-07
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
1
-2
/
+6
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
1
-60
/
+89
2021-11-07
libbpf: Pass number of prog load attempts explicitly
Andrii Nakryiko
1
-7
/
+8
2021-11-05
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
1
-1
/
+3
2021-10-28
libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
Kumar Kartikeya Dwivedi
1
-13
/
+22
2021-10-28
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
1
-1
/
+26
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
1
-7
/
+25
2021-05-25
libbpf: Streamline error reporting for low-level APIs
Andrii Nakryiko
1
-50
/
+118
2021-05-24
bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
Denis Salopek
1
-0
/
+13
2020-12-03
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
1
-1
/
+4
2020-12-03
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
1
-32
/
+68
2020-12-03
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
1
-1
/
+2
2020-09-29
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
1
-3
/
+15
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
1
-1
/
+1
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
1
-0
/
+31
2020-09-15
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
1
-0
/
+16
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
1
-3
/
+0
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
1
-0
/
+3
2020-08-01
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
1
-0
/
+10
2020-07-25
tools/libbpf: Add support for bpf map element iterator
Yonghong Song
1
-0
/
+1
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
1
-0
/
+10
2020-05-01
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
1
-0
/
+10
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
1
-2
/
+17
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
1
-0
/
+34
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
1
-1
/
+2
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
1
-1
/
+2
2020-01-16
libbpf: Fix unneeded extra initialization in bpf_map_batch_common
Brian Vazquez
1
-1
/
+1
2020-01-15
libbpf: Add libbpf support to batch ops
Yonghong Song
1
-0
/
+58
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-0
/
+3
[next]