index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Preserve kernel error code and remove kprobe prog type guessing
Andrii Nakryiko
2021-12-11
1
-17
/
+2
*
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
2021-12-11
1
-19
/
+19
*
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
2021-12-11
3
-3
/
+65
*
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-11
2
-23
/
+56
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-11
4
-12
/
+69
*
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
2021-12-11
1
-13
/
+16
*
libbpf: Add doc comments in libbpf.h
Grant Seltzer
2021-12-06
1
-0
/
+53
*
libbpf: Fix trivial typo
huangxuesen
2021-12-06
1
-2
/
+2
*
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-03
3
-45
/
+51
*
libbpf: Deprecate bpf_prog_load_xattr() API
Andrii Nakryiko
2021-12-03
2
-0
/
+6
*
libbpf: Add API to get/set log_level at per-program level
Andrii Nakryiko
2021-12-03
4
-1
/
+23
*
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
2021-12-03
1
-4
/
+4
*
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
2021-12-02
1
-1
/
+3
*
libbpf: Support init of inner maps in light skeleton.
Alexei Starovoitov
2021-12-02
3
-3
/
+31
*
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
2021-12-02
3
-33
/
+120
*
libbpf: Cleanup struct bpf_core_cand.
Andrii Nakryiko
2021-12-02
2
-15
/
+17
*
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
1
-53
/
+0
*
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
2021-12-02
3
-60
/
+44
*
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
1
-11
/
+65
*
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
2021-12-02
3
-13
/
+10
*
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
2021-12-01
1
-3
/
+2
*
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
2021-12-01
1
-16
/
+21
*
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
2021-11-30
1
-1
/
+0
*
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
2021-11-29
1
-1
/
+1
*
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
2021-11-29
1
-33
/
+121
*
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
2021-11-26
2
-0
/
+16
*
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
2021-11-26
1
-1
/
+4
*
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
2021-11-26
1
-0
/
+1
*
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
2021-11-26
1
-3
/
+7
*
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2021-11-26
2
-6
/
+6
*
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
2021-11-25
1
-0
/
+5
*
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
2021-11-25
4
-51
/
+25
*
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
2021-11-25
7
-153
/
+126
*
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
2021-11-25
1
-4
/
+30
*
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
2021-11-19
3
-4
/
+4
*
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
2021-11-19
1
-4
/
+41
*
libbpf: Add runtime APIs to query libbpf version
Andrii Nakryiko
2021-11-19
3
-0
/
+26
*
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
2021-11-16
1
-0
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
17
-361
/
+707
|
\
|
*
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-12
6
-2
/
+73
|
*
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
2021-11-12
3
-28
/
+132
|
*
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
2021-11-12
3
-13
/
+71
|
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-12
4
-24
/
+48
|
*
libbpf: Add ability to get/set per-program load flags
Andrii Nakryiko
2021-11-12
3
-0
/
+19
|
*
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
2021-11-09
1
-0
/
+1
|
*
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
2021-11-07
1
-1
/
+4
|
*
libbpf: Remove deprecation attribute from struct bpf_prog_prep_result
Andrii Nakryiko
2021-11-07
1
-1
/
+0
|
*
libbpf: Stop using to-be-deprecated APIs
Andrii Nakryiko
2021-11-07
1
-4
/
+9
|
*
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
2021-11-07
4
-117
/
+64
|
*
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
2021-11-07
9
-139
/
+222
[next]