index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-581
/
+2816
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-2
/
+0
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2023-02-17
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2
-3
/
+3
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
1
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-2
/
+16
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2
-12
/
+55
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
1
-5
/
+129
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
1
-35
/
+203
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2
-1
/
+67
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
4
-66
/
+169
2023-02-13
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
1
-49
/
+119
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
1
-6
/
+7
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
2
-3
/
+5
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2
-2
/
+17
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
11
-78
/
+522
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
1
-1
/
+1
2023-02-02
bpf: devmap: check XDP features in __xdp_enqueue routine
Lorenzo Bianconi
1
-3
/
+13
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2
-18
/
+7
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+21
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2
-49
/
+49
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
1
-1
/
+15
2023-01-28
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
5
-7
/
+435
2023-01-28
bpf: Build-time assert that cpumask offset is zero
David Vernet
1
-0
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-247
/
+1399
2023-01-26
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
1
-1
/
+0
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
1
-1
/
+1
2023-01-25
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
1
-2
/
+3
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
1
-0
/
+208
2023-01-25
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2
-0
/
+269
2023-01-25
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
1
-0
/
+6
2023-01-24
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2
-1
/
+90
2023-01-24
bpf: Enable annotating trusted nested pointers
David Vernet
2
-3
/
+90
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
3
-32
/
+92
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
3
-1
/
+76
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
3
-30
/
+78
2023-01-23
bpf: Reshuffle some parts of bpf/offload.c
Stanislav Fomichev
1
-105
/
+117
2023-01-23
bpf: Move offload initialization into late_initcall
Stanislav Fomichev
1
-15
/
+7
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
4
-24
/
+24
2023-01-20
bpf: Avoid recomputing spi in process_dynptr_func
Kumar Kartikeya Dwivedi
1
-13
/
+11
2023-01-20
bpf: Combine dynptr_get_spi and is_spi_bounds_valid
Kumar Kartikeya Dwivedi
1
-42
/
+33
2023-01-20
bpf: Allow reinitializing unreferenced dynptr stack slots
Kumar Kartikeya Dwivedi
1
-8
/
+26
2023-01-20
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-12
/
+62
2023-01-20
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
1
-0
/
+88
2023-01-20
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
1
-18
/
+66
2023-01-20
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
1
-4
/
+84
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-23
/
+18
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
[next]