index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test-string_helpers.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-23
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
1
-9
/
+8
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
3
-74
/
+89
2024-01-23
bpftool: Display cookie for kprobe multi link
Jiri Olsa
1
-15
/
+63
2024-01-23
bpftool: Display cookie for perf event link probes
Jiri Olsa
1
-0
/
+14
2024-01-23
selftests/bpf: Add fill_link_info test for perf event
Jiri Olsa
2
-0
/
+46
2024-01-23
selftests/bpf: Add cookies check for perf_event fill_link_info test
Jiri Olsa
1
-5
/
+21
2024-01-23
selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
Jiri Olsa
1
-12
/
+36
2024-01-23
bpftool: Fix wrong free call in do_show_link
Jiri Olsa
1
-1
/
+1
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
3
-0
/
+17
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
3
-0
/
+16
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2
-3
/
+3
2024-01-23
bpf: fix constraint in test_tcpbpf_kern.c
Jose E. Marchesi
1
-1
/
+1
2024-01-23
bpf: avoid VLAs in progs/test_xdp_dynptr.c
Jose E. Marchesi
1
-5
/
+5
2024-01-23
libbpf: call dup2() syscall directly
Andrii Nakryiko
1
-1
/
+11
2024-01-23
selftests/bpf: Enable kptr_xchg_inline test for arm64
Hou Tao
1
-1
/
+1
2024-01-23
bpf, arm64: Enable the inline of bpf_kptr_xchg()
Hou Tao
1
-0
/
+5
2024-01-23
bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K
Dave Thaler
1
-1
/
+2
2024-01-23
bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.
Kuniyuki Iwashima
1
-14
/
+16
2024-01-23
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
1
-7
/
+14
2024-01-23
selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values
Andrey Grafin
2
-1
/
+31
2024-01-23
libbpf: Apply map_set_def_max_entries() for inner_maps on creation
Andrey Grafin
1
-0
/
+4
2024-01-23
bpf: Sync uapi bpf.h header for the tooling infra
Daniel Borkmann
1
-3
/
+4
2024-01-23
bpf, docs: Fix bpf_redirect_peer header doc
Victor Stewart
1
-3
/
+3
2024-01-23
selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
Kuniyuki Iwashima
7
-0
/
+953
2024-01-23
bpf: tcp: Support arbitrary SYN Cookie.
Kuniyuki Iwashima
3
-4
/
+135
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
Kuniyuki Iwashima
3
-8
/
+56
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().
Kuniyuki Iwashima
1
-2
/
+13
2024-01-23
selftests/bpf: Fix potential premature unload in bpf_testmod
Artem Savkov
1
-0
/
+9
2024-01-23
tcp: Move skb_steal_sock() to request_sock.h
Kuniyuki Iwashima
2
-25
/
+28
2024-01-23
bpftool: Silence build warning about calloc()
Tiezhu Yang
1
-1
/
+1
2024-01-23
tcp: Move tcp_ns_to_ts() to tcp.h
Kuniyuki Iwashima
2
-9
/
+9
2024-01-23
bpf: Minor improvements for bpf_cmp.
Alexei Starovoitov
1
-9
/
+12
2024-01-23
docs/bpf: Fix an incorrect statement in verifier.rst
Yonghong Song
1
-1
/
+1
2024-01-23
selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST
Yonghong Song
1
-0
/
+41
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2
-10
/
+23
2024-01-23
selftests/bpf: Test assigning ID to scalars on spill
Maxim Mikityanskiy
1
-0
/
+133
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
3
-5
/
+11
2024-01-23
bpf: Add the get_reg_width function
Maxim Mikityanskiy
1
-2
/
+7
2024-01-23
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
1
-14
/
+19
2024-01-23
selftests/bpf: Add a test case for 32-bit spill tracking
Maxim Mikityanskiy
1
-0
/
+31
2024-01-23
bpf: Make bpf_for_each_spilled_reg consider narrow spills
Maxim Mikityanskiy
1
-1
/
+1
2024-01-23
selftests/bpf: check if imprecise stack spills confuse infinite loop detection
Eduard Zingerman
1
-0
/
+24
2024-01-23
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
1
-1
/
+1
2024-01-23
selftests/bpf: Fix the u64_offset_to_skb_data test
Maxim Mikityanskiy
1
-5
/
+3
2024-01-23
selftests/bpf: Update LLVM Phabricator links
Nathan Chancellor
3
-18
/
+18
2024-01-23
selftests/bpf: detect testing prog flags support
Andrii Nakryiko
7
-7
/
+37
2024-01-23
Introduce concept of conformance groups
Dave Thaler
1
-1
/
+25
2024-01-23
net: filter: fix spelling mistakes
Randy Dunlap
1
-4
/
+4
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
2
-23
/
+43
2024-01-23
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2
-17
/
+37
[next]