aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-08-061-1/+1
* tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet2013-11-281-1/+4
* tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-131-33/+32
* tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-101-5/+2
* tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-271-3/+3
* tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-201-2/+6
* tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-201-1/+2
* tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-161-18/+25
* tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-161-5/+10
* tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-161-1/+5
* tcp: implement RFC 5961 4.2Eric Dumazet2013-01-161-17/+15
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-161-1/+30
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-191-1/+3
* tcp: drop SYN+FIN messagesEric Dumazet2012-07-251-0/+2
* tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-201-1/+1
* tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng2012-05-201-3/+6
* tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-05-111-0/+1
* tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-05-111-2/+5
* tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell2012-03-191-0/+4
* tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell2012-03-191-0/+1
* tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell2012-03-191-8/+10
* tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell2012-02-291-0/+4
* tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell2012-02-291-9/+10
* tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell2012-02-291-14/+22
* tcp: add const qualifiers where possibleEric Dumazet2011-10-211-54/+56
* tcp: remove unused tcp_fin() parametersEric Dumazet2011-10-201-3/+3
* tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet2011-10-201-8/+15
* tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet2011-10-191-5/+3
* net: more accurate skb truesizeEric Dumazet2011-10-131-7/+7
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-3/+1
|\
| * tcp: properly update lost_cnt_hint during shiftingYan, Zheng2011-10-041-3/+1
* | tcp: rename tcp_skb_cb flagsEric Dumazet2011-09-271-2/+2
* | tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet2011-09-271-1/+1
* | tcp: ECN blackhole should not force quickack modeEric Dumazet2011-09-271-7/+16
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+1
|\ \ | |/
| * tcp: fix validation of D-SACKZheng Yan2011-09-181-1/+1
* | Proportional Rate Reduction for TCP.Nandita Dukkipati2011-08-241-6/+52
|/
* tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2011-06-081-21/+25
* tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller2011-03-221-6/+6
* tcp: avoid cwnd moderation in undoYuchung Cheng2011-03-221-5/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-1/+1
|\
| * tcp: fix RTT for quick packets in congestion controlstephen hemminger2011-03-141-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-2/+3
|\ \ | |/
| * tcp: undo_retrans counter fixesYuchung Cheng2011-02-211-2/+3
* | tcp: Increase the initial congestion window to 10.David S. Miller2011-02-021-1/+1
|/
* TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu2011-01-251-1/+1
* tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina2010-12-231-17/+12
* net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-9/+13
* net: avoid limits overflowEric Dumazet2010-11-101-4/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\