summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-053-30/+25
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-215-19/+123
| |\ \ \ \
| * | | | | 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-141-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 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-3/+2
|\ \ \ \ \ \
| * | | | | | bpf: convert to new timestamp accessorsJeff Layton2023-10-181-3/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-3/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-3/+1
| | |/ / / | |/| | |
* | | | | bpf: Fix verifier log for async callback return valuesDavid Vernet2023-10-091-3/+3
* | | | | bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer2023-10-061-5/+14
* | | | | bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann2023-10-062-11/+7
* | | | | bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann2023-10-061-1/+1
| |/ / / |/| | |
* | | | 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-291-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/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-111-5/+7
| * | bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-09-111-3/+18