summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24net: remove trailing space in messagesFrans Pop
2010-03-19tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte
2010-02-18net: TCP thin dupackAndreas Petlund
2010-02-10tcp: fix ICMP-RTO warDamian Lukowski
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches