summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-07-19tcp: drop SYN+FIN messagesEric Dumazet
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-27tcp: 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-11-11tcp: properly update lost_cnt_hint during shiftingYan, Zheng
2011-10-03tcp: fix validation of D-SACKZheng Yan
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
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-20tcp: Fix race in tcp_pollTom Marshall
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker
2010-08-07tcp: no md5sig option size check bugDmitry Popov
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches