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
/
include
Age
Commit message (
Expand
)
Author
Lines
2020-07-28
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
-1
/
+1
2020-07-25
libbpf: Add support for BPF XDP link
Andrii Nakryiko
-1
/
+9
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
-0
/
+7
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
-22
/
+22
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-7
/
+141
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
-0
/
+30
2020-07-21
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
-3
/
+7
2020-07-21
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
-1
/
+10
2020-07-21
tools: bpf: Use local copy of headers including uapi/linux/filter.h
Will Deacon
-0
/
+90
2020-07-20
tools headers UAPI: Update tools's copy of linux/perf_event.h
Leo Yan
-3
/
+20
2020-07-19
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
-2
/
+2
2020-07-17
bpf: Sync linux/bpf.h to tools/
Jakub Sitnicki
-0
/
+77
2020-07-16
compiler: Remove uninitialized_var() macro
Kees Cook
-2
/
+0
2020-07-16
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
-3
/
+3
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
-0
/
+5
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
-0
/
+9
2020-07-14
net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN
Horatiu Vultur
-0
/
+1
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-1
/
+96
2020-07-13
xsk: Add new statistics
Ciara Loftus
-1
/
+4
2020-07-13
tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
Jiri Olsa
-0
/
+91
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-22
/
+22
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-20
/
+21
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
-0
/
+5
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
-1
/
+20
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
-2
/
+2
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
-2
/
+1
2020-07-08
libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
-0
/
+1
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-99
/
+172
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
-1
/
+36
2020-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-20
/
+21
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-1
/
+1
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
-1
/
+8
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
-1
/
+22
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
-1
/
+8
2020-06-24
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
-2
/
+5
2020-06-23
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
-20
/
+21
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
-1
/
+1
2020-06-24
bpf: Switch most helper return values from 32-bit int to 64-bit long
Andrii Nakryiko
-96
/
+96
2020-06-17
tools headers UAPI: Sync linux/fs.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+1
2020-06-17
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+4
2020-06-17
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
-1
/
+14
2020-06-16
bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
Andrii Nakryiko
-1
/
+1
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-0
/
+13
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-0
/
+13
2020-06-09
bpf: Selftests and tools use struct bpf_devmap_val from uapi
Jesper Dangaard Brouer
-0
/
+13
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
-1
/
+1
2020-06-09
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+14
2020-06-09
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+24
2020-06-09
tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+2
2020-06-09
tools headers uapi: Sync linux/stat.h with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+7
[prev]
[next]