index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-14
libbpf: Add path_fd to struct bpf_link_create_opts
Jiri Olsa
1
-1
/
+2
2026-06-07
libbpf: Add bpf_link_create support for tracing_multi link
Jiri Olsa
1
-0
/
+5
2026-05-12
libbpf: Add syscall common attributes support for map_create
Leon Hwang
1
-1
/
+16
2026-01-06
libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
Leon Hwang
1
-0
/
+8
2025-12-05
libbpf: Add support for associating BPF program with struct_ops
Amery Hung
1
-0
/
+21
2025-09-18
libbpf: Support exclusive map creation
KP Singh
1
-1
/
+4
2025-07-03
libbpf: Introduce bpf_prog_stream_read() API
Kumar Kartikeya Dwivedi
1
-0
/
+21
2025-06-09
libbpf: Support link-based cgroup attach with options
Yonghong Song
1
-0
/
+5
2025-03-17
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-1
/
+2
2024-12-13
libbpf: prog load: Allow to use fd_array_cnt
Anton Protopopov
1
-1
/
+4
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
1
-2
/
+2
2024-03-19
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
1
-0
/
+9
2024-02-22
bpf: Clarify batch lookup/lookup_and_delete semantics
Martin Kelly
1
-5
/
+12
2024-02-14
libbpf: Make remark about zero-initializing bpf_*_info structs
Matt Bobrowski
1
-5
/
+17
2024-02-01
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
1
-1
/
+1
2024-01-24
libbpf: Add BPF token support to bpf_prog_load() API
Andrii Nakryiko
1
-1
/
+2
2024-01-24
libbpf: Add BPF token support to bpf_btf_load() API
Andrii Nakryiko
1
-1
/
+4
2024-01-24
libbpf: Add BPF token support to bpf_map_create() API
Andrii Nakryiko
1
-2
/
+4
2024-01-24
libbpf: Add bpf_token_create() API
Andrii Nakryiko
1
-0
/
+24
2024-01-23
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
1
-1
/
+3
2023-10-24
libbpf: Add link-based API for netkit
Daniel Borkmann
1
-0
/
+5
2023-08-21
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
1
-1
/
+10
2023-07-19
libbpf: Add link-based API for tcx
Daniel Borkmann
1
-0
/
+5
2023-07-19
libbpf: Add opts-based attach/detach/query API for tcx
Daniel Borkmann
1
-14
/
+78
2023-06-30
libbpf: Add netfilter link attach helper
Florian Westphal
1
-0
/
+6
2023-05-23
libbpf: Add opts-based bpf_obj_pin() API and add support for path_fd
Andrii Nakryiko
1
-2
/
+16
2023-04-11
libbpf: Wire through log_true_size for bpf_btf_load() API
Andrii Nakryiko
1
-2
/
+9
2023-04-11
libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOAD
Andrii Nakryiko
1
-2
/
+9
2023-03-22
libbpf: Update a bpf_link with another struct_ops.
Kui-Feng Lee
1
-1
/
+2
2023-02-27
libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-5
/
+64
2023-02-16
libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-0
/
+9
2022-11-30
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
1
-0
/
+7
2022-10-10
libbpf: Introduce bpf_link_get_fd_by_id_opts()
Roberto Sassu
1
-0
/
+2
2022-10-10
libbpf: Introduce bpf_btf_get_fd_by_id_opts()
Roberto Sassu
1
-0
/
+2
2022-10-10
libbpf: Introduce bpf_prog_get_fd_by_id_opts()
Roberto Sassu
1
-0
/
+2
2022-10-10
libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()
Roberto Sassu
1
-0
/
+10
2022-07-29
libbpf: Add bpf_obj_get_opts()
Joe Burton
1
-0
/
+11
2022-06-29
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
1
-0
/
+15
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
1
-83
/
+0
2022-05-19
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
1
-42
/
+0
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
1
-0
/
+1
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
1
-0
/
+3
2022-03-17
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
1
-1
/
+8
2022-03-09
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
1
-1
/
+2
2022-02-02
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
1
-1
/
+3
2022-01-12
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
1
-0
/
+4
2022-01-06
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
1
-2
/
+113
2021-12-14
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
1
-0
/
+2
2021-12-10
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
1
-1
/
+2
2021-12-10
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
1
-2
/
+17
[next]