summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski13-241/+681
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-10/+10
2024-02-23bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires1-4/+7
2024-02-23bpf: introduce in_sleepable() helperBenjamin Tissoires1-6/+11
2024-02-23bpf: allow more maps in sleepable bpf programsBenjamin Tissoires1-0/+2
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+8
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee1-0/+5
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao1-0/+2
2024-02-19bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+4
2024-02-16bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song1-5/+13
2024-02-16bpf: improve duplicate source code line detectionAndrii Nakryiko1-2/+15
2024-02-15bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko1-5/+25
2024-02-14bpf: emit source code file name and line number in verifier logAndrii Nakryiko1-3/+12
2024-02-14bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko1-0/+3
2024-02-14bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko1-0/+15
2024-02-14bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko2-15/+14
2024-02-14bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine1-3/+0
2024-02-14bpf: Create argument information for nullable arguments.Kui-Feng Lee3-12/+234
2024-02-14bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee2-28/+28
2024-02-14bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee1-1/+1
2024-02-13bpf: Fix warning for bpf_cpumask in verifierHari Bathini1-0/+2
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu1-2/+2
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver1-39/+13
2024-02-08bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang1-1/+3
2024-02-08bpf, btf: Add check_btf_kconfigs helperGeliang Tang1-18/+15
2024-02-08bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang1-4/+2
2024-02-08bpf: Merge two CONFIG_BPF entriesMasahiro Yamada1-0/+1
2024-02-06bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi1-2/+1
2024-02-06bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-3/+8
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee1-12/+9
2024-02-03bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko1-0/+6
2024-02-03bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko1-0/+1
2024-02-03bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman1-3/+69
2024-02-03bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-4/+11
2024-02-03bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-15/+1
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski1-4/+2
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu4-8/+16
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko1-0/+10
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko2-13/+110
2024-01-30bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang1-8/+8
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko1-17/+4
2024-01-26bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee2-1/+6
2024-01-25bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2024-01-25bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko1-1/+9
2024-01-25bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2-1/+15
2024-01-25bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-5/+5
2024-01-25bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-14/+16
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko3-9/+8