summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-10-13bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann
2023-10-06bpf: Annotate struct bpf_stack_map with __counted_byKees Cook
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko
2023-09-19bpf: Remove unused variables.Alexei Starovoitov
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov