summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-03-06CHROMIUM: tcp: Avoid merging segments on the OOO queue into a cloned SKBSteve Lin
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2012-10-02tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell
2012-04-17tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang
2012-03-19tcp: reduce out_of_order memory useEric Dumazet
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell
2012-02-28tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller