summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2024-03-05cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen-1/+1
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman-0/+3
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee-41/+89
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee-5/+6
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet-1/+1
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-241/+681
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook-10/+10
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires-4/+7
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires-6/+11
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires-0/+2
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+8
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee-0/+5
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao-0/+2
2024-02-19bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau-1/+4
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song-5/+13
2024-02-15bpf: improve duplicate source code line detectionAndrii Nakryiko-2/+15
2024-02-14bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko-5/+25
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko-3/+12
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko-0/+3
2024-02-13bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko-0/+15
2024-02-13bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko-15/+14
2024-02-13bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine-3/+0
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee-12/+234
2024-02-13bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee-28/+28
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee-1/+1
2024-02-13bpf: Fix warning for bpf_cpumask in verifierHari Bathini-0/+2
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song-2/+2
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu-2/+2
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver-39/+13
2024-02-08bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang-1/+3
2024-02-08bpf, btf: Add check_btf_kconfigs helperGeliang Tang-18/+15
2024-02-08bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang-4/+2
2024-02-07bpf: Merge two CONFIG_BPF entriesMasahiro Yamada-0/+1
2024-02-05bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi-2/+1
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi-3/+8
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee-12/+9
2024-02-02bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko-0/+6
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko-0/+1
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman-3/+69
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy-4/+11
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy-15/+1
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski-4/+2
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-8/+16
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko-0/+10
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko-13/+110
2024-01-29bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang-8/+8
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko-17/+4
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee-1/+6
2024-01-24bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko-38/+211
2024-01-24bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko-1/+9