index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Change btf_iter func proto prefix to "bpf_iter_"
Yonghong Song
2020-05-13
1
-1
/
+1
*
libbpf: Fix probe code to return EPERM if encountered
Eelco Chaudron
2020-05-13
1
-7
/
+29
*
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-11
2
-2
/
+2
*
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
2020-05-10
1
-0
/
+14
*
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-10
6
-0
/
+91
*
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
2020-05-01
3
-0
/
+12
*
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
2020-04-30
1
-1
/
+1
*
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
2020-04-29
1
-1
/
+4
*
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
2020-04-29
1
-0
/
+7
*
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2020-04-29
2
-23
/
+259
*
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
2020-04-29
1
-105
/
+121
*
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
2020-04-29
1
-92
/
+103
*
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
2020-04-29
3
-3
/
+26
*
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
2020-04-28
1
-1
/
+1
*
libbpf: Return err if bpf_object__load failed
Mao Wenan
2020-04-27
1
-1
/
+1
*
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
2020-04-26
1
-0
/
+6
*
libbpf: Only check mode flags in get_xdp_id
David Ahern
2020-04-23
1
-0
/
+2
*
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
2020-04-15
1
-1
/
+1
*
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
2020-04-15
1
-44
/
+82
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-04-10
1
-3
/
+3
|
\
|
*
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
2020-04-08
1
-1
/
+1
|
*
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
2020-04-06
1
-2
/
+2
*
|
lib/rbtree: fix coding style of assignments
chenqiwu
2020-04-07
1
-2
/
+2
*
|
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-04-05
1
-0
/
+7
|
\
\
|
*
|
perf tools: Basic support for CGROUP event
Namhyung Kim
2020-04-03
1
-0
/
+7
*
|
|
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
3
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
3
-0
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-04-01
11
-75
/
+659
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
2020-03-31
5
-1
/
+110
|
*
|
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
4
-5
/
+44
|
*
|
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
1
-0
/
+1
|
*
|
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
2020-03-30
3
-0
/
+14
|
*
|
libbpf: Add function to set link XDP fd while specifying old program
Toke Høiland-Jørgensen
2020-03-28
3
-1
/
+42
|
*
|
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
2020-03-28
1
-2
/
+14
|
*
|
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
2020-03-26
2
-13
/
+29
|
*
|
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
2020-03-26
1
-10
/
+6
|
*
|
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
2020-03-17
1
-1
/
+1
|
*
|
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
2020-03-13
1
-0
/
+103
|
*
|
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
2020-03-13
1
-0
/
+4
|
*
|
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
2020-03-13
1
-5
/
+12
|
*
|
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-0
/
+4
|
*
|
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
2020-03-04
1
-4
/
+4
|
*
|
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
2020-03-04
1
-1
/
+1
|
*
|
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
2020-03-03
3
-27
/
+114
|
*
|
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Andrii Nakryiko
2020-03-03
1
-0
/
+118
|
*
|
libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
Andrii Nakryiko
2020-03-03
1
-1
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-02-22
3
-7
/
+40
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
libbpf: Add support for dynamic program attach target
Eelco Chaudron
2020-02-21
3
-4
/
+36
|
|
*
libbpf: Bump libpf current version to v0.0.8
Eelco Chaudron
2020-02-21
1
-0
/
+3
|
|
*
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
2020-02-20
1
-3
/
+1
[next]