index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-10
bpf, doc: Update maintainers for L7 BPF
Lorenz Bauer
1
-0
/
+2
2020-03-10
selftests: bpf: Enable UDP sockmap reuseport tests
Lorenz Bauer
1
-6
/
+0
2020-03-10
selftests: bpf: Add tests for UDP sockets in sockmap
Lorenz Bauer
1
-30
/
+127
2020-03-10
selftests: bpf: Don't listen() on UDP sockets
Lorenz Bauer
1
-22
/
+25
2020-03-10
bpf: sockmap: Add UDP support
Lorenz Bauer
1
-4
/
+33
2020-03-10
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
4
-0
/
+60
2020-03-10
bpf: sockmap: Simplify sock_map_init_proto
Lorenz Bauer
1
-15
/
+4
2020-03-10
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
5
-119
/
+118
2020-03-10
bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG
Lorenz Bauer
1
-2
/
+2
2020-03-10
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
3
-37
/
+31
2020-03-10
skmsg: Update saved hooks only once
Lorenz Bauer
2
-19
/
+17
2020-03-10
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-06
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-05
Merge branch 'bpf_modify_ret'
Alexei Starovoitov
17
-187
/
+524
2020-03-05
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
3
-1
/
+135
2020-03-05
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
6
-76
/
+67
2020-03-05
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+4
2020-03-05
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2
-8
/
+51
2020-03-05
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
8
-13
/
+130
2020-03-05
bpf: JIT helpers for fmod_ret progs
KP Singh
1
-63
/
+85
2020-03-05
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
Merge branch 'bpf-uapi-enums'
Daniel Borkmann
5
-141
/
+224
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
Merge branch 'bpf_gso_size'
Alexei Starovoitov
7
-14
/
+89
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
[next]