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-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-14bpf: Remove unnecessary type castingsYu Zhe
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov
2021-11-02bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao
2021-11-02bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-08-26bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-06bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau
2020-03-05bpf: Refactor trampoline update codeKP Singh
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau