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-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
1
-350
/
+343
2019-10-18
bpf, libbpf: Add kernel version section parsing back
John Fastabend
1
-1
/
+20
2019-10-17
libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
Alexei Starovoitov
1
-6
/
+32
2019-10-15
libbpf: Add support for field existance CO-RE relocation
Andrii Nakryiko
1
-16
/
+58
2019-10-15
libbpf: Refactor bpf_object__open APIs to use common opts
Andrii Nakryiko
1
-36
/
+35
2019-10-15
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
1
-12
/
+12
2019-10-05
libbpf: fix bpf_object__name() to actually return object name
Andrii Nakryiko
1
-1
/
+1
2019-10-05
libbpf: add bpf_object__open_{file, mem} w/ extensible opts
Andrii Nakryiko
1
-19
/
+68
2019-10-05
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
1
-77
/
+23
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-15
/
+18
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-53
/
+956
2019-08-13
libbpf: attempt to load kernel BTF from sysfs first
Andrii Nakryiko
1
-7
/
+57
2019-08-07
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
1
-18
/
+863
2019-08-07
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
1
-31
/
+29
2019-08-01
libbpf: set BTF FD for prog only when there is supported .BTF.ext data
Andrii Nakryiko
1
-1
/
+5
2019-07-31
libbpf : make libbpf_num_possible_cpus function thread safe
Takshak Chahande
1
-7
/
+11
2019-07-27
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
1
-1
/
+4
2019-07-26
libbpf: fix erroneous multi-closing of BTF FD
Andrii Nakryiko
1
-8
/
+3
2019-07-23
libbpf: provide more helpful message on uninitialized global var
Andrii Nakryiko
1
-3
/
+10
2019-07-22
libbpf: Avoid designated initializers for unnamed union members
Arnaldo Carvalho de Melo
1
-7
/
+7
2019-07-22
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-07-19
libbpf: sanitize VAR to conservative 1-byte INT
Andrii Nakryiko
1
-2
/
+7
2019-07-19
libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
Andrii Nakryiko
1
-0
/
+6
2019-07-12
libbpf: fix ptr to u64 conversion warning on 32-bit platforms
Andrii Nakryiko
1
-2
/
+2
2019-07-08
libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
Andrii Nakryiko
1
-7
/
+24
2019-07-08
libbpf: add perf buffer API
Andrii Nakryiko
1
-0
/
+366
2019-07-05
libbpf: capture value in BTF type info for BTF-defined map defs
Andrii Nakryiko
1
-30
/
+28
2019-07-05
libbpf: add raw tracepoint attach API
Andrii Nakryiko
1
-0
/
+39
2019-07-05
libbpf: add tracepoint attach API
Andrii Nakryiko
1
-0
/
+79
2019-07-05
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
1
-0
/
+169
2019-07-05
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
1
-0
/
+63
2019-07-05
libbpf: introduce concept of bpf_link
Andrii Nakryiko
1
-0
/
+17
2019-07-03
bpf, libbpf, smatch: Fix potential NULL pointer dereference
Leo Yan
1
-4
/
+4
2019-06-27
libbpf: support sockopt hooks
Stanislav Fomichev
1
-0
/
+5
2019-06-26
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
1
-1
/
+1
2019-06-24
libbpf: fix spelling mistake "conflictling" -> "conflicting"
Colin Ian King
1
-4
/
+4
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-238
/
+689
2019-06-19
libbpf: constify getter APIs
Andrii Nakryiko
1
-39
/
+41
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+20
2019-06-18
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
1
-9
/
+344
2019-06-18
libbpf: split initialization and loading of BTF
Andrii Nakryiko
1
-10
/
+24
2019-06-18
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
1
-15
/
+25
2019-06-18
libbpf: refactor map initialization
Andrii Nakryiko
1
-114
/
+133
2019-06-18
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
1
-24
/
+20
2019-06-18
libbpf: extract BTF loading logic
Andrii Nakryiko
1
-38
/
+55
2019-06-15
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
1
-4
/
+5
2019-06-11
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
1
-0
/
+57
2019-06-06
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
1
-0
/
+4
2019-05-31
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
1
-12
/
+16
2019-05-30
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
1
-36
/
+16
[prev]
[next]