summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-08tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov
2023-12-01tcp: tcp_gro_dev_warn() cleanupEric Dumazet
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-04tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet
2023-07-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-06-22tcp: fix comment typoYueh-Shun Li
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-22tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16tcp: annotate data-race around queue->synflood_warnedEric Dumazet
2022-11-14tcp: Add listening address to SYN flood messageJamie Bainbridge