summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+15
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-0/+9
2023-06-03bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott1-2/+6
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-42/+105
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann1-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+6
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko1-4/+5
2023-05-24bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2-13/+28
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko1-6/+5
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4
2023-05-20bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag2-14/+58
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao1-2/+9
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-17bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko1-3/+0
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-238/+750
2023-05-16bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao1-7/+4
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko1-6/+8
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky1-19/+22
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski1-1/+1
2023-05-14bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-05-12bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-05-07bpf: verifier: Accept dynptr mem as mem in helpersDaniel Rosenberg1-0/+4
2023-05-07bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg2-16/+31
2023-05-06bpf: Add bpf_task_under_cgroup() kfuncFeng Zhou1-0/+17
2023-05-05bpf: support precision propagation in the presence of subprogsAndrii Nakryiko1-20/+143
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