aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12net: ipv4: Standardize prefixes for message loggingGravatar Joe Perches 1-0/+2
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-4/+4
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaGravatar Neal Cardwell 1-0/+4
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Gravatar Neal Cardwell 1-0/+1
2012-02-28tcp: fix false reordering signal in tcp_shifted_skbGravatar Neal Cardwell 1-8/+10
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKGravatar Neal Cardwell 1-0/+4
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Gravatar Neal Cardwell 1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsGravatar Neal Cardwell 1-14/+22
2012-01-22tcp: detect loss above high_seq in recoveryGravatar Yuchung Cheng 1-26/+15
2011-12-21tcp: Replace constants with #define macrosGravatar Vijay Subramanian 1-3/+3
2011-12-12foundations of per-cgroup memory pressure controlling.Gravatar Glauber Costa 1-6/+6
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-1/+1
2011-12-04tcp: drop SYN+FIN messagesGravatar Eric Dumazet 1-0/+2
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openGravatar Neal Cardwell 1-1/+2
2011-11-27tcp: allow undo from reordered DSACKsGravatar Neal Cardwell 1-13/+2
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaGravatar Neal Cardwell 1-3/+7
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Gravatar Neal Cardwell 1-0/+4
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Gravatar Neal Cardwell 1-4/+8
2011-10-21tcp: add const qualifiers where possibleGravatar Eric Dumazet 1-54/+56
2011-10-20tcp: remove unused tcp_fin() parametersGravatar Eric Dumazet 1-3/+3
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Gravatar Eric Dumazet 1-8/+15
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Gravatar Eric Dumazet 1-5/+3
2011-10-13net: more accurate skb truesizeGravatar Eric Dumazet 1-7/+7
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-3/+1
2011-10-04tcp: properly update lost_cnt_hint during shiftingGravatar Yan, Zheng 1-3/+1
2011-09-27tcp: rename tcp_skb_cb flagsGravatar Eric Dumazet 1-2/+2
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldGravatar Eric Dumazet 1-1/+1
2011-09-27tcp: ECN blackhole should not force quickack modeGravatar Eric Dumazet 1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-1/+1
2011-09-18tcp: fix validation of D-SACKGravatar Zheng Yan 1-1/+1
2011-08-24Proportional Rate Reduction for TCP.Gravatar Nandita Dukkipati 1-6/+52
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideGravatar Jerry Chu 1-21/+25
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.Gravatar David S. Miller 1-6/+6
2011-03-22tcp: avoid cwnd moderation in undoGravatar Yuchung Cheng 1-5/+7
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-03-14tcp: fix RTT for quick packets in congestion controlGravatar stephen hemminger 1-1/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+3
2011-02-21tcp: undo_retrans counter fixesGravatar Yuchung Cheng 1-2/+3
2011-02-02tcp: Increase the initial congestion window to 10.Gravatar David S. Miller 1-1/+1
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeGravatar Jerry Chu 1-1/+1
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Gravatar Jiri Kosina 1-17/+12
2010-12-09net: Abstract away all dst_entry metrics accesses.Gravatar David S. Miller 1-9/+13
2010-11-10net: avoid limits overflowGravatar Eric Dumazet 1-4/+7
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-2/+2
2010-10-17tcp: sack lost marking fixesGravatar Ilpo Järvinen 1-10/+14
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successGravatar John Heffner 1-1/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2010-09-29tcp: tcp_enter_quickack_mode can be staticGravatar stephen hemminger 1-1/+1
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostGravatar Yuchung Cheng 1-1/+2