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
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
selftests/bpf: fix "metadata marker" getting overwritten by the netstack
Alexander Lobakin
2
-4
/
+5
2023-03-16
bpf, test_run: fix crashes due to XDP frame overwriting/corruption
Alexander Lobakin
1
-1
/
+11
2023-03-16
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
1
-10
/
+6
2023-03-16
bpf,docs: Remove bpf_cpumask_kptr_get() from documentation
David Vernet
1
-20
/
+10
2023-03-16
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
5
-85
/
+0
2023-03-16
bpf/selftests: Test using global cpumask kptr with RCU
David Vernet
4
-0
/
+102
2023-03-16
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
1
-0
/
+1
2023-03-16
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
1
-5
/
+14
2023-03-16
libbpf: Ignore warnings about "inefficient alignment"
Daniel Müller
1
-0
/
+6
2023-03-16
selftests/bpf: Fix a fd leak in an error path in network_helpers.c
Martin KaFai Lau
1
-1
/
+1
2023-03-16
selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
Martin KaFai Lau
1
-2
/
+2
2023-03-15
bpf/selftests: Test fentry attachment to shadowed functions
Viktor Malik
4
-0
/
+140
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
5
-29
/
+30
2023-03-14
cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
Tejun Heo
1
-2
/
+12
2023-03-14
selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.
Alexei Starovoitov
1
-0
/
+3
2023-03-14
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
2
-44
/
+0
2023-03-14
xdp: recycle Page Pool backed skbs built from XDP frames
Alexander Lobakin
1
-2
/
+2
2023-03-14
net: page_pool, skbuff: make skb_mark_for_recycle() always available
Alexander Lobakin
1
-2
/
+2
2023-03-14
selftests/bpf: robustify test_xdp_do_redirect with more payload magics
Alexander Lobakin
1
-10
/
+26
2023-03-13
selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.
Alexei Starovoitov
2
-0
/
+40
2023-03-13
bpf: Allow helpers access trusted PTR_TO_BTF_ID.
Alexei Starovoitov
1
-0
/
+15
2023-03-13
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
1
-1
/
+1
2023-03-13
bpf, docs: Add signed comparison example
Dave Thaler
1
-1
/
+10
2023-03-13
selftests/bpf: use canonical ftrace path
Ross Zwisler
11
-22
/
+64
2023-03-13
bpf: use canonical ftrace path
Ross Zwisler
10
-21
/
+21
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
3
-14
/
+12
2023-03-13
tasks: Extract rcu_users out of union
David Vernet
1
-5
/
+2
2023-03-13
bpf: fix precision propagation verbose logging
Andrii Nakryiko
1
-2
/
+2
2023-03-10
selftests/bpf: Add local kptr stashing test
Dave Marchevsky
2
-0
/
+168
2023-03-10
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
1
-1
/
+7
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
5
-16
/
+59
2023-03-10
bpf, docs: Explain helper functions
Dave Thaler
3
-1
/
+22
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2
-4
/
+4
2023-03-10
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
1
-6
/
+0
2023-03-10
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
1
-8
/
+8
2023-03-10
selftests/bpf: Add local-storage-create benchmark
Martin KaFai Lau
4
-0
/
+202
2023-03-10
selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap...
Martin KaFai Lau
1
-9
/
+20
2023-03-10
selftests/bpf: Replace CHECK with ASSERT in test_local_storage
Martin KaFai Lau
1
-30
/
+17
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
1
-9
/
+14
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
1
-6
/
+11
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
3
-8
/
+19
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
1
-4
/
+9
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
1
-62
/
+5
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
6
-17
/
+17
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2
-0
/
+5
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
1
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
1
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
6
-33
/
+11
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2
-5
/
+2
2023-03-10
bpf/selftests: Fix send_signal tracepoint tests
David Vernet
1
-1
/
+5
[next]