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
*
bpf: Make array_map_mmap static
YueHaibing
2019-11-20
1
-1
/
+1
*
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
2019-11-20
1
-0
/
+7
*
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
2019-11-20
4
-8
/
+12
*
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
2019-11-19
1
-3
/
+8
*
Merge branch 'remove-jited-size-limits'
Alexei Starovoitov
2019-11-19
1
-80
/
+268
|
\
|
*
s390/bpf: Remove JITed image size limitations
Ilya Leoshkevich
2019-11-19
1
-7
/
+0
|
*
s390/bpf: Use lg(f)rl when long displacement cannot be used
Ilya Leoshkevich
2019-11-19
1
-15
/
+81
|
*
s390/bpf: Use lgrl instead of lg where possible
Ilya Leoshkevich
2019-11-19
1
-12
/
+20
|
*
s390/bpf: Load literal pool register using larl
Ilya Leoshkevich
2019-11-19
1
-3
/
+19
|
*
s390/bpf: Align literal pool entries
Ilya Leoshkevich
2019-11-19
1
-13
/
+24
|
*
s390/bpf: Use relative long branches
Ilya Leoshkevich
2019-11-19
1
-32
/
+126
|
/
*
bpf: Fix memory leak on object 'data'
Colin Ian King
2019-11-19
1
-1
/
+3
*
selftests, bpf: Workaround an alu32 sub-register spilling issue
Yonghong Song
2019-11-18
1
-1
/
+3
*
selftests, bpf: Fix test_tc_tunnel hanging
Jiri Benc
2019-11-18
1
-0
/
+5
*
selftests, bpf: xdping is not meant to be run standalone
Jiri Benc
2019-11-18
1
-2
/
+2
*
Merge branch 'bpf-array-mmap'
Daniel Borkmann
2019-11-18
25
-175
/
+576
|
\
|
*
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
2019-11-18
3
-18
/
+292
|
*
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
2019-11-18
1
-2
/
+30
|
*
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
7
-12
/
+183
|
*
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
11
-97
/
+40
|
*
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
8
-49
/
+34
|
/
*
Merge branch 'bpf-trampoline'
Daniel Borkmann
2019-11-15
34
-173
/
+2354
|
\
|
*
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2019-11-15
2
-0
/
+167
|
*
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
2019-11-15
1
-2
/
+36
|
*
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
5
-17
/
+71
|
*
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
8
-28
/
+152
|
*
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
5
-3
/
+107
|
*
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
6
-43
/
+176
|
*
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
4
-9
/
+32
|
*
bpf: Reserve space for BPF trampoline in BPF programs
Alexei Starovoitov
2019-11-15
1
-2
/
+7
|
*
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
2019-11-15
1
-0
/
+76
|
*
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
2019-11-15
1
-0
/
+90
|
*
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2019-11-15
2
-0
/
+162
|
*
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-15
3
-0
/
+167
|
*
bpf: Add kernel test functions for fentry testing
Alexei Starovoitov
2019-11-15
1
-0
/
+41
|
*
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2019-11-15
2
-3
/
+88
|
*
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-15
4
-25
/
+82
|
*
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
2019-11-15
3
-0
/
+25
|
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
9
-10
/
+735
|
*
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
3
-0
/
+65
|
*
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
2019-11-15
1
-54
/
+98
|
/
*
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
2019-11-15
4
-46
/
+130
*
bpf, doc: Change right arguments for JIT example code
Mao Wenan
2019-11-15
1
-4
/
+4
*
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
2019-11-15
1
-0
/
+2
*
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
2019-11-15
1
-1
/
+0
*
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
2019-11-15
1
-8
/
+66
*
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-15
2
-2
/
+8
*
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
2019-11-11
1
-1
/
+2
*
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
2019-11-11
1
-1
/
+4
*
Merge branch 'share-umem'
Alexei Starovoitov
2019-11-11
6
-59
/
+195
|
\
[next]