index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
1
-1
/
+1
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
1
-8
/
+6
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
1
-1
/
+7
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-17
/
+48
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
1
-0
/
+15
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
1
-8
/
+13
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
1
-1
/
+1
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
1
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
1
-3
/
+2
2023-04-06
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
1
-1
/
+1
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
1
-69
/
+0
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
1
-4
/
+7
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
1
-6
/
+0
2023-03-13
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
1
-1
/
+1
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
1
-3
/
+8
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
1
-0
/
+3
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
1
-2
/
+4
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
1
-2
/
+9
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
1
-0
/
+4
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
1
-4
/
+4
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
1
-16
/
+14
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
1
-0
/
+138
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
1
-1
/
+8
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
1
-14
/
+62
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
1
-2
/
+1
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
1
-0
/
+18
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
1
-0
/
+54
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
1
-0
/
+40
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
1
-19
/
+19
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
1
-2
/
+2
2022-12-19
bpf: Remove trace_printk_lock
Jiri Olsa
1
-12
/
+19
2022-12-19
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
1
-7
/
+9
2022-12-19
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
1
-11
/
+13
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
1
-2
/
+10
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
1
-9
/
+9
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
1
-1
/
+1
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
1
-1
/
+1
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
1
-28
/
+48
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
1
-0
/
+14
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
1
-0
/
+12
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
1
-0
/
+2
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
1
-1
/
+20
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
1
-5
/
+5
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
1
-0
/
+20
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
1
-3
/
+80
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
1
-0
/
+6
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
1
-0
/
+6
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
1
-1
/
+11
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
1
-2
/
+0
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
1
-3
/
+75
[next]