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
2021-07-31
selftests/bpf: Check consistency between bpftool source, doc, completion
Quentin Monnet
1
-0
/
+486
2021-07-31
tools: bpftool: Slightly ease bash completion updates
Quentin Monnet
1
-25
/
+29
2021-07-30
unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()
Cong Wang
1
-8
/
+8
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
4
-6
/
+20
2021-07-30
Merge branch 'libbpf: rename btf__get_from_id() and btf__load() APIs, support...
Andrii Nakryiko
11
-47
/
+90
2021-07-30
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-30
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
3
-2
/
+9
2021-07-30
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
7
-29
/
+42
2021-07-30
tools: Free BTF objects at various locations
Quentin Monnet
4
-4
/
+9
2021-07-30
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
4
-11
/
+24
2021-07-30
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
4
-2
/
+5
2021-07-30
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
1
-1
/
+3
2021-07-30
bpf: Emit better log message if bpf_iter ctx arg btf_id == 0
Yonghong Song
1
-0
/
+5
2021-07-30
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
1
-6
/
+7
2021-07-28
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
4
-16
/
+45
2021-07-28
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
1
-1
/
+14
2021-07-28
libbpf: Fix comment typo
Jason Wang
1
-3
/
+3
2021-07-27
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
1
-0
/
+2
2021-07-27
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2
-0
/
+6
2021-07-27
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
1
-6
/
+17
2021-07-26
Merge branch 'libbpf: Move CO-RE logic into separate file.'
Andrii Nakryiko
5
-1382
/
+1440
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
5
-1297
/
+1319
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
3
-93
/
+102
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-24
bpf/tests: Do not PASS tests without actually testing the result
Johan Almbladh
1
-1
/
+8
2021-07-24
bpf/tests: Fix copy-and-paste error in double word test
Johan Almbladh
1
-2
/
+2
2021-07-24
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
1
-0
/
+7
2021-07-24
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
4
-0
/
+16
2021-07-24
Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'
Andrii Nakryiko
12
-97
/
+784
2021-07-24
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
5
-9
/
+384
2021-07-24
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
5
-1
/
+85
2021-07-24
bpf: tcp: Bpf iter batching and lock_sock
Martin KaFai Lau
1
-6
/
+231
2021-07-24
tcp: seq_file: Replace listening_hash with lhash2
Martin KaFai Lau
2
-17
/
+24
2021-07-24
tcp: seq_file: Add listening_get_first()
Martin KaFai Lau
1
-20
/
+39
2021-07-24
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
2
-21
/
+5
2021-07-24
tcp: seq_file: Refactor net and family matching
Martin KaFai Lau
1
-38
/
+30
2021-07-24
tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
Martin KaFai Lau
1
-2
/
+3
2021-07-23
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
3
-14
/
+33
2021-07-23
libbpf: Allow decimal offset for kprobes
Jiri Olsa
3
-1
/
+14
2021-07-23
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
2021-07-23
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
1
-0
/
+5
2021-07-23
bpf: Remove redundant intiialization of variable stype
Colin Ian King
1
-1
/
+1
2021-07-23
bpf: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2021-07-20
Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...
Andrii Nakryiko
2
-35
/
+85
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
1
-0
/
+17
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-20
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
1
-1
/
+1
2021-07-20
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
1
-2
/
+2
[next]