index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2020-07-09
libbpf: Fix libbpf hashmap on (I)LP32 architectures
Jakub Bogusz
-4
/
+8
2020-06-25
libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
Jesper Dangaard Brouer
-1
/
+1
2020-06-23
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
-1
/
+7
2020-06-22
libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
Andrii Nakryiko
-0
/
+2
2020-06-12
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
-4
/
+0
2020-06-10
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
-9
/
+24
2020-06-10
libbpf: Define __WORDSIZE if not available
Arnaldo Carvalho de Melo
-4
/
+3
2020-06-01
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
-5
/
+21
2020-06-01
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
-0
/
+3
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
-0
/
+2
2020-06-01
libbpf: Add BPF ring buffer support
Andrii Nakryiko
-1
/
+317
2020-06-01
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
-1
/
+4
2020-06-01
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
-2
/
+2
2020-06-01
libbpf: Install headers as part of make install
Nikolay Borisov
-1
/
+1
2020-06-01
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
-0
/
+21
2020-05-19
bpf, libbpf: Enable get{peer, sock}name attach types
Daniel Borkmann
-0
/
+8
2020-05-16
libbpf, hashmap: Fix signedness warnings
Ian Rogers
-3
/
+2
2020-05-16
libbpf, hashmap: Remove unused #include
Ian Rogers
-1
/
+0
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-2
/
+2
2020-05-14
libbpf: Fix register naming in PT_REGS s390 macros
Sumanth Korikkar
-2
/
+2
2020-05-13
bpf: Change btf_iter func proto prefix to "bpf_iter_"
Yonghong Song
-1
/
+1
2020-05-13
libbpf: Fix probe code to return EPERM if encountered
Eelco Chaudron
-7
/
+29
2020-05-11
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
-2
/
+2
2020-05-09
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
-0
/
+14
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
-0
/
+91
2020-05-01
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
-0
/
+12
2020-04-30
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
-1
/
+1
2020-04-28
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
-1
/
+4
2020-04-28
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
-0
/
+7
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
-23
/
+259
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
-105
/
+121
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
-92
/
+103
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
-3
/
+26
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
-1
/
+1
2020-04-27
libbpf: Return err if bpf_object__load failed
Mao Wenan
-1
/
+1
2020-04-26
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
-0
/
+6
2020-04-22
libbpf: Only check mode flags in get_xdp_id
David Ahern
-0
/
+2
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
-44
/
+82
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-3
/
+3
2020-04-08
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
-1
/
+1
2020-04-06
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
-2
/
+2
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+1
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
-1
/
+110
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
-5
/
+44
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
-0
/
+1
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
-0
/
+14
2020-03-28
libbpf: Add function to set link XDP fd while specifying old program
Toke Høiland-Jørgensen
-1
/
+42
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
-2
/
+14
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
-13
/
+29
[next]