aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian1-2/+0
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet1-2/+2
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-1/+1
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-1/+1
2012-03-19tcp: reduce out_of_order memory useEric Dumazet1-1/+18
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-0/+2
2012-03-11net: Convert printks to pr_<level>Joe Perches1-4/+4
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-02-28tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng1-26/+15
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-3/+3
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa1-6/+6
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell1-1/+2
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell1-13/+2
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell1-3/+7
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell1-0/+4
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell1-4/+8
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-54/+56
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet1-5/+3
2011-10-13net: more accurate skb truesizeEric Dumazet1-7/+7
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+1
2011-10-04tcp: 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-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati1-6/+52
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-21/+25
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller1-6/+6
2011-03-22tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-14tcp: fix RTT for quick packets in congestion controlstephen hemminger1-1/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng1-2/+3
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-1/+1
2011-01-25TCP: 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