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
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
-4
/
+261
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
-1
/
+18
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
-14
/
+141
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
-2
/
+16
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
-30
/
+50
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
-45
/
+22
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
-31
/
+31
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
-0
/
+4
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
-2
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
-0
/
+18
2023-02-22
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
-2
/
+2
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
-3
/
+3
2023-02-22
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
-14
/
+14
2023-02-22
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
-3
/
+20
2023-02-22
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
-2
/
+0
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
-3
/
+13
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
-1
/
+10
2023-02-22
bpf: add missing header file include
Linus Torvalds
-0
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-581
/
+2816
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
-2
/
+0
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+4
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
-2
/
+11
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
-3
/
+3
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
-2
/
+16
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
-12
/
+55
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
-5
/
+129
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
-35
/
+203
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
-1
/
+67
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
-66
/
+169
2023-02-13
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
-49
/
+119
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
-6
/
+7
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
-3
/
+5
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
-2
/
+17
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
-78
/
+522
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-4
/
+4
2023-02-02
bpf: devmap: check XDP features in __xdp_enqueue routine
Lorenzo Bianconi
-3
/
+13
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
-18
/
+7
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+21
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
-49
/
+49
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
-1
/
+15
2023-01-28
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
-7
/
+435
2023-01-28
bpf: Build-time assert that cpumask offset is zero
David Vernet
-0
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-247
/
+1399
2023-01-26
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
-1
/
+0
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
-1
/
+1
2023-01-25
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
-2
/
+3
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
-0
/
+208
[prev]
[next]