index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
bpf_tcp_ca.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
2024-05-31
1
-3
/
+3
*
bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
Miao Xu
2024-05-03
1
-0
/
+3
*
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
2024-05-03
1
-1
/
+2
*
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-02-01
1
-2
/
+2
*
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-25
1
-1
/
+1
*
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-24
1
-3
/
+9
*
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-24
1
-1
/
+7
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-1
/
+1
*
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-16
1
-0
/
+69
*
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-1
/
+1
*
bpf: Drop useless btf_vmlinux in bpf_tcp_ca
Geliang Tang
2023-07-19
1
-2
/
+0
*
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-05
1
-2
/
+1
*
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-05
1
-3
/
+0
*
bpf: allow a TCP CC to write app_limited
Yixin Shen
2023-03-29
1
-0
/
+3
*
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-23
1
-0
/
+6
*
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-23
1
-2
/
+6
*
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
2023-01-25
1
-1
/
+2
*
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-1
/
+3
*
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-15
1
-7
/
+6
*
bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
Daniel Xu
2022-09-11
1
-1
/
+1
*
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-07-22
1
-9
/
+9
*
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
2022-06-23
1
-33
/
+0
*
bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
Jörn-Thorben Hinz
2022-06-23
1
-0
/
+6
*
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-27
1
-2
/
+4
*
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
1
-9
/
+13
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-11
1
-3
/
+3
|
\
|
*
bpf: Rename btf_member accessors.
Alexei Starovoitov
2021-12-02
1
-3
/
+3
*
|
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-11-16
1
-0
/
+2
|
/
*
bpf: Factor out helpers for ctx access checking
Hou Tao
2021-11-01
1
-8
/
+1
*
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
2021-10-06
1
-31
/
+3
*
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-06
1
-1
/
+1
*
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
2021-08-26
1
-3
/
+38
*
bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
Martin KaFai Lau
2021-05-11
1
-0
/
+2
*
bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACE
Martin KaFai Lau
2021-03-30
1
-0
/
+2
*
bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids list
Martin KaFai Lau
2021-03-29
1
-1
/
+1
*
bpf: tcp: Remove comma which is causing build error
Atul Gopinathan
2021-03-28
1
-1
/
+1
*
bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc
Martin KaFai Lau
2021-03-27
1
-0
/
+41
*
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-04
1
-1
/
+2
*
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
1
-21
/
+2
*
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-22
1
-14
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-31
1
-0
/
+33
|
\
|
*
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
2020-03-23
1
-0
/
+33
*
|
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
2020-03-17
1
-5
/
+2
|
/
*
bpf: Add BPF_FUNC_tcp_send_ack helper
Martin KaFai Lau
2020-01-09
1
-1
/
+23
*
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
2020-01-09
1
-0
/
+230