index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
2024-05-06
net: create tcp_gro_lookup helper function
Felix Fietkau
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
2024-04-30
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-26
rstreason: prepare for active reset
Jason Xing
2024-04-25
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
2024-04-25
tcp: move tcp_skb_cb->sacked flags to enum
Philo Lu
2024-04-12
tcp: increase the default TCP scaling ratio
Hechao Li
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-18
mptcp: fix lockless access in subflow ULP diag
Paolo Abeni
2024-01-23
bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.
Kuniyuki Iwashima
2024-01-23
bpf: tcp: Support arbitrary SYN Cookie.
Kuniyuki Iwashima
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
Kuniyuki Iwashima
2024-01-23
tcp: Move tcp_ns_to_ts() to tcp.h
Kuniyuki Iwashima
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-04
net/tcp: Only produce AO/MD5 logs if there are any keys
Dmitry Safonov
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-05
tcp: fix mid stream window clamp.
Paolo Abeni
2023-11-29
tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()
Kuniyuki Iwashima
2023-11-29
tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
Kuniyuki Iwashima
2023-11-29
tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
Kuniyuki Iwashima
2023-11-29
tcp: Don't pass cookie to __cookie_v[46]_check().
Kuniyuki Iwashima
2023-10-27
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Add tcp_hash_fail() ratelimited logs
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
2023-10-27
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
net/tcp: Add AO sign to RST packets
Dmitry Safonov
2023-10-27
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
2023-10-27
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
2023-10-27
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
2023-10-25
tcp: define initial scaling factor value as a macro
Paolo Abeni
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
tcp: introduce TCP_PAWS_WRAP
Eric Dumazet
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
2023-10-23
tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
Eric Dumazet
[next]