index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
2
-5
/
+5
2020-03-04
bpf: Switch BPF UAPI #define constants used from BPF program side to enums
Andrii Nakryiko
2
-133
/
+219
2020-03-04
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
1
-1
/
+1
2020-03-04
selftests/bpf: Test new __sk_buff field gso_size
Willem de Bruijn
3
-0
/
+50
2020-03-04
bpf: Sync uapi bpf.h to tools/
Willem de Bruijn
1
-0
/
+1
2020-03-04
bpf: Add gso_size to __sk_buff
Willem de Bruijn
3
-14
/
+38
2020-03-03
selftests/bpf: Add link pinning selftests
Andrii Nakryiko
2
-0
/
+130
2020-03-03
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
3
-27
/
+114
2020-03-03
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
3
-46
/
+232
2020-03-03
selftests/bpf: Declare bpf_log_buf variables as static
Toke Høiland-Jørgensen
3
-3
/
+3
2020-03-03
bpf: Reliably preserve btf_trace_xxx types
Andrii Nakryiko
1
-7
/
+11
2020-03-03
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Andrii Nakryiko
16
-135
/
+131
2020-03-03
selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe test
Andrii Nakryiko
3
-11
/
+11
2020-03-03
libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
Andrii Nakryiko
1
-1
/
+1
2020-03-03
bpftool: Add header guards to generated vmlinux.h
Andrii Nakryiko
1
-0
/
+5
2020-03-02
mvneta: add XDP ethtool errors stats for TX to driver
Jesper Dangaard Brouer
1
-4
/
+26
[next]