summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-10bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko
2023-10-06bpf: Fix a erroneous check after snprintf()Christophe JAILLET
2023-10-06bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman
2023-10-06bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-23bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky
2023-09-19bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-09-19bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau
2023-09-19bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau
2023-09-19bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior
2023-09-19bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior
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-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-07-18bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-18bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-05bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi
2023-07-03bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-19bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-06-19bpf: Inline map creation logic in map_create() functionAndrii Nakryiko
2023-06-19bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko
2023-06-16bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior
2023-06-13bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-06-13bpf: ensure main program has an extableKrister Johansen
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann