index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
26
-786
/
+2246
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
1
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
1
-3
/
+2
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
1
-0
/
+3
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
1
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
3
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
3
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
1
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
3
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
1
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
3
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
3
-70
/
+87
2023-04-06
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
1
-1
/
+1
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-0
/
+12
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
2023-04-04
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
1
-3
/
+8
2023-04-04
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
1
-2
/
+37
2023-04-04
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
1
-4
/
+8
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
3
-8
/
+8
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2
-38
/
+29
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+2
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
1
-1
/
+1
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
1
-15
/
+2
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
1
-0
/
+2
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
1
-69
/
+0
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
2
-4
/
+8
2023-03-30
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
1
-0
/
+4
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
1
-15
/
+115
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
4
-12
/
+89
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
1
-9
/
+50
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2
-2
/
+2
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2
-9
/
+0
2023-03-25
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
1
-0
/
+3
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
2
-4
/
+4
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2
-1
/
+81
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2
-11
/
+155
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2
-35
/
+48
2023-03-22
bpf: remember meta->iter info only for initialized iters
Andrii Nakryiko
1
-7
/
+7
2023-03-22
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-3
/
+3
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
16
-89
/
+89
2023-03-22
bpf: Teach the verifier to recognize rdonly_mem as not null.
Alexei Starovoitov
1
-5
/
+9
2023-03-21
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
1
-1
/
+1
2023-03-17
bpf: Allow ld_imm64 instruction to point to kfunc.
Alexei Starovoitov
1
-6
/
+11
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-1
/
+1
[next]