index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2022-01-07
2
-6
/
+117
*
libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API
Christy Lee
2022-01-06
1
-1
/
+2
*
libbpf 1.0: Deprecate bpf_map__is_offload_neutral()
Christy Lee
2022-01-06
1
-0
/
+1
*
libbpf: Support repeated legacy kprobes on same function
Qiang Wang
2022-01-06
1
-1
/
+4
*
libbpf: Use probe_name for legacy kprobe
Qiang Wang
2022-01-06
1
-1
/
+1
*
libbpf: Deprecate bpf_perf_event_read_simple() API
Christy Lee
2022-01-06
2
-8
/
+15
*
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-29
3
-17
/
+28
*
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
2021-12-29
1
-32
/
+22
*
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
2021-12-29
1
-225
/
+152
*
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
2021-12-23
1
-0
/
+6
*
libbpf: Rework feature-probing APIs
Andrii Nakryiko
2021-12-17
3
-54
/
+236
*
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-1
/
+2
*
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
2021-12-15
1
-1
/
+4
*
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
2021-12-14
1
-0
/
+1
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
6
-39
/
+143
*
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-14
6
-19
/
+31
*
libbpf: Fix potential uninit memory read
Andrii Nakryiko
2021-12-14
1
-0
/
+1
*
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
2021-12-13
1
-0
/
+24
*
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
2021-12-13
1
-5
/
+14
*
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
2021-12-12
1
-2
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-11
19
-629
/
+1185
|
\
|
*
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
2021-12-11
1
-3
/
+8
|
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-11
1
-1
/
+1
|
*
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2021-12-11
2
-13
/
+11
|
*
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
2021-12-11
3
-17
/
+84
|
*
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
[next]