summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-4/+119
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis1-0/+2
2025-03-15bpf/helpers: Introduce bpf_dynptr_copy kfuncMykyta Yatsenko1-0/+56
2025-03-15bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_writeMykyta Yatsenko1-4/+16
2025-02-20bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome1-0/+45
2025-02-18bpf: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-01-20bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao1-2/+16
2025-01-09bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao1-4/+0
2024-12-14bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh1-0/+4
2024-12-04bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi1-0/+17
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-10/+44
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim1-0/+3
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao1-3/+30
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao1-1/+9
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao1-6/+5
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-5/+5
2024-10-23bpf: Add MEM_WRITE attributeDaniel Borkmann1-5/+5
2024-10-22bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan1-0/+1
2024-10-16bpf: Add bpf_task_from_vpid() kfuncJuntong Deng1-0/+20
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim1-0/+1
2024-10-04bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman1-2/+2
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann1-0/+2
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann1-4/+0
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-08-30bpf: Export bpf_base_func_protoMartin KaFai Lau1-0/+1
2024-08-24bpf: Add bpf_copy_from_user_str kfuncJordan Rome1-0/+42
2024-08-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky1-2/+2
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky1-1/+1
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman1-1/+1
2024-08-22bpf: Fix percpu address space issuesUros Bizjak1-2/+2
2024-08-20bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce1-0/+23
2024-08-20bpf: Enable generic kfuncs for BPF_CGROUP_* programsMatteo Croce1-0/+1
2024-07-30bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman1-0/+1
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+82
2024-07-11bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi1-14/+47
2024-07-11bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi1-3/+35
2024-07-08bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires1-1/+1
2024-06-13bpf: Fix bpf_dynptr documentation commentsDaniel Xu1-2/+2
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-12/+27
2024-05-30bpf: Add bits iteratorYafang Shao1-0/+119
2024-04-25bpf: make common crypto API for TC/XDP programsVadim Fedorenko1-1/+1
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi1-0/+12
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov1-13/+5
2024-04-24bpf: add bpf_wq_startBenjamin Tissoires1-0/+18
2024-04-24bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires1-0/+15
2024-04-24bpf: wq: add bpf_wq_initBenjamin Tissoires1-2/+102
2024-04-24bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-0/+8
2024-04-24bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires1-17/+25
2024-04-24bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires1-11/+18