index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
2019-07-19
libbpf: sanitize VAR to conservative 1-byte INT
Andrii Nakryiko
2019-07-19
libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
Andrii Nakryiko
2019-07-12
libbpf: fix ptr to u64 conversion warning on 32-bit platforms
Andrii Nakryiko
2019-07-08
libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
Andrii Nakryiko
2019-07-08
libbpf: add perf buffer API
Andrii Nakryiko
2019-07-05
libbpf: capture value in BTF type info for BTF-defined map defs
Andrii Nakryiko
2019-07-05
libbpf: add raw tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
2019-07-05
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
2019-07-05
libbpf: introduce concept of bpf_link
Andrii Nakryiko
2019-07-03
bpf, libbpf, smatch: Fix potential NULL pointer dereference
Leo Yan
2019-06-27
libbpf: support sockopt hooks
Stanislav Fomichev
2019-06-26
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
2019-06-24
libbpf: fix spelling mistake "conflictling" -> "conflicting"
Colin Ian King
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-19
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-15
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-11
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-06
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
2019-05-31
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
2019-05-30
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
2019-05-30
libbpf: typo and formatting fixes
Andrii Nakryiko
2019-05-30
libbpf: simplify two pieces of logic
Andrii Nakryiko
2019-05-30
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
2019-05-30
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
2019-05-30
libbpf: check map name retrieved from ELF
Andrii Nakryiko
2019-05-30
libbpf: simplify endianness check
Andrii Nakryiko
2019-05-30
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
2019-05-30
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
2019-05-29
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-24
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-16
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-16
libbpf: don't fail when feature probing fails
Stanislav Fomichev
2019-05-13
libbpf: detect supported kernel BTF features and sanitize BTF
Andrii Nakryiko
2019-04-26
tools: sync bpf.h
Matt Mullins
2019-04-25
bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement
Daniel Borkmann
2019-04-25
bpf, libbpf: handle old kernels more graceful wrt global data sections
Daniel Borkmann
2019-04-16
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
2019-04-12
libbpf: Support sysctl hook
Andrey Ignatov
2019-04-11
libbpf: Fix build with gcc-8
Andrey Ignatov
[prev]
[next]