index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
Song Liu
2020-10-01
1
-0
/
+3
*
bpf: Add redirect_neigh helper as redirect drop-in
Daniel Borkmann
2020-09-30
1
-0
/
+14
*
bpf: Add classid helper only based on skb->sk
Daniel Borkmann
2020-09-30
1
-0
/
+10
*
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
1
-2
/
+7
*
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
2020-09-29
1
-0
/
+9
*
bpf: Add bpf_snprintf_btf helper
Alan Maguire
2020-09-29
1
-0
/
+67
*
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-28
1
-0
/
+7
*
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
1
-1
/
+1
*
bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
1
-2
/
+2
*
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
1
-0
/
+1
*
bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...
Martin KaFai Lau
2020-09-25
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
2
-44
/
+62
|
\
|
*
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
2020-09-22
1
-0
/
+8
|
*
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-16
1
-0
/
+7
|
*
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2020-09-11
1
-2
/
+2
|
*
tools, bpf: Synchronise BPF UAPI header with tools
Quentin Monnet
2020-09-07
1
-42
/
+45
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
2
-3
/
+5
|
\
\
|
*
|
tools headers UAPI: update linux/in.h copy
Arnaldo Carvalho de Melo
2020-09-15
1
-1
/
+1
|
*
|
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
2020-09-15
1
-2
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
1
-1
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...
Linus Torvalds
2020-09-02
1
-1
/
+1
|
|
\
|
|
*
perf tools: Correct SNOOPX field offset
Al Grant
2020-09-01
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
2
-6
/
+443
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
1
-0
/
+8
|
*
|
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
1
-0
/
+8
|
*
|
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2020-08-28
1
-2
/
+4
|
*
|
bpf: Add d_path helper
Jiri Olsa
2020-08-26
1
-0
/
+14
|
*
|
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-26
1
-1
/
+50
|
*
|
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-26
1
-2
/
+5
|
*
|
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-26
1
-1
/
+39
|
*
|
bpf: Generalize bpf_sk_storage
KP Singh
2020-08-26
1
-2
/
+6
|
*
|
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
|
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-1
/
+299
|
*
|
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
1
-1
/
+2
|
*
|
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
1
-1
/
+3
|
*
|
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
|
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
|
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-0
/
+7
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-21
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
2020-08-21
1
-5
/
+5
*
|
Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-15
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
2020-08-12
1
-0
/
+4
|
*
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
2020-08-12
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-14
1
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-07
1
-7
/
+8
*
|
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-11
4
-3
/
+30
|
\
\
|
*
|
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
2020-08-07
1
-2
/
+2
|
*
|
tools headers UAPI: update linux/in.h copy
Arnaldo Carvalho de Melo
2020-08-07
1
-0
/
+1
|
*
|
tools headers API: Update close_range affected files
Arnaldo Carvalho de Melo
2020-08-06
1
-0
/
+2
|
*
|
Mgerge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-08-06
9
-114
/
+542
|
|
\
|
[next]