summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing1-7/+12
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing1-1/+4
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven1-1/+1
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing1-4/+1
2024-01-30net: tcp: accept old ack during closingMenglong Dong1-7/+11
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+20
2023-12-09tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet1-2/+20
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2023-12-07tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-2/+3
2023-12-02tcp: tcp_gro_dev_warn() cleanupEric Dumazet1-18/+11
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet1-3/+4
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov1-14/+28
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-0/+28
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+15
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov1-10/+29
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-1/+4
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-3/+3
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-1/+1
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-1/+1
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley1-3/+11
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley1-0/+15
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+13
2023-10-05tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-2/+2
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+15
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-0/+8
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong1-1/+1
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong1-6/+12
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-1/+1
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet1-1/+1
2023-08-05tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima1-3/+2
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet1-5/+11
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-7/+12
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-06-23tcp: fix comment typoYueh-Shun Li1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-1/+1
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-2/+2
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima1-0/+2
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-2/+2
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-3/+3
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-1/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-24/+43