summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-053-30/+25
|\
| * bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao2023-09-301-25/+19
| * bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann2023-09-301-0/+3
| * bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko2023-09-201-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-215-19/+123
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-165-19/+123
| |\
| | * bpf: Skip unit_size checking for global per-cpu allocatorHou Tao2023-09-151-0/+7
| | * bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap2023-09-121-6/+7
| | * bpf: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-121-1/+1
| | * bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman2023-09-121-5/+7
| | * bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-09-121-3/+18
| | * bpf: Ensure unit_size is matched with slab cache object sizeHou Tao2023-09-111-2/+31
| | * bpf: Don't prefill for unused bpf_mem_cacheHou Tao2023-09-111-2/+14
| | * bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao2023-09-111-0/+38
* | | bpf: Remove unused variables.Alexei Starovoitov2023-09-191-5/+1
* | | bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi2023-09-191-1/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-1710-168/+733
|\ \ \ | |/ / |/| |
| * | bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi2023-09-161-0/+4
| * | bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi2023-09-162-0/+7
| * | bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi2023-09-161-1/+5
| * | bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi2023-09-161-0/+6
| * | bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi2023-09-161-13/+24
| * | bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi2023-09-161-2/+13
| * | bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-162-16/+126
| * | bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi2023-09-161-28/+100
| * | bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-163-15/+141
| * | bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi2023-09-163-10/+40
| * | arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi2023-09-161-0/+9
| * | bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba2023-09-151-1/+8
| * | bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-151-1/+1
| * | bpf: make it easier to add new metadata kfuncStanislav Fomichev2023-09-151-4/+5
| * | bpf: Charge modmem for struct_ops trampolineSong Liu2023-09-151-4/+22
| * | bpf, x64: Fix tailcall infinite loopLeon Hwang2023-09-122-2/+5
| * | bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov2023-09-081-7/+4
| * | bpf: task_group_seq_get_next: kill next_taskOleg Nesterov2023-09-081-8/+6
| * | bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov2023-09-081-1/+1
| * | bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov2023-09-081-10/+2
| * | bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov2023-09-081-7/+0
| * | bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao2023-09-081-2/+7
| * | bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao2023-09-081-1/+6
| * | bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song2023-09-081-0/+20
| * | bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song2023-09-081-8/+51
| * | bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song2023-09-082-22/+106
| * | bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song2023-09-082-0/+9
| * | bpf: Add support for non-fix-size percpu mem allocationYonghong Song2023-09-082-11/+11
| |/
* | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-091-4/+4
|\ \ | |/ |/|
| * Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-081-4/+4
| |\
| | * bpf: make bpf_prog_pack allocator portablePuranjay Mohan2023-09-061-4/+4
* | | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-083-38/+18
|\ \ \
| * | | bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau2023-09-061-1/+1