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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
libbpf: typo and formatting fixes
Andrii Nakryiko
1
-8
/
+7
2019-05-30
libbpf: simplify two pieces of logic
Andrii Nakryiko
1
-3
/
+1
2019-05-30
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
1
-6
/
+7
2019-05-30
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
1
-1
/
+1
2019-05-30
libbpf: check map name retrieved from ELF
Andrii Nakryiko
1
-0
/
+5
2019-05-30
libbpf: simplify endianness check
Andrii Nakryiko
1
-25
/
+12
2019-05-30
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
1
-4
/
+4
2019-05-30
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
1
-5
/
+7
2019-05-29
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
1
-1
/
+1
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
1
-3
/
+17
2019-05-28
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
1
-3
/
+1
2019-05-24
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
1
-0
/
+3
2019-05-16
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
1
-1
/
+0
2019-05-16
libbpf: don't fail when feature probing fails
Stanislav Fomichev
1
-1
/
+1
2019-05-13
libbpf: detect supported kernel BTF features and sanitize BTF
Andrii Nakryiko
1
-1
/
+129
2019-04-26
tools: sync bpf.h
Matt Mullins
1
-0
/
+1
2019-04-25
bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement
Daniel Borkmann
1
-3
/
+3
2019-04-25
bpf, libbpf: handle old kernels more graceful wrt global data sections
Daniel Borkmann
1
-13
/
+86
2019-04-16
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
1
-1
/
+1
2019-04-12
libbpf: Support sysctl hook
Andrey Ignatov
1
-0
/
+3
2019-04-11
libbpf: Fix build with gcc-8
Andrey Ignatov
1
-1
/
+1
2019-04-09
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
1
-19
/
+131
2019-04-09
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
1
-47
/
+295
2019-04-09
bpf, libbpf: refactor relocation handling
Joe Stringer
1
-30
/
+32
2019-04-06
libbpf: Ignore -Wformat-nonliteral warning
Andrey Ignatov
1
-0
/
+5
2019-04-04
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
1
-2
/
+14
2019-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+10
2019-03-22
Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...
Thomas Gleixner
1
-1
/
+252
2019-03-19
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
1
-0
/
+251
2019-03-19
perf tools: Fix errors under optimization level '-Og'
Changbin Du
1
-1
/
+1
2019-03-11
libbpf: handle BTF parsing and loading properly
Andrii Nakryiko
1
-3
/
+10
2019-03-08
bpf, libbpf: fixing leak when kernel does not support btf
Nikita V. Shirokov
1
-0
/
+2
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-4
/
+4
2019-02-15
libbpf: Introduce bpf_object__btf
Andrey Ignatov
1
-0
/
+5
2019-02-15
libbpf: Introduce bpf_map__resize
Andrey Ignatov
1
-0
/
+14
2019-02-14
tools/bpf: replace bzero with memset
Andrii Nakryiko
1
-3
/
+2
2019-02-08
btf: separate btf creation and loading
Andrii Nakryiko
1
-1
/
+1
2019-02-07
tools/bpf: add missing strings.h include
Andrii Nakryiko
1
-0
/
+1
2019-02-04
libbpf: fix libbpf_print
Stanislav Fomichev
1
-10
/
+4
2019-02-04
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
1
-63
/
+9
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
1
-21
/
+12
2019-02-04
tools/bpf: print out btf log at LIBBPF_WARN level
Yonghong Song
1
-10
/
+0
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
1
-14
/
+32
2019-02-01
libbpf: Add a helper for retrieving a map fd for a given name
Maciej Fijalkowski
1
-0
/
+6
2019-01-23
libbpf: Show supported ELF section names when failing to guess prog/attach type
Taeung Song
1
-2
/
+44
2018-12-18
bpf: libbpf: fix memleak by freeing line_info
Prashant Bhole
1
-0
/
+1
2018-12-09
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
1
-0
/
+20
2018-12-09
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
1
-44
/
+95
2018-11-30
tools/bpf: make libbpf _GNU_SOURCE friendly
Yonghong Song
1
-0
/
+2
2018-11-23
libbpf: make bpf_object__open default to UNSPEC
Nikita V. Shirokov
1
-4
/
+4
[prev]
[next]