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
*
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
|
*
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
2024-02-13
1
-2
/
+2
|
*
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-02-01
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-02-19
1
-1
/
+4
*
|
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-25
1
-3
/
+3
*
|
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-23
1
-0
/
+1
|
/
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-3
/
+3
*
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
2023-12-16
1
-1
/
+1
*
bpf: Fix dtor CFI
Peter Zijlstra
2023-12-16
1
-2
/
+14
*
bpf: xdp: Register generic_kfunc_set with XDP programs
Daniel Xu
2023-12-15
1
-0
/
+1
*
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-3
/
+3
*
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
2023-12-05
1
-5
/
+8
*
bpf: Add a new kfunc for cgroup1 hierarchy
Yafang Shao
2023-11-14
1
-0
/
+20
*
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
Dave Marchevsky
2023-11-10
1
-4
/
+1
*
bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
Dave Marchevsky
2023-11-10
1
-1
/
+1
*
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2023-11-10
1
-0
/
+19
*
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2023-11-02
1
-9
/
+16
*
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-02
1
-4
/
+2
*
bpf: fix compilation error without CGROUPS
Matthieu Baerts
2023-11-02
1
-3
/
+5
*
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
1
-8
/
+14
*
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-20
1
-2
/
+0
*
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-20
1
-2
/
+2
*
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
2023-10-20
1
-0
/
+3
*
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
2023-10-17
1
-1
/
+6
*
bpf: Introduce task_vma open-coded iterator kfuncs
Dave Marchevsky
2023-10-14
1
-0
/
+3
*
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
2023-10-09
1
-1
/
+4
[next]