index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
13
-193
/
+1258
|
\
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-19
/
+67
|
*
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
|
*
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-23
/
+0
|
*
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
|
*
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
1
-42
/
+0
|
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-6
/
+40
|
*
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
2
-4
/
+66
|
*
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
|
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
2
-3
/
+7
|
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
|
*
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
1
-9
/
+22
|
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
2
-1
/
+481
|
*
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-02
1
-0
/
+6
|
*
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
1
-3
/
+1
|
*
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
|
*
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
2
-6
/
+6
|
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
|
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
|
*
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-26
1
-4
/
+6
|
*
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-26
1
-16
/
+16
|
*
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
2
-0
/
+287
|
*
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-25
1
-9
/
+33
|
*
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-24
1
-4
/
+4
|
*
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-24
2
-5
/
+5
|
*
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-24
2
-11
/
+46
|
*
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-24
2
-53
/
+98
|
*
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
2022-08-19
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
4
-9
/
+12
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-26
4
-9
/
+12
|
|
\
\
|
|
*
|
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
1
-6
/
+4
|
|
*
|
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-25
1
-0
/
+3
|
|
*
|
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
|
*
|
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-08-18
1
-1
/
+3
|
|
*
|
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-18
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-19
1
-1
/
+1
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
2022-08-18
1
-1
/
+1
|
|
/
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-18
14
-109
/
+157
|
\
\
|
|
/
|
/
|
|
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
8
-23
/
+22
|
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
6
-7
/
+7
|
*
bpf: Use bpf_map_area_free instread of kvfree
Yafang Shao
2022-08-10
1
-2
/
+2
|
*
bpf: Remove unneeded memset in queue_stack_map creation
Yafang Shao
2022-08-10
1
-2
/
+0
|
*
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
2022-08-10
1
-0
/
+18
|
*
bpf: add destructive kfunc flag
Artem Savkov
2022-08-10
1
-0
/
+5
|
*
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
2022-08-10
1
-18
/
+20
|
*
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
2022-08-09
1
-5
/
+4
|
*
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2022-08-09
2
-0
/
+15
|
*
bpf: Cleanup check_refcount_ok
Dave Marchevsky
2022-08-09
1
-45
/
+29
[next]