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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: fix some typos in libbpf
Lin Yikai
2024-09-05
1
-2
/
+2
*
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
2024-03-20
1
-0
/
+9
*
bpf: Clarify batch lookup/lookup_and_delete semantics
Martin Kelly
2024-02-22
1
-5
/
+12
*
libbpf: Make remark about zero-initializing bpf_*_info structs
Matt Bobrowski
2024-02-14
1
-5
/
+17
*
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
2024-02-01
1
-1
/
+1
*
libbpf: Add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2024-01-25
1
-1
/
+2
*
libbpf: Add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2024-01-25
1
-1
/
+4
*
libbpf: Add BPF token support to bpf_map_create() API
Andrii Nakryiko
2024-01-25
1
-2
/
+4
*
libbpf: Add bpf_token_create() API
Andrii Nakryiko
2024-01-25
1
-0
/
+24
*
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
2024-01-24
1
-1
/
+3
*
libbpf: Add link-based API for netkit
Daniel Borkmann
2023-10-25
1
-0
/
+5
*
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
2023-08-22
1
-1
/
+10
*
libbpf: Add link-based API for tcx
Daniel Borkmann
2023-07-19
1
-0
/
+5
*
libbpf: Add opts-based attach/detach/query API for tcx
Daniel Borkmann
2023-07-19
1
-14
/
+78
*
libbpf: Add netfilter link attach helper
Florian Westphal
2023-06-30
1
-0
/
+6
*
libbpf: Add opts-based bpf_obj_pin() API and add support for path_fd
Andrii Nakryiko
2023-05-23
1
-2
/
+16
*
libbpf: Wire through log_true_size for bpf_btf_load() API
Andrii Nakryiko
2023-04-11
1
-2
/
+9
*
libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOAD
Andrii Nakryiko
2023-04-11
1
-2
/
+9
*
libbpf: Update a bpf_link with another struct_ops.
Kui-Feng Lee
2023-03-23
1
-1
/
+2
*
libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-27
1
-5
/
+64
*
libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-17
1
-0
/
+9
*
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
2022-11-30
1
-0
/
+7
*
libbpf: Introduce bpf_link_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-0
/
+2
*
libbpf: Introduce bpf_btf_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-0
/
+2
*
libbpf: Introduce bpf_prog_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-0
/
+2
*
libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
1
-0
/
+10
*
libbpf: Add bpf_obj_get_opts()
Joe Burton
2022-07-30
1
-0
/
+11
*
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
2022-06-29
1
-0
/
+15
*
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
2022-06-28
1
-83
/
+0
*
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
2022-05-19
1
-42
/
+0
*
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
2022-05-13
1
-0
/
+1
*
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
2022-05-11
1
-0
/
+3
*
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
2022-03-18
1
-1
/
+8
*
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
2022-03-09
1
-1
/
+2
*
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
2022-02-03
1
-1
/
+3
*
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
1
-0
/
+4
*
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2022-01-07
1
-2
/
+113
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
1
-0
/
+2
*
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
2021-12-11
1
-1
/
+2
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-11
1
-2
/
+17
*
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
2021-12-03
1
-4
/
+4
*
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
2021-11-25
1
-2
/
+31
*
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
2021-11-07
1
-3
/
+70
*
libbpf: Rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
Andrii Nakryiko
2021-11-07
1
-0
/
+1
*
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
1
-1
/
+7
*
bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
Denis Salopek
2021-05-24
1
-0
/
+2
*
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
2020-09-29
1
-1
/
+2
*
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
/
+26
*
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-16
1
-0
/
+8
[next]