Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2022-01-19bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov
2021-11-16bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-02bpf: Factor out helpers for ctx access checkingHou Tao
2021-10-06bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-10-06bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi
2021-08-26bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-05-12bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau
2021-03-30bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau
2021-03-29bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau
2021-03-28bpf: tcp: Remove comma which is causing build errorAtul Gopinathan
2021-03-27bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau
2020-12-04bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-23bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-01-09bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau