summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-211-1/+1
* Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov2023-03-131-1/+10
|\
| * bpf: Allow reads from uninit stackEduard Zingerman2023-02-221-1/+10
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-0/+1
|\ \
| * | btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-061-0/+1
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-4/+4
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-4/+4
* | | bpf: add missing header file includeLinus Torvalds2023-02-221-0/+1
| |/ |/|
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2118-581/+2816
|\ \
| * | bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-02-171-2/+11
| * | bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao2023-02-152-3/+3
| * | bpf: BPF_ST with variable offset should preserve STACK_ZERO marksEduard Zingerman2023-02-151-1/+3
| * | bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2023-02-151-2/+16
| * | bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2023-02-132-12/+55
| * | bpf: Add callback validation to kfunc verifier logicDave Marchevsky2023-02-131-5/+129
| * | bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky2023-02-131-35/+203
| * | bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky2023-02-132-1/+67
| * | bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-134-66/+169
| * | bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-131-49/+119
| * | bpf: allow to disable bpf prog memory accountingYafang Shao2023-02-101-6/+7
| * | bpf: allow to disable bpf map memory accountingYafang Shao2023-02-102-3/+5
| * | bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao2023-02-102-2/+17
| * | Daniel Borkmann says:Jakub Kicinski2023-02-1011-78/+522
| |\ \
| | * | bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-021-3/+13
| | * | bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser2023-02-022-18/+7
| | * | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-022-49/+49
| | * | bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-281-1/+15
| | * | bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich2023-01-285-7/+435
| | * | bpf: Build-time assert that cpumask offset is zeroDavid Vernet2023-01-281-0/+3
| * | | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-024-11/+21
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-287-247/+1399
| |\ \ \
| | * | | bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+1
| | * | | bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet2023-01-251-2/+3
| | * | | bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet2023-01-251-0/+208
| | * | | bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2023-01-252-0/+269
| | * | | bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-251-0/+6
| | * | | bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2023-01-242-1/+90
| | * | | bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-242-3/+90
| | * | | bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen2023-01-233-32/+92
| | * | | bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-233-1/+76
| | * | | bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-233-30/+78
| | * | | bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev2023-01-231-105/+117
| | * | | bpf: Move offload initialization into late_initcallStanislav Fomichev2023-01-231-15/+7
| | * | | bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-234-24/+24
| | * | | bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi2023-01-201-13/+11
| | * | | bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi2023-01-201-42/+33
| | * | | bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi2023-01-201-8/+26
| | * | | bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-201-12/+62
| | * | | bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi2023-01-201-0/+88