index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-11-01
bpf: Add open coded version of kmem_cache iterator
Namhyung Kim
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
2024-10-21
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
2024-10-03
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-13
bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
Daniel Borkmann
2024-09-13
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
2024-08-23
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2024-07-29
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-10
bpf: Defer work in bpf_timer_cancel_and_free
Kumar Kartikeya Dwivedi
2024-07-10
bpf: Fail bpf_timer_cancel when callback is being cancelled
Kumar Kartikeya Dwivedi
2024-07-08
bpf: helpers: fix bpf_wq_set_callback_impl signature
Benjamin Tissoires
2024-06-13
bpf: Fix bpf_dynptr documentation comments
Daniel Xu
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-05-29
bpf: Add bits iterator
Yafang Shao
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
2024-03-28
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-27
bpf: fix warning for crash_kexec
Hari Bathini
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]