index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
l2tp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
1
-0
/
+7
2019-11-20
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
4
-8
/
+12
2019-11-19
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
1
-3
/
+8
2019-11-19
s390/bpf: Remove JITed image size limitations
Ilya Leoshkevich
1
-7
/
+0
2019-11-19
s390/bpf: Use lg(f)rl when long displacement cannot be used
Ilya Leoshkevich
1
-15
/
+81
2019-11-19
s390/bpf: Use lgrl instead of lg where possible
Ilya Leoshkevich
1
-12
/
+20
2019-11-19
s390/bpf: Load literal pool register using larl
Ilya Leoshkevich
1
-3
/
+19
2019-11-19
s390/bpf: Align literal pool entries
Ilya Leoshkevich
1
-13
/
+24
2019-11-19
s390/bpf: Use relative long branches
Ilya Leoshkevich
1
-32
/
+126
2019-11-19
bpf: Fix memory leak on object 'data'
Colin Ian King
1
-1
/
+3
2019-11-18
selftests, bpf: Workaround an alu32 sub-register spilling issue
Yonghong Song
1
-1
/
+3
2019-11-18
selftests, bpf: Fix test_tc_tunnel hanging
Jiri Benc
1
-0
/
+5
2019-11-18
selftests, bpf: xdping is not meant to be run standalone
Jiri Benc
1
-2
/
+2
2019-11-18
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
3
-18
/
+292
2019-11-18
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
1
-2
/
+30
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
7
-12
/
+183
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
11
-97
/
+40
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
8
-49
/
+34
2019-11-15
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2
-0
/
+167
2019-11-15
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
1
-2
/
+36
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
5
-17
/
+71
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
8
-28
/
+152
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
5
-3
/
+107
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
6
-43
/
+176
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
4
-9
/
+32
2019-11-15
bpf: Reserve space for BPF trampoline in BPF programs
Alexei Starovoitov
1
-2
/
+7