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