summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-05-05bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko1-3/+13
2023-05-05bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko1-30/+35
2023-05-05bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko1-47/+53
2023-05-05bpf: improve precision backtrack loggingAndrii Nakryiko1-7/+65
2023-05-05bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko1-67/+182
2023-05-05bpf: mark relevant stack slots scratched for register read instructionsAndrii Nakryiko1-0/+3
2023-05-03bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee1-1/+2
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-27bpf: Add bpf_dynptr_cloneJoanne Koong2-20/+97
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong1-3/+12
2023-04-27bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonlyJoanne Koong1-4/+19
2023-04-27bpf: Add bpf_dynptr_adjustJoanne Koong1-0/+26
2023-04-27Merge 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-25Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+15
2023-04-25bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao1-0/+4
2023-04-25bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky1-1/+4
2023-04-22Merge 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-21bpf: switch to fdget_raw()Al Viro1-23/+15
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2023-04-20bpf: 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-18bpf: 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
2023-04-16bpf: Centralize btf_field-specific initialization logicDave Marchevsky1-8/+6
2023-04-16bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky3-23/+9
2023-04-16bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky2-40/+103
2023-04-16bpf: Add bpf_refcount_acquire kfuncDave Marchevsky2-11/+78
2023-04-16bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky1-8/+13
2023-04-16bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky2-2/+16
2023-04-16bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky4-103/+24
2023-04-14bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich2-40/+94
2023-04-14bpf: Add preempt_count_{sub,add} into btf id deny listYafang1-0/+4
2023-04-14Daniel Borkmann says:Jakub Kicinski26-786/+2246
2023-04-12bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet1-32/+0
2023-04-12bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet1-3/+2
2023-04-12bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov1-0/+3
2023-04-11bpf/btf: Fix is_int_ptr()Feng Zhou1-6/+2
2023-04-11bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko1-17/+25
2023-04-11bpf: Simplify internal verifier log interfaceAndrii Nakryiko3-65/+87
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko3-23/+33
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko1-21/+46
2023-04-11bpf: Simplify logging-related error conditions handlingAndrii Nakryiko3-6/+6
2023-04-11bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko1-1/+1