summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-27tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet1-17/+15
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet1-1/+30
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet1-1/+1
2012-05-21tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-05-11tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-05-11tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-01tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-03-01tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-03-01tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-54/+56
2011-10-21tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-21tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15
2011-10-20tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet1-5/+3
2011-10-14net: more accurate skb truesizeEric Dumazet1-7/+7
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+1
2011-10-05tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet1-2/+2
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet1-1/+1
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-19tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-08-25Proportional Rate Reduction for TCP.Nandita Dukkipati1-6/+52
2011-06-09tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-21/+25
2011-03-23tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller1-6/+6
2011-03-23tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-03-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-15tcp: fix RTT for quick packets in congestion controlstephen hemminger1-1/+1
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng1-2/+3
2011-02-03tcp: Increase the initial congestion window to 10.David S. Miller1-1/+1
2011-01-26TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-9/+13
2010-11-10net: avoid limits overflowEric Dumazet1-4/+7
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2