Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / tcp_input.c
2012-05-03 Eric Dumazettcp: change tcp_adv_win_scale and tcp_rmem[2]
2012-04-30 Yuchung Chengtcp: fix infinite cwnd in tcp_complete_cwr()
2012-04-27 Neal Cardwelltcp: clean up use of jiffies in tcp_rcv_rtt_measure()
2012-04-18 Eric Dumazettcp: fix tcp_grow_window() for large incoming frames
2012-04-12 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-04-10 Linus TorvaldsMerge tag 'dmaengine-fixes' of git://git./linux/kernel...
2012-04-10 Neal Cardwelltcp: fix tcp_rcv_rtt_update() use of an unscaled RTT...
2012-04-05 Dave Jiangnetdma: adding alignment check for NETDMA ops
2012-03-19 Eric Dumazettcp: reduce out_of_order memory use
2012-03-19 Eric Dumazettcp: introduce tcp_data_queue_ofo
2012-03-13 Joe Perchesnet: ipv4: Standardize prefixes for message logging
2012-03-12 Joe Perchesnet: Convert printks to pr_<level>
2012-03-06 Neal Cardwelltcp: fix tcp_shift_skb_data() to not shift SACKed data...
2012-03-03 Neal Cardwelltcp: don't fragment SACKed skbs in tcp_mark_head_lost()
2012-02-28 Neal Cardwelltcp: fix false reordering signal in tcp_shifted_skb
2012-02-14 Neal Cardwelltcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint...
2012-02-13 Neal Cardwelltcp: fix range tcp_shifted_skb() passes to tcp_sacktag_...
2012-02-13 Neal Cardwelltcp: allow tcp_sacktag_one() to tag ranges not aligned...
2012-01-22 Yuchung Chengtcp: detect loss above high_seq in recovery
2011-12-21 Vijay Subramaniantcp: Replace constants with #define macros
2011-12-13 Glauber Costafoundations of per-cgroup memory pressure controlling.
2011-12-11 Eric Dumazetnet: use IS_ENABLED(CONFIG_IPV6)
2011-12-04 Eric Dumazettcp: drop SYN+FIN messages
2011-11-27 Neal Cardwelltcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open
2011-11-27 Neal Cardwelltcp: allow undo from reordered DSACKs
2011-11-27 Neal Cardwelltcp: use SACKs and DSACKs that arrive on ACKs below...
2011-11-27 Neal Cardwelltcp: use DSACKs that arrive when packets_out is 0
2011-11-27 Neal Cardwelltcp: make is_dupack a parameter to tcp_fastretrans_alert()
2011-10-21 Eric Dumazettcp: add const qualifiers where possible
2011-10-20 Eric Dumazettcp: remove unused tcp_fin() parameters
2011-10-20 Eric Dumazettcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()
2011-10-19 Eric Dumazettcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()
2011-10-13 Eric Dumazetnet: more accurate skb truesize
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-10-05 Yan, Zhengtcp: properly update lost_cnt_hint during shifting
2011-09-27 Eric Dumazettcp: rename tcp_skb_cb flags
2011-09-27 Eric Dumazettcp: unalias tcp_skb_cb flags and ip_dsfield
2011-09-27 Eric Dumazettcp: ECN blackhole should not force quickack mode
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-19 Zheng Yantcp: fix validation of D-SACK
2011-08-25 Nandita DukkipatiProportional Rate Reduction for TCP.
2011-06-09 Jerry Chutcp: RFC2988bis + taking RTT sample from 3WHS for the...
2011-03-23 David S. Millertcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.
2011-03-23 Yuchung Chengtcp: avoid cwnd moderation in undo
2011-03-15 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-14 stephen hemmingertcp: fix RTT for quick packets in congestion control
2011-03-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-02-21 Yuchung Chengtcp: undo_retrans counter fixes
2011-02-03 David S. Millertcp: Increase the initial congestion window to 10.
2011-01-25 Jerry ChuTCP: fix a bug that triggers large number of TCP RST...
2010-12-23 Jiri Kosinatcp: cleanup of cwnd initialization in tcp_init_metrics()
2010-12-09 David S. Millernet: Abstract away all dst_entry metrics accesses.
2010-11-10 Eric Dumazetnet: avoid limits overflow
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-18 Justin P. MattockUpdate broken web addresses in the kernel.
2010-10-17 Ilpo Järvinentcp: sack lost marking fixes
2010-10-07 John HeffnerTCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-30 stephen hemmingertcp: tcp_enter_quickack_mode can be static
2010-09-27 Yuchung Chengtcp: fix TSO FACK loss marking in tcp_mark_head_lost
2010-09-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-23 Eric Dumazetnet: return operator cleanup
2010-09-20 Tom Marshalltcp: Fix race in tcp_poll
2010-08-30 Gerrit Renkertcp/dccp: Consolidate common code for RFC 3390 conversion
2010-08-08 Dmitry Popovtcp: no md5sig option size check bug
2010-07-12 Eric Dumazetnet/ipv4: EXPORT_SYMBOL cleanups
2010-06-15 Changli Gaotcp: unify tcp flag macros
2010-06-01 Joe Perchesnet/ipv4/tcp_input.c: fix compilation breakage when...
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-04-28 Eric Dumazetnet: ip_queue_rcv_skb() helper
2010-04-13 Eric Dumazetnet: sk_dst_cache RCUification
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Frans Popnet: remove trailing space in messages
2010-03-20 Lennart Schultetcp: Fix tcp_mark_head_lost() with packets == 0
2010-02-18 Andreas Petlundnet: TCP thin dupack
2010-02-11 Damian Lukowskitcp: fix ICMP-RTO war
2009-12-16 David S. Millertcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
2009-12-09 Ilpo Järvinentcp: fix retrans_stamp advancing in error cases
2009-12-03 William Allen SimpsonTCPCT part 1g: Responder Cookie => Initiator
2009-11-23 Joe Perchesnet/ipv4: Move && and || to end of previous line
2009-11-14 William Allen Simpsonnet: TCP_MSS_DEFAULT, TCP_MSS_DESIRED
2009-11-05 Gilad Ben-Yosseftcp: Use defaults when no route options are available
2009-10-29 Gilad Ben-YossefAllow disabling of DSACK TCP option per route
2009-10-29 Gilad Ben-YossefAllow to turn off TCP window scale opt per route
2009-10-29 Gilad Ben-YossefAllow disabling TCP timestamp options per route
2009-10-29 Gilad Ben-YossefAdd the no SACK route option feature
2009-10-29 Gilad Ben-YossefAllow tcp_parse_options to consult dst entry
2009-10-28 Andreas Petlundnet: Corrected spelling error heurestics->heuristics
2009-09-15 Ilpo Järvinentcp: fix ssthresh u16 leftover
2009-09-01 Damian LukowskiRevert Backoff [v3]: Revert RTO on ICMP destination...
2009-05-29 Ilpo Järvinentcp: fix loop in ofo handling code and reduce its compl...
2009-05-29 David S. Millertcp: Use SKB queue and list helpers instead of doing...
2009-05-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-04 Satoru SATOHtcp: Fix tcp_prequeue() to get correct rto_min value
2009-05-04 Ilpo Järvinentcp: extend ECN sysctl to allow server-side only ECN
2009-04-14 Ilpo Järvinentcp: fix >2 iw selection
2009-03-23 John Dykstratcp: Discard segments that ack data not yet sent
2009-03-21 Ilpo Järvinennet/*: use linux/kernel.h swap()
2009-03-16 Ilpo Järvinentcp: simplify tcp_current_mss
next