index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
2024-07-05
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2024-07-04
tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.
Kuniyuki Iwashima
2024-06-28
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
2024-06-25
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
2024-06-25
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-06-17
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-25
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
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-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
2024-04-05
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
2024-02-28
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
2024-02-16
tcp: Spelling s/curcuit/circuit/
Geert Uytterhoeven
2024-02-15
tcp: no need to use acceptable for conn_request
Jason Xing
2024-01-29
net: tcp: accept old ack during closing
Menglong Dong
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-08
tcp: fix tcp_disordered_ack() vs usec TS resolution
Eric Dumazet
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-06
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
2023-12-06
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
2023-12-01
tcp: tcp_gro_dev_warn() cleanup
Eric Dumazet
2023-11-03
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
tcp: add tcp_rtt_tsopt_us()
Eric Dumazet
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
2023-10-23
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
2023-10-22
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-10
tcp: change data receiver flowlabel after one dup
David Morley
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-04
tcp: fix delayed ACKs for MSS boundary condition
Neal Cardwell
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
2023-09-16
tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
Aananth V
[next]