summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)Author
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-21bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan
2024-10-16bpf: Add bpf_task_from_vpid() kfuncJuntong Deng
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim
2024-10-03bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-08-29bpf: Export bpf_base_func_protoMartin KaFai Lau
2024-08-23bpf: Add bpf_copy_from_user_str kfuncJordan Rome
2024-08-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman
2024-08-22bpf: Fix percpu address space issuesUros Bizjak
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce
2024-08-19bpf: Enable generic kfuncs for BPF_CGROUP_* programsMatteo Croce
2024-07-29bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-10bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi
2024-07-10bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-08bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires
2024-06-13bpf: Fix bpf_dynptr documentation commentsDaniel Xu
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-05-29bpf: Add bits iteratorYafang Shao
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-27bpf: fix warning for crash_kexecHari Bathini
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski