summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi1-2/+19
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi1-5/+6
2023-07-27bpf: Silence a warning in btf_type_id_size()Yonghong Song1-9/+10
2023-07-27bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko1-3/+0
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee1-1/+2
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui1-16/+24
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi1-2/+3
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park1-4/+2
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman1-23/+68
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman1-0/+115
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-10/+24
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky1-2/+2
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky1-0/+3
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky1-19/+22
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao1-7/+4
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko1-30/+35
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko1-47/+53
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko1-7/+65
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko1-67/+182
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa1-0/+5
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-06-13bpf: ensure main program has an extableKrister Johansen1-2/+5
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy1-0/+3
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-0/+9
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott1-2/+6
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski1-1/+1
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-23/+23
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-1418/+3883
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+6
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+15
2023-04-24bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao1-0/+4
2023-04-24bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky1-1/+4
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-306/+375
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2-0/+9
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+6
2023-04-21bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev1-3/+6
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky1-1/+1
2023-04-21bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov1-5/+3
2023-04-20bpf: switch to fdget_raw()Al Viro1-23/+15
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2023-04-19bpf: support access variable length array of integer typeFeng Zhou1-3/+5
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song1-2/+7
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young1-1/+0
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet1-65/+0