index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
bpf_tcp_ca.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
bpf: Drop useless btf_vmlinux in bpf_tcp_ca
Geliang Tang
1
-2
/
+0
2023-04-05
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+1
2023-04-05
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
1
-3
/
+0
2023-03-29
bpf: allow a TCP CC to write app_limited
Yixin Shen
1
-0
/
+3
2023-03-23
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
1
-0
/
+6
2023-03-23
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
1
-2
/
+6
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
1
-1
/
+2
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
1
-1
/
+3
2022-11-15
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
1
-7
/
+6
2022-09-11
bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
Daniel Xu
1
-1
/
+1
2022-07-22
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
1
-9
/
+9
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-33
/
+0
2022-06-23
bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
Jörn-Thorben Hinz
1
-0
/
+6
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
1
-2
/
+4
2022-01-19
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
1
-9
/
+13
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-3
/
+3
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
1
-3
/
+3
2021-11-16
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
1
-0
/
+2
2021-11-02
bpf: Factor out helpers for ctx access checking
Hou Tao
1
-8
/
+1
2021-10-06
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
1
-31
/
+3
2021-10-06
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-08-26
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-3
/
+38
2021-05-12
bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
Martin KaFai Lau
1
-0
/
+2
2021-03-30
bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACE
Martin KaFai Lau
1
-0
/
+2
2021-03-29
bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids list
Martin KaFai Lau
1
-1
/
+1
2021-03-28
bpf: tcp: Remove comma which is causing build error
Atul Gopinathan
1
-1
/
+1
2021-03-27
bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc
Martin KaFai Lau
1
-0
/
+41
2020-12-04
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-1
/
+2
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-21
/
+2
2020-09-22
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-14
/
+5
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+33
2020-03-23
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
1
-0
/
+33
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-5
/
+2
2020-01-09
bpf: Add BPF_FUNC_tcp_send_ack helper
Martin KaFai Lau
1
-1
/
+23
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
1
-0
/
+230