aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen1-14/+3
2025-07-07bpf: Fix aux usage after do_check_insn()Luis Gerhorst1-5/+14
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi1-2/+2
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi1-1/+3
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman2-4/+18
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman2-5/+39
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman2-0/+11
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman1-20/+39
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song1-18/+18
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song1-98/+92
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song1-2/+2
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon1-2/+2
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi1-0/+23
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi1-1/+19
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi1-0/+48
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-0/+33
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi2-3/+13
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi1-0/+47
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi6-1/+511
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi1-15/+11
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-1/+8
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai1-0/+47
2025-07-02bpf: Avoid warning on multiple referenced args in callPaul Chaignon1-4/+4
2025-07-02bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTEDEduard Zingerman1-1/+1
2025-07-02bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon1-109/+102
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman1-1/+1
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik1-3/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsAlexei Starovoitov2-0/+8
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov4-7/+10
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik1-0/+382
2025-06-25bpf: add btf_type_is_i{32,64} helpersAnton Protopopov4-38/+31
2025-06-25bpf: allow void* cast using bpf_rdonly_cast()Eduard Zingerman1-12/+61
2025-06-25bpf: add bpf_features enumEduard Zingerman1-0/+6
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-1/+21
2025-06-24bpf, verifier: Improve precision for BPF_ADD and BPF_SUBHarishankar Vishwanathan1-20/+56
2025-06-23bpf: Specify access type of bpf_sysctl_get_name argsJerome Marchand1-1/+1
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong1-18/+23
2025-06-23bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-06-17bpf: Get rid of redundant 3rd argument of prepare_seq_file()Al Viro1-6/+5
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu1-3/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-2/+2
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst1-26/+10
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman1-0/+1
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman2-41/+43
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu1-1/+1