netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / tcp_output.c
2009-12-23 laurent chaveynet: Add rtnetlink init_rcvwnd to set the TCP initial...
2009-12-23 Krishna Kumartcp: Remove check in __tcp_push_pending_frames
2009-12-16 David S. Millertcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
2009-12-03 David S. Millertcp: sysctl_tcp_cookie_size needs to be exported to...
2009-12-03 David S. Millertcp: Fix warning on 64-bit.
2009-12-03 William Allen SimpsonTCPCT part 1g: Responder Cookie => Initiator
2009-12-03 William Allen SimpsonTCPCT part 1f: Initiator Cookie => Responder
2009-12-03 William Allen SimpsonTCPCT part 1c: sysctl_tcp_cookie_size, socket option...
2009-12-03 William Allen SimpsonTCPCT part 1a: add request_values parameter for sending...
2009-11-23 Joe Perchesnet/ipv4: Move && and || to end of previous line
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-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-01 Ori FinkelmanIPv4 TCP fails to send window scale option when window...
2009-09-03 Wu Fengguangtcp: replace hard coded GFP_KERNEL with sk_allocation
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-24 Andi KleenTCP: Add comments to (near) all functions in tcp_output...
2009-07-20 John Dykstratcp: Fix MD5 signature checking on IPv4 mapped sockets
2009-06-30 Herbert Xutcp: Stop non-TSO packets morphing into TSO
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-04 Ilpo Järvinentcp: extend ECN sysctl to allow server-side only ECN
2009-04-20 Ilpo Järvinentcp: fix mid-wq adjustment helper
2009-04-02 Ilpo Järvinentcp: miscounts due to tcp_fragment pcount reset
2009-04-02 Ilpo Järvinentcp: add helper for counter tweaking due mid-wq change
2009-03-16 Ilpo Järvinentcp: simplify tcp_current_mss
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: get rid of two unnecessary u16s in TCP skb flags...
2009-03-02 Ilpo Järvinentcp: kill eff_sacks "cache", the sole user can calculat...
2009-03-02 Ilpo Järvinentcp: drop unnecessary local var in collapse
2009-03-02 Ilpo Järvinentcp: fix corner case issue in segmentation during rexmi...
2009-03-02 Ilpo Järvinentcp: Don't clear hints when tcp_fragmenting
2009-03-02 Ilpo Järvinentcp: deferring in middle of queue makes very little...
2009-03-02 Ilpo Järvinentcp: don't backtrack to sacked skbs
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-22 Herbert Xutcp: Always set urgent pointer if it's beyond snd_nxt
2009-02-19 Ilpo Järvinentcp: remove obsoleted comment about different passes
2009-02-05 David S. MillerRevert "tcp: Always set urgent pointer if it's beyond...
2008-12-26 Herbert Xutcp: Always set urgent pointer if it's beyond snd_nxt
2008-12-06 Ilpo Järvinentcp: fix tso_should_defer in 64bit
2008-12-06 Ilpo Järvinentcp: use tcp_write_xmit also in tcp_push_one
2008-12-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-06 Ilpo Järvinentcp: move some parts from tcp_write_xmit
2008-12-04 Ilpo Järvinentcp: make urg+gso work for real this time
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-25 Ilpo Järvinentcp: move tcp_simple_retransmit to tcp_input
2008-11-25 Ilpo Järvinentcp: collapse more than two on retransmission
2008-11-22 Petr Tesariktcp: Do not use TSO/GSO when there is urgent data
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ip_sockglue.c tcp_output.c
2008-10-27 Florian Westphalsyncookies: fix inclusion of tcp options in syn-ack
2008-10-23 Ilpo Järvinentcp: Restore ordering of TCP options for the sake of...
2008-10-21 Ilpo Järvinentcp: should use number of sack blocks instead of -1
2008-10-07 Ilpo Järvinentcp: kill pointless urg_mode
2008-10-01 KOVACS Krisztiantcp: Port redirection support for TCP
2008-09-23 David S. Millertcp: Fix order of tests in tcp_retransmit_skb()
2008-09-21 Tom Quetchenbachtcp: advertise MSS requested by user
2008-09-21 Ilpo Järvinentcp: back retransmit_high when it over-estimated
2008-09-21 Ilpo Järvinentcp: don't clear retransmit_skb_hint when not necessary
2008-09-21 Ilpo Järvinentcp: remove retransmit_skb_hint clearing from failure
2008-09-21 Ilpo Järvinentcp: reorganize retransmit code loops
2008-09-21 Ilpo Järvinentcp: remove tp->lost_out guard to make joining diff...
2008-09-21 Ilpo Järvinentcp: Reorganize skb tagbit checks
2008-09-21 Ilpo Järvinentcp: remove obsolete validity concern
2008-09-21 Ilpo Järvinentcp: add tcp_can_forward_retransmit
2008-09-21 Ilpo Järvinentcp: convert retransmit_cnt_hint to seqno
2008-09-21 Ilpo Järvinentcp: Partial hint clearing has again become meaningless
2008-08-27 Philip Lovetcp: fix tcp header size miscalculation when window...
2008-07-22 David S. Millertcp: Fix bitmask test in tcp_syn_options()
2008-07-19 Adam Langleytcp: options clean up
2008-07-19 Adam Langleytcp: Fix MD5 signatures for non-linear skbs
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS
2008-07-03 Pavel Emelyanovtcp: de-bloat a bit with factoring NET_INC_STATS_BH out
2008-06-12 David S. MillerMerge branch 'net-next-2.6-misc-20080612a' of git:...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-11 YOSHIFUJI Hideakitcp md5sig: Remove redundant protocol argument.
2008-06-04 Sridhar Samudralatcp: Increment OUTRSTS in tcp_send_active_reset()
2008-05-21 Sridhar Samudralatcp: TCP connection times out if ICMP frag needed is...
2008-04-16 Ilpo Järvinen[TCP]: Remove superflushious skb == write_queue_tail...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-10 Florian Westphal[Syncookies]: Add support for TCP options via timestamps.
2008-04-08 Ilpo Järvinen[TCP]: tcp_simple_retransmit can cause S+L
2008-03-21 Peter P Waskiewicz Jr[NET]: Add per-connection option to set max TSO frame...
2008-03-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-20 Patrick McHardy[TCP]: Fix shrinking windows with window scaling
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-12 Ilpo Järvinen[TCP]: Prevent sending past receiver window with TSO...
2008-03-04 Glenn Griffin[TCP]: Add IPv6 support to TCP SYN cookies
2008-02-01 Adrian Bunk[TCP]: Unexport sysctl_tcp_tso_win_divisor
2008-01-28 Ilpo Järvinen[TCP]: Perform setting of common control fields in...
2008-01-28 Ilpo Järvinen[TCP]: Urgent parameter effect can be simplified.
2008-01-28 Ilpo Järvinen[TCP]: Remove unnecessary local variable
2008-01-28 Ilpo Järvinen[TCP]: Code duplication removal, added tcp_bound_to_hal...
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: reduce tcp_output's indentation levels a bit
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Rename update_send_head & include related increm...
next