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