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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
3
-5
/
+21
2020-06-01
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
1
-0
/
+3
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
1
-0
/
+2
2020-06-01
libbpf: Add BPF ring buffer support
Andrii Nakryiko
5
-1
/
+317
2020-06-01
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
1
-1
/
+4
2020-06-01
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
1
-2
/
+2
2020-06-01
libbpf: Install headers as part of make install
Nikolay Borisov
1
-1
/
+1
2020-06-01
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
3
-0
/
+21
2020-05-19
bpf, libbpf: Enable get{peer, sock}name attach types
Daniel Borkmann
1
-0
/
+8
2020-05-16
libbpf, hashmap: Fix signedness warnings
Ian Rogers
1
-3
/
+2
2020-05-16
libbpf, hashmap: Remove unused #include
Ian Rogers
1
-1
/
+0
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-05-14
libbpf: Fix register naming in PT_REGS s390 macros
Sumanth Korikkar
1
-2
/
+2
2020-05-13
bpf: Change btf_iter func proto prefix to "bpf_iter_"
Yonghong Song
1
-1
/
+1
2020-05-13
libbpf: Fix probe code to return EPERM if encountered
Eelco Chaudron
1
-7
/
+29
2020-05-11
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-2
/
+2
2020-05-09
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
1
-0
/
+14
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
6
-0
/
+91
2020-05-01
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
3
-0
/
+12
2020-04-30
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
1
-1
/
+1
2020-04-28
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
1
-1
/
+4
2020-04-28
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
1
-0
/
+7
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2
-23
/
+259
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
1
-105
/
+121
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
1
-92
/
+103
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
3
-3
/
+26
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
1
-1
/
+1
2020-04-27
libbpf: Return err if bpf_object__load failed
Mao Wenan
1
-1
/
+1
2020-04-26
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
1
-0
/
+6
2020-04-22
libbpf: Only check mode flags in get_xdp_id
David Ahern
1
-0
/
+2
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
1
-44
/
+82
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+3
2020-04-08
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
1
-1
/
+1
2020-04-06
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
1
-2
/
+2
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
5
-1
/
+110
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
4
-5
/
+44
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
1
-0
/
+1
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
3
-0
/
+14
2020-03-28
libbpf: Add function to set link XDP fd while specifying old program
Toke Høiland-Jørgensen
3
-1
/
+42
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
1
-2
/
+14
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
2
-13
/
+29
2020-03-26
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
1
-10
/
+6
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-17
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
1
-1
/
+1
2020-03-13
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
1
-0
/
+103
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
[next]