index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
5
-12
/
+57
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-07-10
3
-6
/
+18
|
|
\
|
|
*
libbpf: Fix libbpf hashmap on (I)LP32 architectures
Jakub Bogusz
2020-07-09
1
-4
/
+8
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-30
2
-2
/
+10
|
|
|
\
|
|
|
*
libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
Jesper Dangaard Brouer
2020-06-25
1
-1
/
+1
|
|
|
*
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
2020-06-23
1
-1
/
+7
|
|
|
*
libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
Andrii Nakryiko
2020-06-22
1
-0
/
+2
|
*
|
|
tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
Tom Zanussi
2020-07-03
1
-6
/
+9
|
*
|
|
tools lib traceevent: Add API to read time information from kbuffer
Steven Rostedt (Red Hat)
2020-07-03
2
-0
/
+30
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-04
7
-183
/
+588
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
libbpf: Make bpf_endian co-exist with vmlinux.h
Andrii Nakryiko
2020-07-01
1
-8
/
+35
|
*
|
libbpf: Support disabling auto-loading BPF programs
Andrii Nakryiko
2020-06-28
3
-8
/
+44
|
*
|
libbpf: Prevent loading vmlinux BTF twice
Andrii Nakryiko
2020-06-24
1
-11
/
+22
|
*
|
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
2020-06-24
1
-1
/
+1
|
*
|
libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses
Andrii Nakryiko
2020-06-22
1
-4
/
+4
|
*
|
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
2020-06-22
3
-6
/
+144
|
*
|
libbpf: Generalize libbpf externs support
Andrii Nakryiko
2020-06-22
1
-140
/
+206
|
*
|
libbpf: Add a bunch of attribute getters/setters for map definitions
Andrii Nakryiko
2020-06-23
3
-10
/
+134
|
*
|
libbpf: Bump version to 0.1.0
Andrii Nakryiko
2020-06-17
1
-0
/
+3
|
|
/
*
|
tools lib traceevent: Add handler for __builtin_expect()
Steven Rostedt (VMware)
2020-06-18
1
-0
/
+35
*
|
tools lib traceevent: Handle __attribute__((user)) in field names
Steven Rostedt (VMware)
2020-06-18
1
-1
/
+38
*
|
tools lib traceevent: Add append() function helper for appending strings
Steven Rostedt (VMware)
2020-06-18
1
-58
/
+40
|
/
*
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
2020-06-12
1
-4
/
+0
*
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
2020-06-10
1
-9
/
+24
*
libbpf: Define __WORDSIZE if not available
Arnaldo Carvalho de Melo
2020-06-10
1
-4
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
15
-245
/
+1053
|
\
|
*
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
2020-06-01
3
-5
/
+21
|
*
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
2020-06-01
1
-0
/
+3
|
*
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
2020-06-01
1
-0
/
+2
|
*
libbpf: Add BPF ring buffer support
Andrii Nakryiko
2020-06-01
5
-1
/
+317
|
*
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
2020-06-01
1
-1
/
+4
|
*
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
2020-06-01
1
-2
/
+2
|
*
libbpf: Install headers as part of make install
Nikolay Borisov
2020-06-01
1
-1
/
+1
|
*
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
2020-06-01
3
-0
/
+21
|
*
bpf, libbpf: Enable get{peer, sock}name attach types
Daniel Borkmann
2020-05-19
1
-0
/
+8
|
*
libbpf, hashmap: Fix signedness warnings
Ian Rogers
2020-05-16
1
-3
/
+2
|
*
libbpf, hashmap: Remove unused #include
Ian Rogers
2020-05-16
1
-1
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-2
/
+2
|
|
\
|
*
|
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-09
1
-0
/
+14
|
*
|
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-09
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-28
1
-1
/
+4
|
*
|
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
2020-04-28
1
-0
/
+7
|
*
|
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2020-04-28
2
-23
/
+259
|
*
|
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
2020-04-28
1
-105
/
+121
|
*
|
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
2020-04-28
1
-92
/
+103
[next]