index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
1
-44
/
+82
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
1
-0
/
+46
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
1
-4
/
+35
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
1
-0
/
+11
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
1
-8
/
+14
2020-03-26
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
1
-10
/
+6
2020-03-13
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
1
-0
/
+4
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
1
-5
/
+12
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+4
2020-03-02
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
1
-27
/
+104
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-7
/
+31
2020-02-20
libbpf: Add support for dynamic program attach target
Eelco Chaudron
1
-4
/
+30
2020-02-20
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
1
-3
/
+1
2020-02-18
libbpf: Sanitise internal map names so they are not rejected by the kernel
Toke Høiland-Jørgensen
1
-1
/
+7
2020-01-24
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
1
-1
/
+3
2020-01-24
libbpf: Improve handling of failed CO-RE relocations
Andrii Nakryiko
1
-39
/
+56
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
1
-3
/
+10
2020-01-17
libbpf: Load btf_vmlinux only once per object.
KP Singh
1
-52
/
+101
2020-01-17
libbpf: Fix potential multiplication overflow in mmap() size calculation
Andrii Nakryiko
1
-1
/
+1
2020-01-17
libbpf: Simplify BTF initialization logic
Andrii Nakryiko
1
-13
/
+6
2020-01-15
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-90
/
+3
2020-01-15
libbpf: Support .text sub-calls relocations
Andrii Nakryiko
1
-7
/
+22
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-1
/
+4
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
1
-1
/
+34
2020-01-09
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
1
-14
/
+0
2020-01-09
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
1
-9
/
+640
2019-12-26
libbpf: Support CO-RE relocations for LDX/ST/STX instructions
Andrii Nakryiko
1
-3
/
+28
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-18
libbpf: BTF is required when externs are present
Andrii Nakryiko
1
-1
/
+2
2019-12-18
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
1
-80
/
+124
2019-12-18
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
1
-23
/
+35
2019-12-18
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
1
-10
/
+30
2019-12-17
libbpf: Reduce log level for custom section names
Andrii Nakryiko
1
-3
/
+3
2019-12-16
libbpf: Print hint about ulimit when getting permission denied error
Toke Høiland-Jørgensen
1
-0
/
+29
2019-12-15
libbpf: Support flexible arrays in CO-RE
Andrii Nakryiko
1
-5
/
+29
2019-12-15
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
1
-5
/
+5
2019-12-15
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
1
-53
/
+685
2019-12-15
libbpf: Extract internal map names into constants
Andrii Nakryiko
1
-9
/
+14
2019-12-15
libbpf: Add BPF object skeleton support
Andrii Nakryiko
1
-0
/
+162
2019-12-15
libbpf: Reduce log level of supported section names dump
Andrii Nakryiko
1
-1
/
+1
2019-12-15
libbpf: Postpone BTF ID finding for TRACING programs to load phase
Andrii Nakryiko
1
-19
/
+18
2019-12-15
libbpf: Refactor global data map initialization
Andrii Nakryiko
1
-38
/
+59
2019-12-15
libbpf: Expose BPF program's function name
Andrii Nakryiko
1
-5
/
+23
2019-12-15
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
1
-34
/
+147
2019-12-15
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
1
-42
/
+41
2019-12-13
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
1
-7
/
+25
2019-12-13
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
1
-41
/
+84
2019-12-13
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
1
-0
/
+1
2019-12-12
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
1
-18
/
+19
[next]