index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
libbpf: Add support for kprobe session attach
Jiri Olsa
1
-1
/
+3
2024-04-10
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+2
2024-04-06
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
1
-0
/
+12
2024-03-19
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
1
-0
/
+11
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
1
-1
/
+1
2024-01-24
libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
1
-0
/
+8
2024-01-24
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
1
-1
/
+12
2023-10-24
libbpf: Add link-based API for netkit
Daniel Borkmann
1
-0
/
+15
2023-09-25
libbpf: Add ring__consume
Martin Kelly
1
-0
/
+10
2023-09-25
libbpf: Add ring__map_fd
Martin Kelly
1
-0
/
+9
2023-09-25
libbpf: Add ring__size
Martin Kelly
1
-0
/
+10
2023-09-25
libbpf: Add ring__avail_data_size
Martin Kelly
1
-0
/
+11
2023-09-25
libbpf: Add ring__producer_pos, ring__consumer_pos
Martin Kelly
1
-0
/
+18
2023-09-25
libbpf: Add ring_buffer__ring
Martin Kelly
1
-0
/
+15
2023-08-23
libbpf: Add bpf_object__unpin()
Daniel Xu
1
-0
/
+1
2023-08-21
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
1
-0
/
+51
2023-07-19
libbpf: Add link-based API for tcx
Daniel Borkmann
1
-0
/
+15
2023-07-19
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
1
-1
/
+2
2023-06-30
libbpf: Add netfilter link attach helper
Florian Westphal
1
-0
/
+15
2023-05-24
libbpf: Add capability for resizing datasec maps
JP Kobryn
1
-2
/
+16
2023-03-27
libbpf: Ensure print callback usage is thread-safe
JP Kobryn
1
-0
/
+2
2023-03-22
libbpf: Update a bpf_link with another struct_ops.
Kui-Feng Lee
1
-0
/
+1
2023-03-06
libbpf: Add support to set kprobe/uprobe attach mode
Menglong Dong
1
-13
/
+37
2023-02-08
libbpf: Add sample_period to creation options
Jon Doron
1
-1
/
+3
2023-02-02
libbpf: add API to get XDP/XSK supported features
Lorenzo Bianconi
1
-1
/
+2
2023-01-27
libbpf: Add documentation to map pinning API functions
Grant Seltzer
1
-3
/
+69
2023-01-27
libbpf: Fix malformed documentation formatting
Grant Seltzer
1
-6
/
+12
2022-12-29
libbpf: Added the description of some API functions
Xin Liu
1
-2
/
+27
2022-09-23
libbpf: restore memory layout of bpf_object_open_opts
Andrii Nakryiko
1
-1
/
+3
2022-09-21
bpf: Add libbpf logic for user-space ring buffer
David Vernet
1
-0
/
+107
2022-08-17
libbpf: Allows disabling auto attach
Hao Luo
1
-0
/
+2
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
1
-0
/
+46
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
1
-0
/
+16
2022-06-28
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
1
-34
/
+0
2022-06-28
libbpf: remove multi-instance and custom private data APIs
Andrii Nakryiko
1
-91
/
+0
2022-06-28
libbpf: remove most other deprecated high-level APIs
Andrii Nakryiko
1
-158
/
+5
2022-06-28
libbpf: remove prog_info_linear APIs
Andrii Nakryiko
1
-66
/
+0
2022-06-28
libbpf: clean up perfbuf APIs
Andrii Nakryiko
1
-65
/
+6
2022-06-28
libbpf: remove deprecated probing APIs
Andrii Nakryiko
1
-8
/
+0
2022-06-28
libbpf: remove deprecated XDP APIs
Andrii Nakryiko
1
-20
/
+0
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
1
-16
/
+0
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
1
-1
/
+1
2022-06-02
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
1
-0
/
+9
2022-06-02
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
1
-0
/
+9
2022-06-02
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
1
-0
/
+9
2022-06-02
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
1
-0
/
+9
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
1
-0
/
+104
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
1
-0
/
+18
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
1
-0
/
+12
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
1
-0
/
+22
[next]