index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Lines
2021-12-02
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
-4
/
+4
2021-12-02
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
-1
/
+3
2021-12-02
libbpf: Support init of inner maps in light skeleton.
Alexei Starovoitov
-3
/
+31
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
-33
/
+120
2021-12-02
libbpf: Cleanup struct bpf_core_cand.
Andrii Nakryiko
-15
/
+17
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
-53
/
+0
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
-60
/
+44
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
-11
/
+65
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
-13
/
+10
2021-11-30
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
-3
/
+2
2021-11-30
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
-16
/
+21
2021-11-30
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
-1
/
+0
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
-1
/
+1
2021-11-28
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
-33
/
+121
2021-11-26
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
-0
/
+16
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
-0
/
+1
2021-11-26
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
-3
/
+7
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
-6
/
+6
2021-11-25
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
-0
/
+5
2021-11-25
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
-51
/
+25
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
-153
/
+126
2021-11-25
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
-4
/
+30
2021-11-19
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
-4
/
+4
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
-4
/
+41
2021-11-19
libbpf: Add runtime APIs to query libbpf version
Andrii Nakryiko
-0
/
+26
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-21
/
+34
2021-11-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-21
/
+34
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
-0
/
+2
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-361
/
+707
2021-11-12
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
-21
/
+34
2021-11-12
tools/lib/lockdep: drop liblockdep
Sasha Levin
-1211
/
+0
2021-11-11
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
-2
/
+73
2021-11-11
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
-28
/
+132
2021-11-11
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
-13
/
+71
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
-24
/
+48
2021-11-11
libbpf: Add ability to get/set per-program load flags
Andrii Nakryiko
-0
/
+19
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+3
2021-11-09
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
-0
/
+1
2021-11-07
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
-1
/
+4
2021-11-07
libbpf: Remove deprecation attribute from struct bpf_prog_prep_result
Andrii Nakryiko
-1
/
+0
2021-11-07
libbpf: Stop using to-be-deprecated APIs
Andrii Nakryiko
-4
/
+9
2021-11-07
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
-117
/
+64
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
-139
/
+222
2021-11-07
libbpf: Pass number of prog load attempts explicitly
Andrii Nakryiko
-7
/
+8
2021-11-07
libbpf: Rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
Andrii Nakryiko
-1
/
+3
2021-11-06
libbpf: Fix non-C89 loop variable declaration in gen_loader.c
Andrii Nakryiko
-1
/
+2
2021-11-06
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
-1191
/
+2805
2021-11-05
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
-1
/
+3
2021-11-03
libbpf: Deprecate bpf_program__load() API
Andrii Nakryiko
-16
/
+24
[prev]
[next]