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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
5
-1297
/
+1319
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
3
-93
/
+102
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
3
-0
/
+7
2021-07-22
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
3
-14
/
+33
2021-07-22
libbpf: Allow decimal offset for kprobes
Jiri Olsa
1
-1
/
+1
2021-07-22
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-19
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
1
-6
/
+4
2021-07-16
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
1
-5
/
+4
2021-07-16
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
1
-2
/
+2
2021-07-16
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
1
-4
/
+24
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
3
-5
/
+834
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
1
-2
/
+4
2021-07-16
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2
-5
/
+32
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+91
2021-07-15
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-15
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-12
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
1
-3
/
+45
2021-07-06
libbpf: Restore errno return for functions that were already returning it
Toke Høiland-Jørgensen
1
-2
/
+2
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-254
/
+73
2021-06-22
libbpf: Switch to void * casting in netlink helpers
Kumar Kartikeya Dwivedi
3
-6
/
+6
2021-06-22
libbpf: Add request buffer type for netlink messages
Kumar Kartikeya Dwivedi
2
-82
/
+65
2021-06-21
libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
Jonathan Edwards
1
-0
/
+4
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-18
bpf: Add documentation for libbpf including API autogen
Grant Seltzer
1
-168
/
+0
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
17
-598
/
+916
2021-06-16
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
1
-4
/
+42
2021-06-15
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-1
/
+4
2021-06-15
libbpf: Set NLM_F_EXCL when creating qdisc
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-06-15
libbpf: Remove unneeded check for flags during tc detach
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-06-11
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
1
-3
/
+1
2021-06-08
libbpf: Fix pr_warn type warnings on 32bit
Michal Suchanek
1
-2
/
+2
2021-06-07
libbpf: Fixes incorrect rx_ring_setup_done
Kev Jackson
1
-1
/
+1
2021-06-03
libbpf: Install skel_internal.h header used from light skeletons
Andrii Nakryiko
1
-1
/
+1
2021-06-03
libbpf: Refactor header installation portions of Makefile
Andrii Nakryiko
1
-12
/
+7
2021-06-03
libbpf: Move few APIs from 0.4 to 0.5 version
Andrii Nakryiko
1
-3
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+8
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
2
-54
/
+74
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
9
-468
/
+531
2021-05-25
libbpf: Streamline error reporting for low-level APIs
Andrii Nakryiko
3
-50
/
+156
2021-05-25
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
5
-0
/
+71
2021-05-24
libbpf: Add support for new llvm bpf relocations
Yonghong Song
2
-1
/
+8
2021-05-24
bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
Denis Salopek
3
-0
/
+16
2021-05-24
libbpf: Skip bpf_object__probe_loading for light skeleton
Stanislav Fomichev
1
-0
/
+3
2021-05-19
bpf: Add cmd alias BPF_PROG_RUN
Alexei Starovoitov
1
-1
/
+1
2021-05-19
libbpf: Introduce bpf_map__initial_value().
Alexei Starovoitov
3
-0
/
+10
2021-05-19
libbpf: Cleanup temp FDs when intermediate sys_bpf fails.
Alexei Starovoitov
2
-4
/
+45
[prev]
[next]