index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
2020-03-13
bpftool: Add _bpftool and profiler.skel.h to .gitignore
Song Liu
2020-03-13
bpftool: Skeleton should depend on libbpf
Song Liu
2020-03-13
bpftool: Only build bpftool-prog-profile if supported by clang
Song Liu
2020-03-12
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2020-03-11
tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels
Andrii Nakryiko
2020-03-11
bpf: Fix trampoline generation for fmod_ret programs
Alexei Starovoitov
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
2020-03-10
bpftool: Fix typo in bash-completion
Song Liu
2020-03-10
bpftool: Bash completion for "bpftool prog profile"
Song Liu
2020-03-10
bpftool: Documentation for bpftool prog profile
Song Liu
2020-03-10
bpftool: Introduce "prog profile" command
Song Liu
2020-03-09
bpf, doc: Update maintainers for L7 BPF
Lorenz Bauer
2020-03-09
selftests: bpf: Enable UDP sockmap reuseport tests
Lorenz Bauer
2020-03-09
selftests: bpf: Add tests for UDP sockets in sockmap
Lorenz Bauer
2020-03-09
selftests: bpf: Don't listen() on UDP sockets
Lorenz Bauer
2020-03-09
bpf: sockmap: Add UDP support
Lorenz Bauer
2020-03-09
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
2020-03-09
bpf: sockmap: Simplify sock_map_init_proto
Lorenz Bauer
2020-03-09
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
2020-03-09
bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG
Lorenz Bauer
2020-03-09
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
2020-03-09
skmsg: Update saved hooks only once
Lorenz Bauer
2020-03-09
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
2020-03-05
bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
KP Singh
2020-03-05
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
2020-03-05
MAINTAINERS: Add entry for RV32G BPF JIT
Luke Nelson
2020-03-05
bpf, doc: Add BPF JIT for RV32G to BPF documentation
Luke Nelson
2020-03-05
riscv, bpf: Add RV32G eBPF JIT
Luke Nelson
2020-03-05
riscv, bpf: Factor common RISC-V JIT code
Luke Nelson
2020-03-04
Merge branch 'bpf_modify_ret'
Alexei Starovoitov
2020-03-04
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: JIT helpers for fmod_ret progs
KP Singh
2020-03-04
bpf: Refactor trampoline update code
KP Singh
2020-03-04
selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF
Andrii Nakryiko
2020-03-04
kbuild: Remove debug info from kallsyms linking
Kees Cook
2020-03-04
Merge branch 'bpf-uapi-enums'
Daniel Borkmann
2020-03-04
tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton
Andrii Nakryiko
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
2020-03-04
bpf: Switch BPF UAPI #define constants used from BPF program side to enums
Andrii Nakryiko
2020-03-03
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
2020-03-03
Merge branch 'bpf_gso_size'
Alexei Starovoitov
2020-03-03
selftests/bpf: Test new __sk_buff field gso_size
Willem de Bruijn
2020-03-03
bpf: Sync uapi bpf.h to tools/
Willem de Bruijn
2020-03-03
bpf: Add gso_size to __sk_buff
Willem de Bruijn
2020-03-02
Merge branch 'bpf_link'
Alexei Starovoitov
[next]