summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Avoid unnecessary use of comma operator in verifierSimon Horman2023-12-211-1/+1
* bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann2023-12-211-2/+51
* bpf: Use c->unit_size to select target cache during freeHou Tao2023-12-201-94/+11
* bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko2023-12-202-0/+30
* bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko2023-12-202-7/+42
* bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko2023-12-201-80/+30
* bpf: move subprog call logic back to verifier.cAndrii Nakryiko2023-12-202-146/+146
* bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko2023-12-202-14/+9
* bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko2023-12-202-60/+15
* bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko2023-12-202-34/+47
* bpf: make the verifier tracks the "not equal" for regsMenglong Dong2023-12-201-1/+37
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-1910-766/+93
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1921-455/+1416
|\
| * bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko2023-12-181-18/+11
| * x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov2023-12-161-1/+1
| * bpf: Fix dtor CFIPeter Zijlstra2023-12-162-3/+21
| * x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-161-8/+8
| * x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-161-0/+25
| * bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu2023-12-151-0/+1
| * bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko2023-12-151-38/+211
| * bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2023-12-151-1/+5
| * bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao2023-12-141-1/+1
| * bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2023-12-142-4/+6
| * bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao2023-12-141-3/+7
| * bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski2023-12-141-0/+12
| * bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko2023-12-141-1/+9
| * bpf: Support uid and gid when mounting bpffsJie Jiang2023-12-141-1/+49
| * bpf: Comment on check_mem_size_regAndrei Matei2023-12-131-0/+6
| * bpf: Remove unused backtrack_state helper functionsYang Li2023-12-121-15/+0
| * bpf: tidy up exception callback management a bitAndrii Nakryiko2023-12-122-22/+41
| * bpf: emit more dynptr information in verifier logAndrii Nakryiko2023-12-121-9/+16
| * bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko2023-12-121-0/+4
| * bpf: Add bpf_cpumask_weight() kfuncDavid Vernet2023-12-101-0/+12
| * bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko2023-12-101-1/+0
| * bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2023-12-101-0/+6
| * bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao2023-12-101-2/+4
| * bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao2023-12-101-3/+3
| * bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao2023-12-101-1/+3
| * bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao2023-12-101-1/+0
| * bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao2023-12-091-3/+3
| * bpf: Minor cleanup around stack boundsAndrei Matei2023-12-081-2/+9
| * bpf: Fix accesses to uninit stack slotsAndrei Matei2023-12-081-39/+26
| * bpf: Guard stack limits against 32bit overflowAndrei Matei2023-12-071-3/+3
| * bpf: Fix verification of indirect var-off stack accessAndrei Matei2023-12-071-10/+4
| * bpf: Use arch_bpf_trampoline_sizeSong Liu2023-12-073-22/+42
| * bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-071-0/+6
| * bpf: Add helpers for trampoline image managementSong Liu2023-12-072-14/+44
| * bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu2023-12-071-2/+2
| * bpf: Let bpf_prog_pack_free handle any pointerSong Liu2023-12-072-15/+11
| * bpf,lsm: add BPF token LSM hooksAndrii Nakryiko2023-12-062-6/+16