index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-debugfs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-13
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
2
-8
/
+11
2020-03-13
selftests/bpf: Make tcp_rtt test more robust to failures
Andrii Nakryiko
1
-12
/
+20
2020-03-13
selftests/bpf: Guarantee that useep() calls nanosleep() syscall
Andrii Nakryiko
1
-0
/
+9
2020-03-13
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
4
-11
/
+35
2020-03-13
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
7
-4
/
+148
2020-03-13
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...
Carlos Neira
5
-1
/
+287
2020-03-13
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
7
-2
/
+88
2020-03-13
fs/nsfs.c: Added ns_match
Carlos Neira
2
-0
/
+16
2020-03-13
tools: bpftool: Fix minor bash completion mistakes
Quentin Monnet
1
-8
/
+21
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
4
-32
/
+7
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
1
-5
/
+12
2020-03-13
bpftool: Add _bpftool and profiler.skel.h to .gitignore
Song Liu
1
-0
/
+2
2020-03-13
bpftool: Skeleton should depend on libbpf
Song Liu
1
-2
/
+3
2020-03-13
bpftool: Only build bpftool-prog-profile if supported by clang
Song Liu
4
-5
/
+24
2020-03-12
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2
-10
/
+12
2020-03-11
tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels
Andrii Nakryiko
1
-0
/
+1
2020-03-11
bpf: Fix trampoline generation for fmod_ret programs
Alexei Starovoitov
1
-26
/
+5
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
2
-34
/
+91
2020-03-10
bpftool: Fix typo in bash-completion
Song Liu
1
-1
/
+1
2020-03-10
bpftool: Bash completion for "bpftool prog profile"
Song Liu
1
-1
/
+44
2020-03-10
bpftool: Documentation for bpftool prog profile
Song Liu
1
-0
/
+19
2020-03-10
bpftool: Introduce "prog profile" command
Song Liu
5
-1
/
+608
2020-03-09
bpf, doc: Update maintainers for L7 BPF
Lorenz Bauer
1
-0
/
+2
2020-03-09
selftests: bpf: Enable UDP sockmap reuseport tests
Lorenz Bauer
1
-6
/
+0
2020-03-09
selftests: bpf: Add tests for UDP sockets in sockmap
Lorenz Bauer
1
-30
/
+127
2020-03-09
selftests: bpf: Don't listen() on UDP sockets
Lorenz Bauer
1
-22
/
+25
2020-03-09
bpf: sockmap: Add UDP support
Lorenz Bauer
1
-4
/
+33
2020-03-09
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
4
-0
/
+60
2020-03-09
bpf: sockmap: Simplify sock_map_init_proto
Lorenz Bauer
1
-15
/
+4
2020-03-09
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
5
-119
/
+118
2020-03-09
bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG
Lorenz Bauer
1
-2
/
+2
2020-03-09
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
3
-37
/
+31
2020-03-09
skmsg: Update saved hooks only once
Lorenz Bauer
2
-19
/
+17
2020-03-09
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
4
-12
/
+15
2020-03-06
bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
KP Singh
1
-0
/
+7
2020-03-05
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
1
-10
/
+3
2020-03-05
MAINTAINERS: Add entry for RV32G BPF JIT
Luke Nelson
1
-1
/
+12
2020-03-05
bpf, doc: Add BPF JIT for RV32G to BPF documentation
Luke Nelson
2
-2
/
+3
2020-03-05
riscv, bpf: Add RV32G eBPF JIT
Luke Nelson
4
-2
/
+1366
2020-03-05
riscv, bpf: Factor common RISC-V JIT code
Luke Nelson
4
-601
/
+639
2020-03-04
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
3
-1
/
+135
2020-03-04
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
6
-76
/
+67
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+4
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2
-8
/
+51
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
8
-13
/
+130
2020-03-04
bpf: JIT helpers for fmod_ret progs
KP Singh
1
-63
/
+85
2020-03-04
bpf: Refactor trampoline update code
KP Singh
4
-45
/
+71
2020-03-04
selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF
Andrii Nakryiko
1
-4
/
+7
2020-03-04
kbuild: Remove debug info from kallsyms linking
Kees Cook
1
-9
/
+19
2020-03-04
tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton
Andrii Nakryiko
1
-3
/
+0
[next]