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