summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28tcp: fix false undo corner casesYuchung Cheng1-4/+4
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-06-27tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-21tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet1-17/+15
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet1-1/+30
2012-10-02tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-05-03tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet1-1/+1
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell1-1/+1
2012-04-18tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-06netdma: adding alignment check for NETDMA opsDave Jiang1-1/+1
2012-03-20tcp: reduce out_of_order memory useEric Dumazet1-1/+18
2012-03-20tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-13net: ipv4: Standardize prefixes for message loggingJoe Perches1-0/+2
2012-03-12net: 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-29tcp: 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-23tcp: detect loss above high_seq in recoveryYuchung Cheng1-26/+15
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-3/+3
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa1-6/+6
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-11-28tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell1-1/+2
2011-11-28tcp: allow undo from reordered DSACKsNeal Cardwell1-13/+2
2011-11-28tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell1-3/+7
2011-11-28tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell1-0/+4
2011-11-28tcp: 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-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