index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-12-21
bpf: Re-support uid and gid when mounting bpffs
Daniel Borkmann
-2
/
+51
2023-12-20
bpf: Use c->unit_size to select target cache during free
Hou Tao
-94
/
+11
2023-12-19
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
-0
/
+30
2023-12-19
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
-7
/
+42
2023-12-19
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
-80
/
+30
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
-146
/
+146
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
-14
/
+9
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
-60
/
+15
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
-34
/
+47
2023-12-19
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
-1
/
+37
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
-766
/
+93
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-455
/
+1416
2023-12-18
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
-18
/
+11
2023-12-15
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
-1
/
+1
2023-12-15
bpf: Fix dtor CFI
Peter Zijlstra
-3
/
+21
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
-8
/
+8
2023-12-15
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
-0
/
+25
2023-12-14
bpf: xdp: Register generic_kfunc_set with XDP programs
Daniel Xu
-0
/
+1
2023-12-14
bpf: support symbolic BPF FS delegation mount options
Andrii Nakryiko
-38
/
+211
2023-12-14
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
-1
/
+5
2023-12-13
bpf: Use GFP_KERNEL in bpf_event_entry_gen()
Hou Tao
-1
/
+1
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
-4
/
+6
2023-12-13
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
-3
/
+7
2023-12-13
bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
Matt Bobrowski
-0
/
+12
2023-12-13
bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
-1
/
+9
2023-12-13
bpf: Support uid and gid when mounting bpffs
Jie Jiang
-1
/
+49
2023-12-12
bpf: Comment on check_mem_size_reg
Andrei Matei
-0
/
+6
2023-12-12
bpf: Remove unused backtrack_state helper functions
Yang Li
-15
/
+0
2023-12-11
bpf: tidy up exception callback management a bit
Andrii Nakryiko
-22
/
+41
2023-12-11
bpf: emit more dynptr information in verifier log
Andrii Nakryiko
-9
/
+16
2023-12-11
bpf: log PTR_TO_MEM memory size in verifier log
Andrii Nakryiko
-0
/
+4
2023-12-09
bpf: Add bpf_cpumask_weight() kfunc
David Vernet
-0
/
+12
2023-12-09
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
-1
/
+0
2023-12-09
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
-0
/
+6
2023-12-09
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
-2
/
+4
2023-12-09
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
-3
/
+3
2023-12-09
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
-1
/
+3
2023-12-09
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
-1
/
+0
2023-12-08
bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case
Yafang Shao
-3
/
+3
2023-12-08
bpf: Minor cleanup around stack bounds
Andrei Matei
-2
/
+9
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
-39
/
+26
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-52
/
+18
2023-12-07
bpf: Guard stack limits against 32bit overflow
Andrei Matei
-3
/
+3
2023-12-07
bpf: Fix verification of indirect var-off stack access
Andrei Matei
-10
/
+4
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
-22
/
+42
2023-12-06
bpf: Add arch_bpf_trampoline_size()
Song Liu
-0
/
+6
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
-14
/
+44
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
-2
/
+2
2023-12-06
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
-15
/
+11
2023-12-06
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
-48
/
+10
[prev]
[next]