index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix sym->st_value print on 32-bit arches
Alexei Starovoitov
2019-11-28
1
-1
/
+1
*
libbpf: Fix global variable relocation
Andrii Nakryiko
2019-11-28
1
-24
/
+19
*
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
2019-11-25
1
-1
/
+1
*
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
2019-11-25
1
-1
/
+1
*
libbpf: Support initialized global variables
Andrii Nakryiko
2019-11-25
1
-7
/
+2
*
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
2019-11-25
1
-17
/
+21
*
libbpf: Refactor relocation handling
Andrii Nakryiko
2019-11-25
1
-118
/
+143
*
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
2019-11-20
1
-2
/
+6
*
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
2019-11-18
1
-2
/
+30
*
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
1
-12
/
+59
*
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-15
1
-25
/
+74
*
libbpf: Add getter for program size
Toke Høiland-Jørgensen
2019-11-11
1
-0
/
+5
*
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
2019-11-11
1
-16
/
+11
*
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
2019-11-11
1
-1
/
+8
*
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
2019-11-07
1
-2
/
+2
*
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
2019-11-07
1
-1
/
+1
*
libbpf: Add support for field size relocations
Andrii Nakryiko
2019-11-04
1
-8
/
+32
*
libbpf: Add support for relocatable bitfields
Andrii Nakryiko
2019-11-04
1
-60
/
+151
*
libbpf: Add auto-pinning of maps when loading BPF objects
Toke Høiland-Jørgensen
2019-11-02
1
-8
/
+138
*
libbpf: Move directory creation into _pin() functions
Toke Høiland-Jørgensen
2019-11-02
1
-27
/
+34
*
libbpf: Store map pin path and status in struct bpf_map
Toke Høiland-Jørgensen
2019-11-02
1
-41
/
+123
*
libbpf: Fix error handling in bpf_map__reuse_fd()
Toke Høiland-Jørgensen
2019-11-02
1
-4
/
+10
*
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-31
1
-23
/
+56
*
libbpf: Fix off-by-one error in ELF sanity check
Andrii Nakryiko
2019-10-29
1
-1
/
+1
*
libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
KP Singh
2019-10-23
1
-1
/
+1
*
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-22
1
-2
/
+2
*
libbpf: Teach bpf_object__open to guess program types
Andrii Nakryiko
2019-10-21
1
-29
/
+36
*
libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes
Andrii Nakryiko
2019-10-21
1
-0
/
+4
*
libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
Andrii Nakryiko
2019-10-21
1
-0
/
+11
*
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
2019-10-21
1
-350
/
+343
*
bpf, libbpf: Add kernel version section parsing back
John Fastabend
2019-10-18
1
-1
/
+20
*
libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
Alexei Starovoitov
2019-10-17
1
-6
/
+32
*
libbpf: Add support for field existance CO-RE relocation
Andrii Nakryiko
2019-10-16
1
-16
/
+58
*
libbpf: Refactor bpf_object__open APIs to use common opts
Andrii Nakryiko
2019-10-16
1
-36
/
+35
*
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
2019-10-16
1
-12
/
+12
*
libbpf: fix bpf_object__name() to actually return object name
Andrii Nakryiko
2019-10-06
1
-1
/
+1
*
libbpf: add bpf_object__open_{file, mem} w/ extensible opts
Andrii Nakryiko
2019-10-06
1
-19
/
+68
*
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
2019-10-06
1
-77
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-15
/
+18
|
\
|
*
libbpf: set BTF FD for prog only when there is supported .BTF.ext data
Andrii Nakryiko
2019-08-01
1
-1
/
+5
|
*
libbpf : make libbpf_num_possible_cpus function thread safe
Takshak Chahande
2019-08-01
1
-7
/
+11
|
*
libbpf: fix erroneous multi-closing of BTF FD
Andrii Nakryiko
2019-07-27
1
-8
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-14
1
-53
/
+956
|
\
\
|
|
/
|
/
|
|
*
libbpf: attempt to load kernel BTF from sysfs first
Andrii Nakryiko
2019-08-13
1
-7
/
+57
|
*
libbpf: implement BPF CO-RE offset relocation algorithm
Andrii Nakryiko
2019-08-07
1
-18
/
+863
|
*
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
2019-08-07
1
-31
/
+29
|
*
libbpf: return previous print callback from libbpf_set_print
Andrii Nakryiko
2019-07-28
1
-1
/
+4
|
*
libbpf: provide more helpful message on uninitialized global var
Andrii Nakryiko
2019-07-24
1
-3
/
+10
*
|
libbpf: Avoid designated initializers for unnamed union members
Arnaldo Carvalho de Melo
2019-07-22
1
-7
/
+7
*
|
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
2019-07-22
1
-2
/
+3
[next]