index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
124
-2040
/
+4211
|
\
|
*
tools resolve_btfids: Always force HOSTARCH
Jiri Olsa
2020-09-23
1
-0
/
+2
|
*
bpf: Check CONFIG_BPF option for resolve_btfids
Jiri Olsa
2020-09-23
2
-4
/
+6
|
*
bpf: Explicitly size compatible_reg_types
Lorenz Bauer
2020-09-23
1
-2
/
+1
|
*
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2020-09-22
3
-1
/
+26
|
*
bpf: Using rcu_read_lock for bpf_sk_storage_map iterator
Yonghong Song
2020-09-22
1
-18
/
+13
|
*
Merge branch 'refactor-check_func_arg'
Alexei Starovoitov
2020-09-22
11
-237
/
+239
|
|
\
|
|
*
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
2020-09-22
2
-74
/
+110
|
|
*
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
2020-09-22
1
-34
/
+30
|
|
*
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
2020-09-22
1
-14
/
+14
|
|
*
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
2020-09-22
1
-1
/
+5
|
|
*
bpf: Make context access check generic
Lorenz Bauer
2020-09-22
1
-3
/
+4
|
|
*
bpf: Make reference tracking generic
Lorenz Bauer
2020-09-22
1
-16
/
+10
|
|
*
bpf: Make BTF pointer type checking generic
Lorenz Bauer
2020-09-22
1
-18
/
+20
|
|
*
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-22
9
-103
/
+58
|
|
*
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
2020-09-22
2
-0
/
+16
|
|
*
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
2020-09-22
1
-13
/
+11
|
|
*
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
2020-09-22
2
-2
/
+2
|
|
/
|
*
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
2020-09-21
1
-6
/
+2
|
*
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
2020-09-19
1
-1
/
+1
|
*
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
2020-09-19
1
-4
/
+3
|
*
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
2020-09-19
1
-2
/
+2
|
*
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
2020-09-18
1
-1
/
+1
|
*
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
2020-09-18
5
-0
/
+533
|
*
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-18
3
-22
/
+52
|
*
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
2020-09-18
1
-4
/
+17
|
*
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-18
6
-55
/
+244
|
*
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-09-18
2
-0
/
+30
|
*
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
2020-09-17
4
-20
/
+24
|
*
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
2020-09-17
2
-3
/
+64
|
*
bpf, x64: use %rcx instead of %rax for tail call retpolines
Maciej Fijalkowski
2020-09-17
2
-18
/
+18
|
*
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
2020-09-16
3
-335
/
+78
|
*
Merge branch 'bpf_metadata'
Alexei Starovoitov
2020-09-16
19
-18
/
+678
|
|
\
|
|
*
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
2020-09-16
5
-1
/
+255
|
|
*
bpftool: Support dumping metadata
YiFei Zhu
2020-09-16
3
-0
/
+208
|
|
*
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-16
4
-0
/
+94
|
|
*
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-16
3
-0
/
+77
|
|
*
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-16
5
-17
/
+44
|
|
/
|
*
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-09-15
1
-0
/
+1
|
*
bpftool: Fix build failure
Yonghong Song
2020-09-15
1
-1
/
+1
|
*
xsk: Fix refcount warning in xp_dma_map
Magnus Karlsson
2020-09-15
1
-2
/
+2
|
*
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
2020-09-15
1
-5
/
+14
|
*
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-09-15
1
-0
/
+1
|
*
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
2020-09-15
1
-0
/
+8
|
*
s390/bpf: Fix multiple tail calls
Ilya Leoshkevich
2020-09-15
1
-34
/
+27
|
*
Merge branch 'improve-bpf-tcp-cc-init'
Alexei Starovoitov
2020-09-11
6
-38
/
+19
|
|
\
|
|
*
tcp: Simplify tcp_set_congestion_control() load=false case
Neal Cardwell
2020-09-11
1
-11
/
+4
|
|
*
tcp: simplify _bpf_setsockopt(): Remove flags argument
Neal Cardwell
2020-09-11
1
-7
/
+3
|
|
*
tcp: simplify tcp_set_congestion_control(): Always reinitialize
Neal Cardwell
2020-09-11
4
-13
/
+5
|
|
*
tcp: Simplify EBPF TCP_CONGESTION to always init CC
Neal Cardwell
2020-09-11
1
-6
/
+1
[next]