summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-09-13bpf: Fix issue in verifying allow_ptr_leaksYafang Shao
2023-09-13bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi
2023-09-13bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song
2023-09-13bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee
2023-09-13bpf: Fix an error in verifying a field in a unionYafang Shao
2023-09-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao
2023-08-11bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-08-11bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-08-11bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-08-11bpf: Inline map creation logic in map_create() functionAndrii Nakryiko
2023-08-11bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-27bpf: Silence a warning in btf_type_id_size()Yonghong Song
2023-07-27bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest
2023-06-13bpf: ensure main program has an extableKrister Johansen
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao
2023-04-24bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal