summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2016-08-22tcp: make challenge acks less predictableEric Dumazet
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-03-27tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet
2012-05-20tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-20tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-05-11tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-05-11tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-18tcp: fix validation of D-SACKZheng Yan
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller
2011-03-22tcp: avoid cwnd moderation in undoYuchung Cheng
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-14tcp: fix RTT for quick packets in congestion controlstephen hemminger
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng