summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_struct_ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai1-0/+3
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz1-4/+3
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-22/+49
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+3
2022-04-14bpf: Remove unnecessary type castingsYu Zhe1-2/+2
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov1-3/+3
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao1-0/+3
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao1-10/+19
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-2/+5
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-1/+21
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov1-1/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin1-16/+3
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-4/+2
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+11
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau1-3/+11
2020-03-04bpf: Refactor trampoline update codeKP Singh1-1/+9
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau1-3/+2
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-4/+10
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-2/+509
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-0/+121