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-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
-1
/
+6
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
-28
/
+48
2022-12-04
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
-1
/
+2
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
-0
/
+18
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
-13
/
+46
2022-12-01
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
-1
/
+1
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
-7
/
+4
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
-3
/
+14
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
-574
/
+2398
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
-6
/
+13
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
-29
/
+148
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
-2
/
+11
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
-1
/
+20
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
-9
/
+5
2022-11-24
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
-0
/
+5
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
-5
/
+5
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
-0
/
+20
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
-3
/
+80
2022-11-21
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
-1
/
+1
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
-0
/
+14
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
-4
/
+8
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
-2
/
+24
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
-0
/
+48
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
-1
/
+19
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
-2
/
+3
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
-3
/
+75
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
-12
/
+65
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
-11
/
+8
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
-0
/
+22
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
-1
/
+57
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
-9
/
+321
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
-9
/
+12
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
-11
/
+66
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
-15
/
+150
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
-14
/
+43
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
-386
/
+539
2022-11-17
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
-5
/
+0
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
-13
/
+28
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
-25
/
+67
2022-11-17
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
-0
/
+75
2022-11-17
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
-18
/
+183
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
-2
/
+28
2022-11-17
bpf: Populate field_offs for inner_map_meta
Kumar Kartikeya Dwivedi
-12
/
+32
2022-11-17
bpf: Free inner_map_meta when btf_record_dup fails
Kumar Kartikeya Dwivedi
-1
/
+3
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
-6
/
+14
2022-11-17
bpf: Fix early return in map_check_btf
Kumar Kartikeya Dwivedi
-1
/
+1
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-37
/
+28
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-2
/
+2
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
-18
/
+14
[prev]
[next]