index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-24
/
+48
2020-12-14
libbpf: Expose libbpf ring_buffer epoll_fd
Brendan Jackman
3
-0
/
+8
2020-12-14
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
1
-24
/
+40
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-195
/
+659
2020-12-04
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
1
-1
/
+1
2020-12-04
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
3
-32
/
+112
2020-12-04
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
3
-50
/
+113
2020-12-04
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
1
-10
/
+169
2020-12-04
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
1
-76
/
+111
2020-12-04
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2
-26
/
+36
2020-12-03
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
1
-1
/
+2
2020-12-03
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
1
-0
/
+12
2020-12-03
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
1
-1
/
+14
2020-12-03
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
3
-9
/
+90
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
3
-0
/
+7
2020-12-02
libbpf: Fix ring_buffer__poll() to return number of consumed samples
Andrii Nakryiko
1
-1
/
+1
2020-11-27
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
1
-9
/
+6
2020-11-25
libbpf: Add support for canceling cached_cons advance
Li RongQing
1
-0
/
+6
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+15
2020-11-19
libbpf: Fix VERSIONED_SYM_COUNT number parsing
Jiri Olsa
1
-0
/
+2
2020-11-17
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
1
-4
/
+4
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-335
/
+490
2020-11-10
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
1
-10
/
+13
2020-11-06
libbpf: Add support for task local storage
KP Singh
1
-0
/
+1
2020-11-06
libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays
Andrii Nakryiko
1
-2
/
+25
2020-11-06
libbpf: Support BTF dedup of split BTFs
Andrii Nakryiko
1
-53
/
+168
2020-11-06
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
1
-10
/
+6
2020-11-06
libbpf: Implement basic split BTF support
Andrii Nakryiko
3
-45
/
+169
2020-11-06
libbpf: Unify and speed up BTF string deduplication
Andrii Nakryiko
1
-165
/
+98
2020-11-06
libbpf: Factor out common operations in BTF writing APIs
Andrii Nakryiko
1
-80
/
+43
2020-11-04
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
1
-2
/
+4
2020-11-04
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
1
-1
/
+2
2020-11-03
libbpf, hashmap: Fix undefined behavior in hash_bits
Ian Rogers
1
-6
/
+9
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
1
-0
/
+2
2020-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-60
/
+295
2020-10-08
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
1
-1
/
+1
2020-10-08
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
1
-8
/
+136
2020-10-08
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-10-07
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
1
-1
/
+6
2020-10-06
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
1
-3
/
+2
2020-10-06
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
1
-19
/
+18
2020-10-06
libbpf: Close map fd if init map slots failed
Hangbin Liu
1
-21
/
+34
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-10-03
bpf/libbpf: BTF support for typed ksyms
Hao Luo
1
-13
/
+99
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
3
-22
/
+65
2020-09-30
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
Daniel Borkmann
1
-0
/
+46
2020-09-30
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
1
-2
/
+1
2020-09-30
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
1
-1
/
+1
2020-09-30
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
1
-1
/
+1
[next]