tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
[linux-flexiantxendom0.git] / net / ipv4 / tcp_input.c
2012-03-19 Neal Cardwelltcp: don't fragment SACKed skbs in tcp_mark_head_lost()
2012-03-19 Neal Cardwelltcp: fix false reordering signal in tcp_shifted_skb
2012-03-01 Neal Cardwelltcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint...
2012-03-01 Neal Cardwelltcp: fix range tcp_shifted_skb() passes to tcp_sacktag_...
2012-03-01 Neal Cardwelltcp: allow tcp_sacktag_one() to tag ranges not aligned...
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
2009-03-16 Ilpo Järvinentcp: don't check mtu probe completion in the loop
2009-03-16 Ilpo Järvinentcp: consolidate paws check
2009-03-16 Ilpo Järvinentcp: kill dead end_seq variable in clean_rtx_queue
2009-03-16 Ilpo Järvinentcp: remove pointless .dsack/.num_sacks code
2009-03-03 Hantzis Fotistcp: tcp_init_wl / tcp_update_wl argument cleanup
2009-03-02 Ilpo Järvinentcp: kill eff_sacks "cache", the sole user can calculat...
2009-03-02 Ilpo Järvinentcp: separate timeout marking loop to it's own function
2009-03-02 Ilpo Järvinentcp: remove redundant code from tcp_mark_lost_retrans
2009-03-02 Ilpo Järvinentcp: fix lost_cnt_hint miscounts
2009-03-01 Ilpo Järvinentcp: fix retrans_out leaks
2009-01-06 Dan Williamsnet_dma: convert to dma_find_channel
2008-12-06 Ilpo Järvinentcp: share code through function, not through copy...
2008-12-06 Ilpo Järvinentcp: drop tcp_bound_rto, merge content of it tcp_set_rto
2008-12-06 Ilpo Järvinentcp: no need to pass prev skb around, reduces arg pressure
2008-12-06 Ilpo Järvinentcp: introduce struct tcp_sacktag_state to reduce arg...
2008-12-06 Ilpo Järvinentcp: make mtu probe failure to not break gso'ed skbs...
2008-12-06 Ilpo Järvinentcp: Fix thinko making the not-shiftable to cover S...
2008-12-06 Ilpo Järvinentcp: force mss equality with the next skb too.
2008-11-25 Ilpo Järvinentcp: tcp_limit_reno_sacked can become static
2008-11-25 Ilpo Järvinentcp: add some mibs to track collapsing
2008-11-25 Ilpo Järvinentcp: Make shifting not clear the hints
2008-11-25 Ilpo Järvinentcp: Try to restore large SKBs while SACK processing
2008-11-25 Ilpo Järvinentcp: make tcp_sacktag_one able to handle partial skb too
next