aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-17tcp: sack lost marking fixesIlpo Järvinen
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner