summaryrefslogtreecommitdiffstats
path: root/net/ipv4/bpf_tcp_ca.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-3/+3
|\
| * bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-021-3/+3
* | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-151-0/+2
|/
* bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-8/+1
* bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-31/+3
* bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-051-1/+1
* bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-251-3/+38
* bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau2021-05-111-0/+2
* bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau2021-03-291-0/+2
* bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau2021-03-281-1/+1
* bpf: tcp: Remove comma which is causing build errorAtul Gopinathan2021-03-281-1/+1
* bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau2021-03-261-0/+41
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-1/+2
* bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-21/+2
* bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-14/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-0/+33
|\
| * bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau2020-03-231-0/+33
* | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-5/+2
|/
* bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+23
* bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-0/+230