summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
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
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima