index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: introduce concept of bpf_link
Andrii Nakryiko
2019-07-05
1
-0
/
+17
*
bpf, libbpf, smatch: Fix potential NULL pointer dereference
Leo Yan
2019-07-03
1
-4
/
+4
*
libbpf: support sockopt hooks
Stanislav Fomichev
2019-06-28
1
-0
/
+5
*
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
2019-06-26
1
-1
/
+1
*
libbpf: fix spelling mistake "conflictling" -> "conflicting"
Colin Ian King
2019-06-25
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
1
-238
/
+689
|
\
|
*
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-19
1
-39
/
+41
|
*
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
1
-9
/
+344
|
*
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
1
-10
/
+24
|
*
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
1
-15
/
+25
|
*
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
1
-114
/
+133
|
*
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
1
-24
/
+20
|
*
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-18
1
-38
/
+55
|
*
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-15
1
-4
/
+5
|
*
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
1
-0
/
+57
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
1
-12
/
+20
|
\
\
|
|
/
|
/
|
|
*
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
2019-06-07
1
-0
/
+4
|
*
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
2019-06-01
1
-12
/
+16
*
|
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
2019-05-30
1
-36
/
+16
*
|
libbpf: typo and formatting fixes
Andrii Nakryiko
2019-05-30
1
-8
/
+7
*
|
libbpf: simplify two pieces of logic
Andrii Nakryiko
2019-05-30
1
-3
/
+1
*
|
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
2019-05-30
1
-6
/
+7
*
|
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
2019-05-30
1
-1
/
+1
*
|
libbpf: check map name retrieved from ELF
Andrii Nakryiko
2019-05-30
1
-0
/
+5
*
|
libbpf: simplify endianness check
Andrii Nakryiko
2019-05-30
1
-25
/
+12
*
|
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
2019-05-30
1
-4
/
+4
*
|
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
2019-05-30
1
-5
/
+7
*
|
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
2019-05-29
1
-1
/
+1
*
|
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
1
-3
/
+17
*
|
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-28
1
-3
/
+1
*
|
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-25
1
-0
/
+3
|
/
*
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-16
1
-1
/
+0
*
libbpf: don't fail when feature probing fails
Stanislav Fomichev
2019-05-16
1
-1
/
+1
*
libbpf: detect supported kernel BTF features and sanitize BTF
Andrii Nakryiko
2019-05-13
1
-1
/
+129
*
tools: sync bpf.h
Matt Mullins
2019-04-27
1
-0
/
+1
*
bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement
Daniel Borkmann
2019-04-25
1
-3
/
+3
*
bpf, libbpf: handle old kernels more graceful wrt global data sections
Daniel Borkmann
2019-04-25
1
-13
/
+86
*
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
2019-04-17
1
-1
/
+1
*
libbpf: Support sysctl hook
Andrey Ignatov
2019-04-12
1
-0
/
+3
*
libbpf: Fix build with gcc-8
Andrey Ignatov
2019-04-11
1
-1
/
+1
*
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-04-10
1
-19
/
+131
*
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-10
1
-47
/
+295
*
bpf, libbpf: refactor relocation handling
Joe Stringer
2019-04-10
1
-30
/
+32
*
libbpf: Ignore -Wformat-nonliteral warning
Andrey Ignatov
2019-04-07
1
-0
/
+5
*
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
2019-04-04
1
-2
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-03-27
1
-3
/
+10
|
\
|
*
libbpf: handle BTF parsing and loading properly
Andrii Nakryiko
2019-03-11
1
-3
/
+10
*
|
Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...
Thomas Gleixner
2019-03-22
1
-1
/
+252
|
\
\
|
|
/
|
/
|
|
*
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
2019-03-19
1
-0
/
+251
|
*
perf tools: Fix errors under optimization level '-Og'
Changbin Du
2019-03-19
1
-1
/
+1
[next]