index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
bpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Introduce bpf_link_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-1
/
+11
*
libbpf: Introduce bpf_btf_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-1
/
+11
*
libbpf: Introduce bpf_prog_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-1
/
+11
*
libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-1
/
+11
*
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
1
-5
/
+0
*
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
2022-08-17
1
-71
/
+102
*
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
2022-08-15
1
-4
/
+2
*
libbpf: Add names for auxiliary maps
Hangbin Liu
2022-08-12
1
-1
/
+1
*
libbpf: Add bpf_obj_get_opts()
Joe Burton
2022-07-30
1
-0
/
+9
*
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
2022-06-29
1
-7
/
+31
*
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
2022-06-28
1
-4
/
+0
*
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
2022-06-28
1
-170
/
+4
*
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
2022-05-19
1
-80
/
+0
*
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
2022-05-13
1
-0
/
+14
*
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
2022-05-11
1
-0
/
+8
*
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2022-04-23
1
-2
/
+32
*
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
2022-03-18
1
-0
/
+9
*
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
2022-03-09
1
-0
/
+1
*
libbpf: Fix array_size.cocci warning
Guo Zhengkui
2022-03-08
1
-1
/
+2
*
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
1
-2
/
+7
*
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2022-01-07
1
-4
/
+4
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
1
-0
/
+81
*
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-14
1
-2
/
+2
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-11
1
-9
/
+50
*
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
2021-12-11
1
-13
/
+16
*
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
2021-11-26
1
-0
/
+6
*
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
2021-11-25
1
-82
/
+58
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
1
-66
/
+100
|
\
|
*
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-29
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-06
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-26
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-04
1
-1
/
+4
*
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
2020-12-04
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-29
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-16
1
-0
/
+16
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-19
1
-3
/
+0
*
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-07
1
-0
/
+3
*
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
2020-08-02
1
-0
/
+10
*
tools/libbpf: Add support for bpf map element iterator
Yonghong Song
2020-07-26
1
-0
/
+1
*
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-10
1
-0
/
+10
[next]