index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
fprobe
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-14
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-11
selftests/bpf: Add local kptr stashing test
Dave Marchevsky
2
-0
/
+168
2023-03-11
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
1
-1
/
+7
2023-03-11
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
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
2
-4
/
+33
2023-03-10
selftests/bpf: make BPF compiler flags stricter
Andrii Nakryiko
1
-2
/
+2
2023-03-10
selftests/bpf: fix lots of silly mistakes pointed out by compiler
Andrii Nakryiko
81
-187
/
+90
2023-03-10
selftests/bpf: add __sink() macro to fake variable consumption
Andrii Nakryiko
1
-0
/
+3
2023-03-10
selftests/bpf: prevent unused variable warning in bpf_for()
Andrii Nakryiko
1
-3
/
+6
2023-03-10
selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...
Yonghong Song
1
-1
/
+1
2023-03-09
selftests/bpf: Improve error logs in XDP compliance test tool
Lorenzo Bianconi
1
-7
/
+16
2023-03-09
selftests/bpf: Use ifname instead of ifindex in XDP compliance test tool
Lorenzo Bianconi
1
-17
/
+27
2023-03-09
bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.h
Michael Weiß
2
-2
/
+2
2023-03-09
selftests/bpf: Fix flaky fib_lookup test
Martin KaFai Lau
1
-2
/
+10
2023-03-09
selftests/bpf: implement and test custom testmod_seq iterator
Andrii Nakryiko
5
-1
/
+169
2023-03-09
selftests/bpf: add number iterator tests
Andrii Nakryiko
2
-0
/
+291
2023-03-09
selftests/bpf: add iterators tests
Andrii Nakryiko
5
-0
/
+1325
2023-03-09
selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
Andrii Nakryiko
7
-10
/
+124
2023-03-09
bpf: implement numbers iterator
Andrii Nakryiko
5
-2
/
+95
2023-03-09
bpf: add support for open-coded iterator loops
Andrii Nakryiko
2
-8
/
+610
2023-03-09
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
3
-1
/
+117
2023-03-09
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
1
-33
/
+59
2023-03-08
selftests/bpf: Fix IMA test
Roberto Sassu
1
-8
/
+21
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
5
-5
/
+9
2023-03-08
net: microchip: sparx5: Add TC template support
Steen Hegelund
1
-7
/
+202
2023-03-08
net: microchip: sparx5: Add port keyset changing functionality
Steen Hegelund
2
-0
/
+276
2023-03-08
net: microchip: sparx5: Add TC template list to a port
Steen Hegelund
2
-0
/
+2
2023-03-08
net: microchip: sparx5: Provide rule count, key removal and keyset select
Steen Hegelund
2
-0
/
+72
[next]