index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
2020-07-21
8
-9
/
+38
*
bpf: Make btf_sock_ids global
Yonghong Song
2020-07-21
3
-28
/
+62
*
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
2020-07-21
3
-14
/
+39
*
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
2020-07-21
2
-1
/
+11
*
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
2020-07-21
3
-36
/
+18
*
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-07-21
10
-16
/
+33
*
selftests/bpf: Fix test_lwt_seg6local.sh hangs
Ilya Leoshkevich
2020-07-21
1
-1
/
+1
*
Merge branch 'compressed-JITed-insn'
Alexei Starovoitov
2020-07-21
4
-153
/
+643
|
\
|
*
bpf, riscv: Use compressed instructions in the rv64 JIT
Luke Nelson
2020-07-21
1
-134
/
+147
|
*
bpf, riscv: Add encodings for compressed instructions
Luke Nelson
2020-07-21
1
-0
/
+452
|
*
bpf, riscv: Modify JIT ctx to support compressed instructions
Luke Nelson
2020-07-21
4
-19
/
+44
|
/
*
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
2020-07-21
1
-1
/
+4
*
libbpf bpf_helpers: Use __builtin_offsetof for offsetof
Ian Rogers
2020-07-21
1
-1
/
+1
*
s390/bpf: Use bpf_skip() in bpf_jit_prologue()
Ilya Leoshkevich
2020-07-21
1
-4
/
+5
*
s390/bpf: Tolerate not converging code shrinking
Ilya Leoshkevich
2020-07-21
1
-1
/
+26
*
s390/bpf: Use brcl for jumping to exit_ip if necessary
Ilya Leoshkevich
2020-07-21
1
-2
/
+6
*
s390/bpf: Fix sign extension in branch_ku
Ilya Leoshkevich
2020-07-21
1
-15
/
+4
*
selftests: bpf: test_kmod.sh: Fix running out of srctree
Ilya Leoshkevich
2020-07-21
1
-3
/
+9
*
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
2020-07-21
1
-4
/
+7
*
bpf, netns: Fix build without CONFIG_INET
Jakub Sitnicki
2020-07-21
1
-0
/
+4
*
Merge branch 'bpf-socket-lookup'
Alexei Starovoitov
2020-07-17
29
-97
/
+3418
|
\
|
*
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
Jakub Sitnicki
2020-07-17
4
-23
/
+1960
|
*
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
2020-07-17
1
-0
/
+492
|
*
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
2020-07-17
4
-3
/
+5
|
*
libbpf: Add support for SK_LOOKUP program type
Jakub Sitnicki
2020-07-17
4
-0
/
+10
|
*
bpf: Sync linux/bpf.h to tools/
Jakub Sitnicki
2020-07-17
1
-0
/
+77
|
*
udp6: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-9
/
+51
|
*
udp6: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-11
/
+26
|
*
udp: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-9
/
+50
|
*
udp: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-10
/
+24
|
*
inet6: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
2
-0
/
+74
|
*
inet6: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-9
/
+22
|
*
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
4
-1
/
+156
|
*
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-17
1
-9
/
+20
|
*
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
10
-4
/
+312
|
*
bpf, netns: Handle multiple link attachments
Jakub Sitnicki
2020-07-17
3
-9
/
+139
|
/
*
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
2020-07-16
2
-6
/
+6
*
selftests/bpf: Fix possible hang in sockopt_inherit
Stanislav Fomichev
2020-07-16
1
-2
/
+1
*
bpf: revert "test_bpf: Flag tests that cannot be jited on s390"
Seth Forshee
2020-07-16
1
-20
/
+0
*
selftest: Add tests for XDP programs in CPUMAP entries
Lorenzo Bianconi
2020-07-16
2
-0
/
+106
*
samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
Lorenzo Bianconi
2020-07-16
2
-22
/
+178
*
libbpf: Add SEC name for xdp programs attached to CPUMAP
Lorenzo Bianconi
2020-07-16
1
-0
/
+2
*
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
3
-4
/
+20
*
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
7
-17
/
+148
*
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-16
3
-13
/
+33
*
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop
Lorenzo Bianconi
2020-07-16
1
-9
/
+27
*
net: Refactor xdp_convert_buff_to_frame
David Ahern
2020-07-16
1
-13
/
+22
*
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
2020-07-16
1
-1
/
+1
*
net: ipv6: drop duplicate word in comment
Randy Dunlap
2020-07-15
1
-1
/
+1
*
net: sctp: drop duplicate words in comments
Randy Dunlap
2020-07-15
2
-4
/
+4
[next]