Merge remote-tracking branch 'stable/linux-3.0.y' into develop-3.0-jb
[firefly-linux-kernel-4.4.55.git] / net / ipv4 / tcp.c
1 /*
2  * INET         An implementation of the TCP/IP protocol suite for the LINUX
3  *              operating system.  INET is implemented using the  BSD Socket
4  *              interface as the means of communication with the user level.
5  *
6  *              Implementation of the Transmission Control Protocol(TCP).
7  *
8  * Authors:     Ross Biro
9  *              Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
10  *              Mark Evans, <evansmp@uhura.aston.ac.uk>
11  *              Corey Minyard <wf-rch!minyard@relay.EU.net>
12  *              Florian La Roche, <flla@stud.uni-sb.de>
13  *              Charles Hedrick, <hedrick@klinzhai.rutgers.edu>
14  *              Linus Torvalds, <torvalds@cs.helsinki.fi>
15  *              Alan Cox, <gw4pts@gw4pts.ampr.org>
16  *              Matthew Dillon, <dillon@apollo.west.oic.com>
17  *              Arnt Gulbrandsen, <agulbra@nvg.unit.no>
18  *              Jorge Cwik, <jorge@laser.satlink.net>
19  *
20  * Fixes:
21  *              Alan Cox        :       Numerous verify_area() calls
22  *              Alan Cox        :       Set the ACK bit on a reset
23  *              Alan Cox        :       Stopped it crashing if it closed while
24  *                                      sk->inuse=1 and was trying to connect
25  *                                      (tcp_err()).
26  *              Alan Cox        :       All icmp error handling was broken
27  *                                      pointers passed where wrong and the
28  *                                      socket was looked up backwards. Nobody
29  *                                      tested any icmp error code obviously.
30  *              Alan Cox        :       tcp_err() now handled properly. It
31  *                                      wakes people on errors. poll
32  *                                      behaves and the icmp error race
33  *                                      has gone by moving it into sock.c
34  *              Alan Cox        :       tcp_send_reset() fixed to work for
35  *                                      everything not just packets for
36  *                                      unknown sockets.
37  *              Alan Cox        :       tcp option processing.
38  *              Alan Cox        :       Reset tweaked (still not 100%) [Had
39  *                                      syn rule wrong]
40  *              Herp Rosmanith  :       More reset fixes
41  *              Alan Cox        :       No longer acks invalid rst frames.
42  *                                      Acking any kind of RST is right out.
43  *              Alan Cox        :       Sets an ignore me flag on an rst
44  *                                      receive otherwise odd bits of prattle
45  *                                      escape still
46  *              Alan Cox        :       Fixed another acking RST frame bug.
47  *                                      Should stop LAN workplace lockups.
48  *              Alan Cox        :       Some tidyups using the new skb list
49  *                                      facilities
50  *              Alan Cox        :       sk->keepopen now seems to work
51  *              Alan Cox        :       Pulls options out correctly on accepts
52  *              Alan Cox        :       Fixed assorted sk->rqueue->next errors
53  *              Alan Cox        :       PSH doesn't end a TCP read. Switched a
54  *                                      bit to skb ops.
55  *              Alan Cox        :       Tidied tcp_data to avoid a potential
56  *                                      nasty.
57  *              Alan Cox        :       Added some better commenting, as the
58  *                                      tcp is hard to follow
59  *              Alan Cox        :       Removed incorrect check for 20 * psh
60  *      Michael O'Reilly        :       ack < copied bug fix.
61  *      Johannes Stille         :       Misc tcp fixes (not all in yet).
62  *              Alan Cox        :       FIN with no memory -> CRASH
63  *              Alan Cox        :       Added socket option proto entries.
64  *                                      Also added awareness of them to accept.
65  *              Alan Cox        :       Added TCP options (SOL_TCP)
66  *              Alan Cox        :       Switched wakeup calls to callbacks,
67  *                                      so the kernel can layer network
68  *                                      sockets.
69  *              Alan Cox        :       Use ip_tos/ip_ttl settings.
70  *              Alan Cox        :       Handle FIN (more) properly (we hope).
71  *              Alan Cox        :       RST frames sent on unsynchronised
72  *                                      state ack error.
73  *              Alan Cox        :       Put in missing check for SYN bit.
74  *              Alan Cox        :       Added tcp_select_window() aka NET2E
75  *                                      window non shrink trick.
76  *              Alan Cox        :       Added a couple of small NET2E timer
77  *                                      fixes
78  *              Charles Hedrick :       TCP fixes
79  *              Toomas Tamm     :       TCP window fixes
80  *              Alan Cox        :       Small URG fix to rlogin ^C ack fight
81  *              Charles Hedrick :       Rewrote most of it to actually work
82  *              Linus           :       Rewrote tcp_read() and URG handling
83  *                                      completely
84  *              Gerhard Koerting:       Fixed some missing timer handling
85  *              Matthew Dillon  :       Reworked TCP machine states as per RFC
86  *              Gerhard Koerting:       PC/TCP workarounds
87  *              Adam Caldwell   :       Assorted timer/timing errors
88  *              Matthew Dillon  :       Fixed another RST bug
89  *              Alan Cox        :       Move to kernel side addressing changes.
90  *              Alan Cox        :       Beginning work on TCP fastpathing
91  *                                      (not yet usable)
92  *              Arnt Gulbrandsen:       Turbocharged tcp_check() routine.
93  *              Alan Cox        :       TCP fast path debugging
94  *              Alan Cox        :       Window clamping
95  *              Michael Riepe   :       Bug in tcp_check()
96  *              Matt Dillon     :       More TCP improvements and RST bug fixes
97  *              Matt Dillon     :       Yet more small nasties remove from the
98  *                                      TCP code (Be very nice to this man if
99  *                                      tcp finally works 100%) 8)
100  *              Alan Cox        :       BSD accept semantics.
101  *              Alan Cox        :       Reset on closedown bug.
102  *      Peter De Schrijver      :       ENOTCONN check missing in tcp_sendto().
103  *              Michael Pall    :       Handle poll() after URG properly in
104  *                                      all cases.
105  *              Michael Pall    :       Undo the last fix in tcp_read_urg()
106  *                                      (multi URG PUSH broke rlogin).
107  *              Michael Pall    :       Fix the multi URG PUSH problem in
108  *                                      tcp_readable(), poll() after URG
109  *                                      works now.
110  *              Michael Pall    :       recv(...,MSG_OOB) never blocks in the
111  *                                      BSD api.
112  *              Alan Cox        :       Changed the semantics of sk->socket to
113  *                                      fix a race and a signal problem with
114  *                                      accept() and async I/O.
115  *              Alan Cox        :       Relaxed the rules on tcp_sendto().
116  *              Yury Shevchuk   :       Really fixed accept() blocking problem.
117  *              Craig I. Hagan  :       Allow for BSD compatible TIME_WAIT for
118  *                                      clients/servers which listen in on
119  *                                      fixed ports.
120  *              Alan Cox        :       Cleaned the above up and shrank it to
121  *                                      a sensible code size.
122  *              Alan Cox        :       Self connect lockup fix.
123  *              Alan Cox        :       No connect to multicast.
124  *              Ross Biro       :       Close unaccepted children on master
125  *                                      socket close.
126  *              Alan Cox        :       Reset tracing code.
127  *              Alan Cox        :       Spurious resets on shutdown.
128  *              Alan Cox        :       Giant 15 minute/60 second timer error
129  *              Alan Cox        :       Small whoops in polling before an
130  *                                      accept.
131  *              Alan Cox        :       Kept the state trace facility since
132  *                                      it's handy for debugging.
133  *              Alan Cox        :       More reset handler fixes.
134  *              Alan Cox        :       Started rewriting the code based on
135  *                                      the RFC's for other useful protocol
136  *                                      references see: Comer, KA9Q NOS, and
137  *                                      for a reference on the difference
138  *                                      between specifications and how BSD
139  *                                      works see the 4.4lite source.
140  *              A.N.Kuznetsov   :       Don't time wait on completion of tidy
141  *                                      close.
142  *              Linus Torvalds  :       Fin/Shutdown & copied_seq changes.
143  *              Linus Torvalds  :       Fixed BSD port reuse to work first syn
144  *              Alan Cox        :       Reimplemented timers as per the RFC
145  *                                      and using multiple timers for sanity.
146  *              Alan Cox        :       Small bug fixes, and a lot of new
147  *                                      comments.
148  *              Alan Cox        :       Fixed dual reader crash by locking
149  *                                      the buffers (much like datagram.c)
150  *              Alan Cox        :       Fixed stuck sockets in probe. A probe
151  *                                      now gets fed up of retrying without
152  *                                      (even a no space) answer.
153  *              Alan Cox        :       Extracted closing code better
154  *              Alan Cox        :       Fixed the closing state machine to
155  *                                      resemble the RFC.
156  *              Alan Cox        :       More 'per spec' fixes.
157  *              Jorge Cwik      :       Even faster checksumming.
158  *              Alan Cox        :       tcp_data() doesn't ack illegal PSH
159  *                                      only frames. At least one pc tcp stack
160  *                                      generates them.
161  *              Alan Cox        :       Cache last socket.
162  *              Alan Cox        :       Per route irtt.
163  *              Matt Day        :       poll()->select() match BSD precisely on error
164  *              Alan Cox        :       New buffers
165  *              Marc Tamsky     :       Various sk->prot->retransmits and
166  *                                      sk->retransmits misupdating fixed.
167  *                                      Fixed tcp_write_timeout: stuck close,
168  *                                      and TCP syn retries gets used now.
169  *              Mark Yarvis     :       In tcp_read_wakeup(), don't send an
170  *                                      ack if state is TCP_CLOSED.
171  *              Alan Cox        :       Look up device on a retransmit - routes may
172  *                                      change. Doesn't yet cope with MSS shrink right
173  *                                      but it's a start!
174  *              Marc Tamsky     :       Closing in closing fixes.
175  *              Mike Shaver     :       RFC1122 verifications.
176  *              Alan Cox        :       rcv_saddr errors.
177  *              Alan Cox        :       Block double connect().
178  *              Alan Cox        :       Small hooks for enSKIP.
179  *              Alexey Kuznetsov:       Path MTU discovery.
180  *              Alan Cox        :       Support soft errors.
181  *              Alan Cox        :       Fix MTU discovery pathological case
182  *                                      when the remote claims no mtu!
183  *              Marc Tamsky     :       TCP_CLOSE fix.
184  *              Colin (G3TNE)   :       Send a reset on syn ack replies in
185  *                                      window but wrong (fixes NT lpd problems)
186  *              Pedro Roque     :       Better TCP window handling, delayed ack.
187  *              Joerg Reuter    :       No modification of locked buffers in
188  *                                      tcp_do_retransmit()
189  *              Eric Schenk     :       Changed receiver side silly window
190  *                                      avoidance algorithm to BSD style
191  *                                      algorithm. This doubles throughput
192  *                                      against machines running Solaris,
193  *                                      and seems to result in general
194  *                                      improvement.
195  *      Stefan Magdalinski      :       adjusted tcp_readable() to fix FIONREAD
196  *      Willy Konynenberg       :       Transparent proxying support.
197  *      Mike McLagan            :       Routing by source
198  *              Keith Owens     :       Do proper merging with partial SKB's in
199  *                                      tcp_do_sendmsg to avoid burstiness.
200  *              Eric Schenk     :       Fix fast close down bug with
201  *                                      shutdown() followed by close().
202  *              Andi Kleen      :       Make poll agree with SIGIO
203  *      Salvatore Sanfilippo    :       Support SO_LINGER with linger == 1 and
204  *                                      lingertime == 0 (RFC 793 ABORT Call)
205  *      Hirokazu Takahashi      :       Use copy_from_user() instead of
206  *                                      csum_and_copy_from_user() if possible.
207  *
208  *              This program is free software; you can redistribute it and/or
209  *              modify it under the terms of the GNU General Public License
210  *              as published by the Free Software Foundation; either version
211  *              2 of the License, or(at your option) any later version.
212  *
213  * Description of States:
214  *
215  *      TCP_SYN_SENT            sent a connection request, waiting for ack
216  *
217  *      TCP_SYN_RECV            received a connection request, sent ack,
218  *                              waiting for final ack in three-way handshake.
219  *
220  *      TCP_ESTABLISHED         connection established
221  *
222  *      TCP_FIN_WAIT1           our side has shutdown, waiting to complete
223  *                              transmission of remaining buffered data
224  *
225  *      TCP_FIN_WAIT2           all buffered data sent, waiting for remote
226  *                              to shutdown
227  *
228  *      TCP_CLOSING             both sides have shutdown but we still have
229  *                              data we have to finish sending
230  *
231  *      TCP_TIME_WAIT           timeout to catch resent junk before entering
232  *                              closed, can only be entered from FIN_WAIT2
233  *                              or CLOSING.  Required because the other end
234  *                              may not have gotten our last ACK causing it
235  *                              to retransmit the data packet (which we ignore)
236  *
237  *      TCP_CLOSE_WAIT          remote side has shutdown and is waiting for
238  *                              us to finish writing our data and to shutdown
239  *                              (we have to close() to move on to LAST_ACK)
240  *
241  *      TCP_LAST_ACK            out side has shutdown after remote has
242  *                              shutdown.  There may still be data in our
243  *                              buffer that we have to finish sending
244  *
245  *      TCP_CLOSE               socket is finished
246  */
247
248 #include <linux/kernel.h>
249 #include <linux/module.h>
250 #include <linux/types.h>
251 #include <linux/fcntl.h>
252 #include <linux/poll.h>
253 #include <linux/init.h>
254 #include <linux/fs.h>
255 #include <linux/skbuff.h>
256 #include <linux/scatterlist.h>
257 #include <linux/splice.h>
258 #include <linux/net.h>
259 #include <linux/socket.h>
260 #include <linux/random.h>
261 #include <linux/bootmem.h>
262 #include <linux/highmem.h>
263 #include <linux/swap.h>
264 #include <linux/cache.h>
265 #include <linux/err.h>
266 #include <linux/crypto.h>
267 #include <linux/time.h>
268 #include <linux/slab.h>
269 #include <linux/uid_stat.h>
270
271 #include <net/icmp.h>
272 #include <net/tcp.h>
273 #include <net/xfrm.h>
274 #include <net/ip.h>
275 #include <net/ip6_route.h>
276 #include <net/ipv6.h>
277 #include <net/transp_v6.h>
278 #include <net/netdma.h>
279 #include <net/sock.h>
280
281 #include <asm/uaccess.h>
282 #include <asm/ioctls.h>
283
284 int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT;
285
286 struct percpu_counter tcp_orphan_count;
287 EXPORT_SYMBOL_GPL(tcp_orphan_count);
288
289 long sysctl_tcp_mem[3] __read_mostly;
290 int sysctl_tcp_wmem[3] __read_mostly;
291 int sysctl_tcp_rmem[3] __read_mostly;
292
293 EXPORT_SYMBOL(sysctl_tcp_mem);
294 EXPORT_SYMBOL(sysctl_tcp_rmem);
295 EXPORT_SYMBOL(sysctl_tcp_wmem);
296
297 atomic_long_t tcp_memory_allocated;     /* Current allocated memory. */
298 EXPORT_SYMBOL(tcp_memory_allocated);
299
300 /*
301  * Current number of TCP sockets.
302  */
303 struct percpu_counter tcp_sockets_allocated;
304 EXPORT_SYMBOL(tcp_sockets_allocated);
305
306 /*
307  * TCP splice context
308  */
309 struct tcp_splice_state {
310         struct pipe_inode_info *pipe;
311         size_t len;
312         unsigned int flags;
313 };
314
315 /*
316  * Pressure flag: try to collapse.
317  * Technical note: it is used by multiple contexts non atomically.
318  * All the __sk_mem_schedule() is of this nature: accounting
319  * is strict, actions are advisory and have some latency.
320  */
321 int tcp_memory_pressure __read_mostly;
322 EXPORT_SYMBOL(tcp_memory_pressure);
323
324 void tcp_enter_memory_pressure(struct sock *sk)
325 {
326         if (!tcp_memory_pressure) {
327                 NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPMEMORYPRESSURES);
328                 tcp_memory_pressure = 1;
329         }
330 }
331 EXPORT_SYMBOL(tcp_enter_memory_pressure);
332
333 /* Convert seconds to retransmits based on initial and max timeout */
334 static u8 secs_to_retrans(int seconds, int timeout, int rto_max)
335 {
336         u8 res = 0;
337
338         if (seconds > 0) {
339                 int period = timeout;
340
341                 res = 1;
342                 while (seconds > period && res < 255) {
343                         res++;
344                         timeout <<= 1;
345                         if (timeout > rto_max)
346                                 timeout = rto_max;
347                         period += timeout;
348                 }
349         }
350         return res;
351 }
352
353 /* Convert retransmits to seconds based on initial and max timeout */
354 static int retrans_to_secs(u8 retrans, int timeout, int rto_max)
355 {
356         int period = 0;
357
358         if (retrans > 0) {
359                 period = timeout;
360                 while (--retrans) {
361                         timeout <<= 1;
362                         if (timeout > rto_max)
363                                 timeout = rto_max;
364                         period += timeout;
365                 }
366         }
367         return period;
368 }
369
370 /*
371  *      Wait for a TCP event.
372  *
373  *      Note that we don't need to lock the socket, as the upper poll layers
374  *      take care of normal races (between the test and the event) and we don't
375  *      go look at any of the socket buffers directly.
376  */
377 unsigned int tcp_poll(struct file *file, struct socket *sock, poll_table *wait)
378 {
379         unsigned int mask;
380         struct sock *sk = sock->sk;
381         struct tcp_sock *tp = tcp_sk(sk);
382
383         sock_poll_wait(file, sk_sleep(sk), wait);
384         if (sk->sk_state == TCP_LISTEN)
385                 return inet_csk_listen_poll(sk);
386
387         /* Socket is not locked. We are protected from async events
388          * by poll logic and correct handling of state changes
389          * made by other threads is impossible in any case.
390          */
391
392         mask = 0;
393
394         /*
395          * POLLHUP is certainly not done right. But poll() doesn't
396          * have a notion of HUP in just one direction, and for a
397          * socket the read side is more interesting.
398          *
399          * Some poll() documentation says that POLLHUP is incompatible
400          * with the POLLOUT/POLLWR flags, so somebody should check this
401          * all. But careful, it tends to be safer to return too many
402          * bits than too few, and you can easily break real applications
403          * if you don't tell them that something has hung up!
404          *
405          * Check-me.
406          *
407          * Check number 1. POLLHUP is _UNMASKABLE_ event (see UNIX98 and
408          * our fs/select.c). It means that after we received EOF,
409          * poll always returns immediately, making impossible poll() on write()
410          * in state CLOSE_WAIT. One solution is evident --- to set POLLHUP
411          * if and only if shutdown has been made in both directions.
412          * Actually, it is interesting to look how Solaris and DUX
413          * solve this dilemma. I would prefer, if POLLHUP were maskable,
414          * then we could set it on SND_SHUTDOWN. BTW examples given
415          * in Stevens' books assume exactly this behaviour, it explains
416          * why POLLHUP is incompatible with POLLOUT.    --ANK
417          *
418          * NOTE. Check for TCP_CLOSE is added. The goal is to prevent
419          * blocking on fresh not-connected or disconnected socket. --ANK
420          */
421         if (sk->sk_shutdown == SHUTDOWN_MASK || sk->sk_state == TCP_CLOSE)
422                 mask |= POLLHUP;
423         if (sk->sk_shutdown & RCV_SHUTDOWN)
424                 mask |= POLLIN | POLLRDNORM | POLLRDHUP;
425
426         /* Connected? */
427         if ((1 << sk->sk_state) & ~(TCPF_SYN_SENT | TCPF_SYN_RECV)) {
428                 int target = sock_rcvlowat(sk, 0, INT_MAX);
429
430                 if (tp->urg_seq == tp->copied_seq &&
431                     !sock_flag(sk, SOCK_URGINLINE) &&
432                     tp->urg_data)
433                         target++;
434
435                 /* Potential race condition. If read of tp below will
436                  * escape above sk->sk_state, we can be illegally awaken
437                  * in SYN_* states. */
438                 if (tp->rcv_nxt - tp->copied_seq >= target)
439                         mask |= POLLIN | POLLRDNORM;
440
441                 if (!(sk->sk_shutdown & SEND_SHUTDOWN)) {
442                         if (sk_stream_wspace(sk) >= sk_stream_min_wspace(sk)) {
443                                 mask |= POLLOUT | POLLWRNORM;
444                         } else {  /* send SIGIO later */
445                                 set_bit(SOCK_ASYNC_NOSPACE,
446                                         &sk->sk_socket->flags);
447                                 set_bit(SOCK_NOSPACE, &sk->sk_socket->flags);
448
449                                 /* Race breaker. If space is freed after
450                                  * wspace test but before the flags are set,
451                                  * IO signal will be lost.
452                                  */
453                                 if (sk_stream_wspace(sk) >= sk_stream_min_wspace(sk))
454                                         mask |= POLLOUT | POLLWRNORM;
455                         }
456                 } else
457                         mask |= POLLOUT | POLLWRNORM;
458
459                 if (tp->urg_data & TCP_URG_VALID)
460                         mask |= POLLPRI;
461         }
462         /* This barrier is coupled with smp_wmb() in tcp_reset() */
463         smp_rmb();
464         if (sk->sk_err)
465                 mask |= POLLERR;
466
467         return mask;
468 }
469 EXPORT_SYMBOL(tcp_poll);
470
471 int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg)
472 {
473         struct tcp_sock *tp = tcp_sk(sk);
474         int answ;
475
476         switch (cmd) {
477         case SIOCINQ:
478                 if (sk->sk_state == TCP_LISTEN)
479                         return -EINVAL;
480
481                 lock_sock(sk);
482                 if ((1 << sk->sk_state) & (TCPF_SYN_SENT | TCPF_SYN_RECV))
483                         answ = 0;
484                 else if (sock_flag(sk, SOCK_URGINLINE) ||
485                          !tp->urg_data ||
486                          before(tp->urg_seq, tp->copied_seq) ||
487                          !before(tp->urg_seq, tp->rcv_nxt)) {
488                         struct sk_buff *skb;
489
490                         answ = tp->rcv_nxt - tp->copied_seq;
491
492                         /* Subtract 1, if FIN is in queue. */
493                         skb = skb_peek_tail(&sk->sk_receive_queue);
494                         if (answ && skb)
495                                 answ -= tcp_hdr(skb)->fin;
496                 } else
497                         answ = tp->urg_seq - tp->copied_seq;
498                 release_sock(sk);
499                 break;
500         case SIOCATMARK:
501                 answ = tp->urg_data && tp->urg_seq == tp->copied_seq;
502                 break;
503         case SIOCOUTQ:
504                 if (sk->sk_state == TCP_LISTEN)
505                         return -EINVAL;
506
507                 if ((1 << sk->sk_state) & (TCPF_SYN_SENT | TCPF_SYN_RECV))
508                         answ = 0;
509                 else
510                         answ = tp->write_seq - tp->snd_una;
511                 break;
512         case SIOCOUTQNSD:
513                 if (sk->sk_state == TCP_LISTEN)
514                         return -EINVAL;
515
516                 if ((1 << sk->sk_state) & (TCPF_SYN_SENT | TCPF_SYN_RECV))
517                         answ = 0;
518                 else
519                         answ = tp->write_seq - tp->snd_nxt;
520                 break;
521         default:
522                 return -ENOIOCTLCMD;
523         }
524
525         return put_user(answ, (int __user *)arg);
526 }
527 EXPORT_SYMBOL(tcp_ioctl);
528
529 static inline void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb)
530 {
531         TCP_SKB_CB(skb)->flags |= TCPHDR_PSH;
532         tp->pushed_seq = tp->write_seq;
533 }
534
535 static inline int forced_push(struct tcp_sock *tp)
536 {
537         return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1));
538 }
539
540 static inline void skb_entail(struct sock *sk, struct sk_buff *skb)
541 {
542         struct tcp_sock *tp = tcp_sk(sk);
543         struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);
544
545         skb->csum    = 0;
546         tcb->seq     = tcb->end_seq = tp->write_seq;
547         tcb->flags   = TCPHDR_ACK;
548         tcb->sacked  = 0;
549         skb_header_release(skb);
550         tcp_add_write_queue_tail(sk, skb);
551         sk->sk_wmem_queued += skb->truesize;
552         sk_mem_charge(sk, skb->truesize);
553         if (tp->nonagle & TCP_NAGLE_PUSH)
554                 tp->nonagle &= ~TCP_NAGLE_PUSH;
555 }
556
557 static inline void tcp_mark_urg(struct tcp_sock *tp, int flags)
558 {
559         if (flags & MSG_OOB)
560                 tp->snd_up = tp->write_seq;
561 }
562
563 static inline void tcp_push(struct sock *sk, int flags, int mss_now,
564                             int nonagle)
565 {
566         if (tcp_send_head(sk)) {
567                 struct tcp_sock *tp = tcp_sk(sk);
568
569                 if (!(flags & MSG_MORE) || forced_push(tp))
570                         tcp_mark_push(tp, tcp_write_queue_tail(sk));
571
572                 tcp_mark_urg(tp, flags);
573                 __tcp_push_pending_frames(sk, mss_now,
574                                           (flags & MSG_MORE) ? TCP_NAGLE_CORK : nonagle);
575         }
576 }
577
578 static int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb,
579                                 unsigned int offset, size_t len)
580 {
581         struct tcp_splice_state *tss = rd_desc->arg.data;
582         int ret;
583
584         ret = skb_splice_bits(skb, offset, tss->pipe, min(rd_desc->count, len),
585                               tss->flags);
586         if (ret > 0)
587                 rd_desc->count -= ret;
588         return ret;
589 }
590
591 static int __tcp_splice_read(struct sock *sk, struct tcp_splice_state *tss)
592 {
593         /* Store TCP splice context information in read_descriptor_t. */
594         read_descriptor_t rd_desc = {
595                 .arg.data = tss,
596                 .count    = tss->len,
597         };
598
599         return tcp_read_sock(sk, &rd_desc, tcp_splice_data_recv);
600 }
601
602 /**
603  *  tcp_splice_read - splice data from TCP socket to a pipe
604  * @sock:       socket to splice from
605  * @ppos:       position (not valid)
606  * @pipe:       pipe to splice to
607  * @len:        number of bytes to splice
608  * @flags:      splice modifier flags
609  *
610  * Description:
611  *    Will read pages from given socket and fill them into a pipe.
612  *
613  **/
614 ssize_t tcp_splice_read(struct socket *sock, loff_t *ppos,
615                         struct pipe_inode_info *pipe, size_t len,
616                         unsigned int flags)
617 {
618         struct sock *sk = sock->sk;
619         struct tcp_splice_state tss = {
620                 .pipe = pipe,
621                 .len = len,
622                 .flags = flags,
623         };
624         long timeo;
625         ssize_t spliced;
626         int ret;
627
628         sock_rps_record_flow(sk);
629         /*
630          * We can't seek on a socket input
631          */
632         if (unlikely(*ppos))
633                 return -ESPIPE;
634
635         ret = spliced = 0;
636
637         lock_sock(sk);
638
639         timeo = sock_rcvtimeo(sk, sock->file->f_flags & O_NONBLOCK);
640         while (tss.len) {
641                 ret = __tcp_splice_read(sk, &tss);
642                 if (ret < 0)
643                         break;
644                 else if (!ret) {
645                         if (spliced)
646                                 break;
647                         if (sock_flag(sk, SOCK_DONE))
648                                 break;
649                         if (sk->sk_err) {
650                                 ret = sock_error(sk);
651                                 break;
652                         }
653                         if (sk->sk_shutdown & RCV_SHUTDOWN)
654                                 break;
655                         if (sk->sk_state == TCP_CLOSE) {
656                                 /*
657                                  * This occurs when user tries to read
658                                  * from never connected socket.
659                                  */
660                                 if (!sock_flag(sk, SOCK_DONE))
661                                         ret = -ENOTCONN;
662                                 break;
663                         }
664                         if (!timeo) {
665                                 ret = -EAGAIN;
666                                 break;
667                         }
668                         sk_wait_data(sk, &timeo);
669                         if (signal_pending(current)) {
670                                 ret = sock_intr_errno(timeo);
671                                 break;
672                         }
673                         continue;
674                 }
675                 tss.len -= ret;
676                 spliced += ret;
677
678                 if (!timeo)
679                         break;
680                 release_sock(sk);
681                 lock_sock(sk);
682
683                 if (sk->sk_err || sk->sk_state == TCP_CLOSE ||
684                     (sk->sk_shutdown & RCV_SHUTDOWN) ||
685                     signal_pending(current))
686                         break;
687         }
688
689         release_sock(sk);
690
691         if (spliced)
692                 return spliced;
693
694         return ret;
695 }
696 EXPORT_SYMBOL(tcp_splice_read);
697
698 struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp)
699 {
700         struct sk_buff *skb;
701
702         /* The TCP header must be at least 32-bit aligned.  */
703         size = ALIGN(size, 4);
704
705         skb = alloc_skb_fclone(size + sk->sk_prot->max_header, gfp);
706         if (skb) {
707                 if (sk_wmem_schedule(sk, skb->truesize)) {
708                         /*
709                          * Make sure that we have exactly size bytes
710                          * available to the caller, no more, no less.
711                          */
712                         skb_reserve(skb, skb_tailroom(skb) - size);
713                         return skb;
714                 }
715                 __kfree_skb(skb);
716         } else {
717                 sk->sk_prot->enter_memory_pressure(sk);
718                 sk_stream_moderate_sndbuf(sk);
719         }
720         return NULL;
721 }
722
723 static unsigned int tcp_xmit_size_goal(struct sock *sk, u32 mss_now,
724                                        int large_allowed)
725 {
726         struct tcp_sock *tp = tcp_sk(sk);
727         u32 xmit_size_goal, old_size_goal;
728
729         xmit_size_goal = mss_now;
730
731         if (large_allowed && sk_can_gso(sk)) {
732                 xmit_size_goal = ((sk->sk_gso_max_size - 1) -
733                                   inet_csk(sk)->icsk_af_ops->net_header_len -
734                                   inet_csk(sk)->icsk_ext_hdr_len -
735                                   tp->tcp_header_len);
736
737                 xmit_size_goal = tcp_bound_to_half_wnd(tp, xmit_size_goal);
738
739                 /* We try hard to avoid divides here */
740                 old_size_goal = tp->xmit_size_goal_segs * mss_now;
741
742                 if (likely(old_size_goal <= xmit_size_goal &&
743                            old_size_goal + mss_now > xmit_size_goal)) {
744                         xmit_size_goal = old_size_goal;
745                 } else {
746                         tp->xmit_size_goal_segs = xmit_size_goal / mss_now;
747                         xmit_size_goal = tp->xmit_size_goal_segs * mss_now;
748                 }
749         }
750
751         return max(xmit_size_goal, mss_now);
752 }
753
754 static int tcp_send_mss(struct sock *sk, int *size_goal, int flags)
755 {
756         int mss_now;
757
758         mss_now = tcp_current_mss(sk);
759         *size_goal = tcp_xmit_size_goal(sk, mss_now, !(flags & MSG_OOB));
760
761         return mss_now;
762 }
763
764 static ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int poffset,
765                          size_t psize, int flags)
766 {
767         struct tcp_sock *tp = tcp_sk(sk);
768         int mss_now, size_goal;
769         int err;
770         ssize_t copied;
771         long timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
772
773         /* Wait for a connection to finish. */
774         if ((1 << sk->sk_state) & ~(TCPF_ESTABLISHED | TCPF_CLOSE_WAIT))
775                 if ((err = sk_stream_wait_connect(sk, &timeo)) != 0)
776                         goto out_err;
777
778         clear_bit(SOCK_ASYNC_NOSPACE, &sk->sk_socket->flags);
779
780         mss_now = tcp_send_mss(sk, &size_goal, flags);
781         copied = 0;
782
783         err = -EPIPE;
784         if (sk->sk_err || (sk->sk_shutdown & SEND_SHUTDOWN))
785                 goto out_err;
786
787         while (psize > 0) {
788                 struct sk_buff *skb = tcp_write_queue_tail(sk);
789                 struct page *page = pages[poffset / PAGE_SIZE];
790                 int copy, i, can_coalesce;
791                 int offset = poffset % PAGE_SIZE;
792                 int size = min_t(size_t, psize, PAGE_SIZE - offset);
793
794                 if (!tcp_send_head(sk) || (copy = size_goal - skb->len) <= 0) {
795 new_segment:
796                         if (!sk_stream_memory_free(sk))
797                                 goto wait_for_sndbuf;
798
799                         skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation);
800                         if (!skb)
801                                 goto wait_for_memory;
802
803                         skb_entail(sk, skb);
804                         copy = size_goal;
805                 }
806
807                 if (copy > size)
808                         copy = size;
809
810                 i = skb_shinfo(skb)->nr_frags;
811                 can_coalesce = skb_can_coalesce(skb, i, page, offset);
812                 if (!can_coalesce && i >= MAX_SKB_FRAGS) {
813                         tcp_mark_push(tp, skb);
814                         goto new_segment;
815                 }
816                 if (!sk_wmem_schedule(sk, copy))
817                         goto wait_for_memory;
818
819                 if (can_coalesce) {
820                         skb_shinfo(skb)->frags[i - 1].size += copy;
821                 } else {
822                         get_page(page);
823                         skb_fill_page_desc(skb, i, page, offset, copy);
824                 }
825
826                 skb->len += copy;
827                 skb->data_len += copy;
828                 skb->truesize += copy;
829                 sk->sk_wmem_queued += copy;
830                 sk_mem_charge(sk, copy);
831                 skb->ip_summed = CHECKSUM_PARTIAL;
832                 tp->write_seq += copy;
833                 TCP_SKB_CB(skb)->end_seq += copy;
834                 skb_shinfo(skb)->gso_segs = 0;
835
836                 if (!copied)
837                         TCP_SKB_CB(skb)->flags &= ~TCPHDR_PSH;
838
839                 copied += copy;
840                 poffset += copy;
841                 if (!(psize -= copy))
842                         goto out;
843
844                 if (skb->len < size_goal || (flags & MSG_OOB))
845                         continue;
846
847                 if (forced_push(tp)) {
848                         tcp_mark_push(tp, skb);
849                         __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH);
850                 } else if (skb == tcp_send_head(sk))
851                         tcp_push_one(sk, mss_now);
852                 continue;
853
854 wait_for_sndbuf:
855                 set_bit(SOCK_NOSPACE, &sk->sk_socket->flags);
856 wait_for_memory:
857                 tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH);
858
859                 if ((err = sk_stream_wait_memory(sk, &timeo)) != 0)
860                         goto do_error;
861
862                 mss_now = tcp_send_mss(sk, &size_goal, flags);
863         }
864
865 out:
866         if (copied && !(flags & MSG_SENDPAGE_NOTLAST))
867                 tcp_push(sk, flags, mss_now, tp->nonagle);
868         return copied;
869
870 do_error:
871         if (copied)
872                 goto out;
873 out_err:
874         return sk_stream_error(sk, flags, err);
875 }
876
877 int tcp_sendpage(struct sock *sk, struct page *page, int offset,
878                  size_t size, int flags)
879 {
880         ssize_t res;
881
882         if (!(sk->sk_route_caps & NETIF_F_SG) ||
883             !(sk->sk_route_caps & NETIF_F_ALL_CSUM))
884                 return sock_no_sendpage(sk->sk_socket, page, offset, size,
885                                         flags);
886
887         lock_sock(sk);
888         res = do_tcp_sendpages(sk, &page, offset, size, flags);
889         release_sock(sk);
890         return res;
891 }
892 EXPORT_SYMBOL(tcp_sendpage);
893
894 #define TCP_PAGE(sk)    (sk->sk_sndmsg_page)
895 #define TCP_OFF(sk)     (sk->sk_sndmsg_off)
896
897 static inline int select_size(struct sock *sk, int sg)
898 {
899         struct tcp_sock *tp = tcp_sk(sk);
900         int tmp = tp->mss_cache;
901
902         if (sg) {
903                 if (sk_can_gso(sk))
904                         tmp = 0;
905                 else {
906                         int pgbreak = SKB_MAX_HEAD(MAX_TCP_HEADER);
907
908                         if (tmp >= pgbreak &&
909                             tmp <= pgbreak + (MAX_SKB_FRAGS - 1) * PAGE_SIZE)
910                                 tmp = pgbreak;
911                 }
912         }
913
914         return tmp;
915 }
916
917 int tcp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
918                 size_t size)
919 {
920         struct iovec *iov;
921         struct tcp_sock *tp = tcp_sk(sk);
922         struct sk_buff *skb;
923         int iovlen, flags;
924         int mss_now, size_goal;
925         int sg, err, copied;
926         long timeo;
927
928         lock_sock(sk);
929
930         flags = msg->msg_flags;
931         timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
932
933         /* Wait for a connection to finish. */
934         if ((1 << sk->sk_state) & ~(TCPF_ESTABLISHED | TCPF_CLOSE_WAIT))
935                 if ((err = sk_stream_wait_connect(sk, &timeo)) != 0)
936                         goto out_err;
937
938         /* This should be in poll */
939         clear_bit(SOCK_ASYNC_NOSPACE, &sk->sk_socket->flags);
940
941         mss_now = tcp_send_mss(sk, &size_goal, flags);
942
943         /* Ok commence sending. */
944         iovlen = msg->msg_iovlen;
945         iov = msg->msg_iov;
946         copied = 0;
947
948         err = -EPIPE;
949         if (sk->sk_err || (sk->sk_shutdown & SEND_SHUTDOWN))
950                 goto out_err;
951
952         sg = sk->sk_route_caps & NETIF_F_SG;
953
954         while (--iovlen >= 0) {
955                 size_t seglen = iov->iov_len;
956                 unsigned char __user *from = iov->iov_base;
957
958                 iov++;
959
960                 while (seglen > 0) {
961                         int copy = 0;
962                         int max = size_goal;
963
964                         skb = tcp_write_queue_tail(sk);
965                         if (tcp_send_head(sk)) {
966                                 if (skb->ip_summed == CHECKSUM_NONE)
967                                         max = mss_now;
968                                 copy = max - skb->len;
969                         }
970
971                         if (copy <= 0) {
972 new_segment:
973                                 /* Allocate new segment. If the interface is SG,
974                                  * allocate skb fitting to single page.
975                                  */
976                                 if (!sk_stream_memory_free(sk))
977                                         goto wait_for_sndbuf;
978
979                                 skb = sk_stream_alloc_skb(sk,
980                                                           select_size(sk, sg),
981                                                           sk->sk_allocation);
982                                 if (!skb)
983                                         goto wait_for_memory;
984
985                                 /*
986                                  * Check whether we can use HW checksum.
987                                  */
988                                 if (sk->sk_route_caps & NETIF_F_ALL_CSUM)
989                                         skb->ip_summed = CHECKSUM_PARTIAL;
990
991                                 skb_entail(sk, skb);
992                                 copy = size_goal;
993                                 max = size_goal;
994                         }
995
996                         /* Try to append data to the end of skb. */
997                         if (copy > seglen)
998                                 copy = seglen;
999
1000                         /* Where to copy to? */
1001                         if (skb_tailroom(skb) > 0) {
1002                                 /* We have some space in skb head. Superb! */
1003                                 if (copy > skb_tailroom(skb))
1004                                         copy = skb_tailroom(skb);
1005                                 err = skb_add_data_nocache(sk, skb, from, copy);
1006                                 if (err)
1007                                         goto do_fault;
1008                         } else {
1009                                 int merge = 0;
1010                                 int i = skb_shinfo(skb)->nr_frags;
1011                                 struct page *page = TCP_PAGE(sk);
1012                                 int off = TCP_OFF(sk);
1013
1014                                 if (skb_can_coalesce(skb, i, page, off) &&
1015                                     off != PAGE_SIZE) {
1016                                         /* We can extend the last page
1017                                          * fragment. */
1018                                         merge = 1;
1019                                 } else if (i == MAX_SKB_FRAGS || !sg) {
1020                                         /* Need to add new fragment and cannot
1021                                          * do this because interface is non-SG,
1022                                          * or because all the page slots are
1023                                          * busy. */
1024                                         tcp_mark_push(tp, skb);
1025                                         goto new_segment;
1026                                 } else if (page) {
1027                                         if (off == PAGE_SIZE) {
1028                                                 put_page(page);
1029                                                 TCP_PAGE(sk) = page = NULL;
1030                                                 off = 0;
1031                                         }
1032                                 } else
1033                                         off = 0;
1034
1035                                 if (copy > PAGE_SIZE - off)
1036                                         copy = PAGE_SIZE - off;
1037
1038                                 if (!sk_wmem_schedule(sk, copy))
1039                                         goto wait_for_memory;
1040
1041                                 if (!page) {
1042                                         /* Allocate new cache page. */
1043                                         if (!(page = sk_stream_alloc_page(sk)))
1044                                                 goto wait_for_memory;
1045                                 }
1046
1047                                 /* Time to copy data. We are close to
1048                                  * the end! */
1049                                 err = skb_copy_to_page_nocache(sk, from, skb,
1050                                                                page, off, copy);
1051                                 if (err) {
1052                                         /* If this page was new, give it to the
1053                                          * socket so it does not get leaked.
1054                                          */
1055                                         if (!TCP_PAGE(sk)) {
1056                                                 TCP_PAGE(sk) = page;
1057                                                 TCP_OFF(sk) = 0;
1058                                         }
1059                                         goto do_error;
1060                                 }
1061
1062                                 /* Update the skb. */
1063                                 if (merge) {
1064                                         skb_shinfo(skb)->frags[i - 1].size +=
1065                                                                         copy;
1066                                 } else {
1067                                         skb_fill_page_desc(skb, i, page, off, copy);
1068                                         if (TCP_PAGE(sk)) {
1069                                                 get_page(page);
1070                                         } else if (off + copy < PAGE_SIZE) {
1071                                                 get_page(page);
1072                                                 TCP_PAGE(sk) = page;
1073                                         }
1074                                 }
1075
1076                                 TCP_OFF(sk) = off + copy;
1077                         }
1078
1079                         if (!copied)
1080                                 TCP_SKB_CB(skb)->flags &= ~TCPHDR_PSH;
1081
1082                         tp->write_seq += copy;
1083                         TCP_SKB_CB(skb)->end_seq += copy;
1084                         skb_shinfo(skb)->gso_segs = 0;
1085
1086                         from += copy;
1087                         copied += copy;
1088                         if ((seglen -= copy) == 0 && iovlen == 0)
1089                                 goto out;
1090
1091                         if (skb->len < max || (flags & MSG_OOB))
1092                                 continue;
1093
1094                         if (forced_push(tp)) {
1095                                 tcp_mark_push(tp, skb);
1096                                 __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_PUSH);
1097                         } else if (skb == tcp_send_head(sk))
1098                                 tcp_push_one(sk, mss_now);
1099                         continue;
1100
1101 wait_for_sndbuf:
1102                         set_bit(SOCK_NOSPACE, &sk->sk_socket->flags);
1103 wait_for_memory:
1104                         if (copied)
1105                                 tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH);
1106
1107                         if ((err = sk_stream_wait_memory(sk, &timeo)) != 0)
1108                                 goto do_error;
1109
1110                         mss_now = tcp_send_mss(sk, &size_goal, flags);
1111                 }
1112         }
1113
1114 out:
1115         if (copied)
1116                 tcp_push(sk, flags, mss_now, tp->nonagle);
1117         release_sock(sk);
1118
1119         if (copied > 0)
1120                 uid_stat_tcp_snd(current_uid(), copied);
1121         return copied;
1122
1123 do_fault:
1124         if (!skb->len) {
1125                 tcp_unlink_write_queue(skb, sk);
1126                 /* It is the one place in all of TCP, except connection
1127                  * reset, where we can be unlinking the send_head.
1128                  */
1129                 tcp_check_send_head(sk, skb);
1130                 sk_wmem_free_skb(sk, skb);
1131         }
1132
1133 do_error:
1134         if (copied)
1135                 goto out;
1136 out_err:
1137         err = sk_stream_error(sk, flags, err);
1138         release_sock(sk);
1139         return err;
1140 }
1141 EXPORT_SYMBOL(tcp_sendmsg);
1142
1143 /*
1144  *      Handle reading urgent data. BSD has very simple semantics for
1145  *      this, no blocking and very strange errors 8)
1146  */
1147
1148 static int tcp_recv_urg(struct sock *sk, struct msghdr *msg, int len, int flags)
1149 {
1150         struct tcp_sock *tp = tcp_sk(sk);
1151
1152         /* No URG data to read. */
1153         if (sock_flag(sk, SOCK_URGINLINE) || !tp->urg_data ||
1154             tp->urg_data == TCP_URG_READ)
1155                 return -EINVAL; /* Yes this is right ! */
1156
1157         if (sk->sk_state == TCP_CLOSE && !sock_flag(sk, SOCK_DONE))
1158                 return -ENOTCONN;
1159
1160         if (tp->urg_data & TCP_URG_VALID) {
1161                 int err = 0;
1162                 char c = tp->urg_data;
1163
1164                 if (!(flags & MSG_PEEK))
1165                         tp->urg_data = TCP_URG_READ;
1166
1167                 /* Read urgent data. */
1168                 msg->msg_flags |= MSG_OOB;
1169
1170                 if (len > 0) {
1171                         if (!(flags & MSG_TRUNC))
1172                                 err = memcpy_toiovec(msg->msg_iov, &c, 1);
1173                         len = 1;
1174                 } else
1175                         msg->msg_flags |= MSG_TRUNC;
1176
1177                 return err ? -EFAULT : len;
1178         }
1179
1180         if (sk->sk_state == TCP_CLOSE || (sk->sk_shutdown & RCV_SHUTDOWN))
1181                 return 0;
1182
1183         /* Fixed the recv(..., MSG_OOB) behaviour.  BSD docs and
1184          * the available implementations agree in this case:
1185          * this call should never block, independent of the
1186          * blocking state of the socket.
1187          * Mike <pall@rz.uni-karlsruhe.de>
1188          */
1189         return -EAGAIN;
1190 }
1191
1192 /* Clean up the receive buffer for full frames taken by the user,
1193  * then send an ACK if necessary.  COPIED is the number of bytes
1194  * tcp_recvmsg has given to the user so far, it speeds up the
1195  * calculation of whether or not we must ACK for the sake of
1196  * a window update.
1197  */
1198 void tcp_cleanup_rbuf(struct sock *sk, int copied)
1199 {
1200         struct tcp_sock *tp = tcp_sk(sk);
1201         int time_to_ack = 0;
1202
1203 #if TCP_DEBUG
1204         struct sk_buff *skb = skb_peek(&sk->sk_receive_queue);
1205
1206         WARN(skb && !before(tp->copied_seq, TCP_SKB_CB(skb)->end_seq),
1207              "cleanup rbuf bug: copied %X seq %X rcvnxt %X\n",
1208              tp->copied_seq, TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt);
1209 #endif
1210
1211         if (inet_csk_ack_scheduled(sk)) {
1212                 const struct inet_connection_sock *icsk = inet_csk(sk);
1213                    /* Delayed ACKs frequently hit locked sockets during bulk
1214                     * receive. */
1215                 if (icsk->icsk_ack.blocked ||
1216                     /* Once-per-two-segments ACK was not sent by tcp_input.c */
1217                     tp->rcv_nxt - tp->rcv_wup > icsk->icsk_ack.rcv_mss ||
1218                     /*
1219                      * If this read emptied read buffer, we send ACK, if
1220                      * connection is not bidirectional, user drained
1221                      * receive buffer and there was a small segment
1222                      * in queue.
1223                      */
1224                     (copied > 0 &&
1225                      ((icsk->icsk_ack.pending & ICSK_ACK_PUSHED2) ||
1226                       ((icsk->icsk_ack.pending & ICSK_ACK_PUSHED) &&
1227                        !icsk->icsk_ack.pingpong)) &&
1228                       !atomic_read(&sk->sk_rmem_alloc)))
1229                         time_to_ack = 1;
1230         }
1231
1232         /* We send an ACK if we can now advertise a non-zero window
1233          * which has been raised "significantly".
1234          *
1235          * Even if window raised up to infinity, do not send window open ACK
1236          * in states, where we will not receive more. It is useless.
1237          */
1238         if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) {
1239                 __u32 rcv_window_now = tcp_receive_window(tp);
1240
1241                 /* Optimize, __tcp_select_window() is not cheap. */
1242                 if (2*rcv_window_now <= tp->window_clamp) {
1243                         __u32 new_window = __tcp_select_window(sk);
1244
1245                         /* Send ACK now, if this read freed lots of space
1246                          * in our buffer. Certainly, new_window is new window.
1247                          * We can advertise it now, if it is not less than current one.
1248                          * "Lots" means "at least twice" here.
1249                          */
1250                         if (new_window && new_window >= 2 * rcv_window_now)
1251                                 time_to_ack = 1;
1252                 }
1253         }
1254         if (time_to_ack)
1255                 tcp_send_ack(sk);
1256 }
1257
1258 static void tcp_prequeue_process(struct sock *sk)
1259 {
1260         struct sk_buff *skb;
1261         struct tcp_sock *tp = tcp_sk(sk);
1262
1263         NET_INC_STATS_USER(sock_net(sk), LINUX_MIB_TCPPREQUEUED);
1264
1265         /* RX process wants to run with disabled BHs, though it is not
1266          * necessary */
1267         local_bh_disable();
1268         while ((skb = __skb_dequeue(&tp->ucopy.prequeue)) != NULL)
1269                 sk_backlog_rcv(sk, skb);
1270         local_bh_enable();
1271
1272         /* Clear memory counter. */
1273         tp->ucopy.memory = 0;
1274 }
1275
1276 #ifdef CONFIG_NET_DMA
1277 static void tcp_service_net_dma(struct sock *sk, bool wait)
1278 {
1279         dma_cookie_t done, used;
1280         dma_cookie_t last_issued;
1281         struct tcp_sock *tp = tcp_sk(sk);
1282
1283         if (!tp->ucopy.dma_chan)
1284                 return;
1285
1286         last_issued = tp->ucopy.dma_cookie;
1287         dma_async_memcpy_issue_pending(tp->ucopy.dma_chan);
1288
1289         do {
1290                 if (dma_async_memcpy_complete(tp->ucopy.dma_chan,
1291                                               last_issued, &done,
1292                                               &used) == DMA_SUCCESS) {
1293                         /* Safe to free early-copied skbs now */
1294                         __skb_queue_purge(&sk->sk_async_wait_queue);
1295                         break;
1296                 } else {
1297                         struct sk_buff *skb;
1298                         while ((skb = skb_peek(&sk->sk_async_wait_queue)) &&
1299                                (dma_async_is_complete(skb->dma_cookie, done,
1300                                                       used) == DMA_SUCCESS)) {
1301                                 __skb_dequeue(&sk->sk_async_wait_queue);
1302                                 kfree_skb(skb);
1303                         }
1304                 }
1305         } while (wait);
1306 }
1307 #endif
1308
1309 static inline struct sk_buff *tcp_recv_skb(struct sock *sk, u32 seq, u32 *off)
1310 {
1311         struct sk_buff *skb;
1312         u32 offset;
1313
1314         skb_queue_walk(&sk->sk_receive_queue, skb) {
1315                 offset = seq - TCP_SKB_CB(skb)->seq;
1316                 if (tcp_hdr(skb)->syn)
1317                         offset--;
1318                 if (offset < skb->len || tcp_hdr(skb)->fin) {
1319                         *off = offset;
1320                         return skb;
1321                 }
1322         }
1323         return NULL;
1324 }
1325
1326 /*
1327  * This routine provides an alternative to tcp_recvmsg() for routines
1328  * that would like to handle copying from skbuffs directly in 'sendfile'
1329  * fashion.
1330  * Note:
1331  *      - It is assumed that the socket was locked by the caller.
1332  *      - The routine does not block.
1333  *      - At present, there is no support for reading OOB data
1334  *        or for 'peeking' the socket using this routine
1335  *        (although both would be easy to implement).
1336  */
1337 int tcp_read_sock(struct sock *sk, read_descriptor_t *desc,
1338                   sk_read_actor_t recv_actor)
1339 {
1340         struct sk_buff *skb;
1341         struct tcp_sock *tp = tcp_sk(sk);
1342         u32 seq = tp->copied_seq;
1343         u32 offset;
1344         int copied = 0;
1345
1346         if (sk->sk_state == TCP_LISTEN)
1347                 return -ENOTCONN;
1348         while ((skb = tcp_recv_skb(sk, seq, &offset)) != NULL) {
1349                 if (offset < skb->len) {
1350                         int used;
1351                         size_t len;
1352
1353                         len = skb->len - offset;
1354                         /* Stop reading if we hit a patch of urgent data */
1355                         if (tp->urg_data) {
1356                                 u32 urg_offset = tp->urg_seq - seq;
1357                                 if (urg_offset < len)
1358                                         len = urg_offset;
1359                                 if (!len)
1360                                         break;
1361                         }
1362                         used = recv_actor(desc, skb, offset, len);
1363                         if (used < 0) {
1364                                 if (!copied)
1365                                         copied = used;
1366                                 break;
1367                         } else if (used <= len) {
1368                                 seq += used;
1369                                 copied += used;
1370                                 offset += used;
1371                         }
1372                         /*
1373                          * If recv_actor drops the lock (e.g. TCP splice
1374                          * receive) the skb pointer might be invalid when
1375                          * getting here: tcp_collapse might have deleted it
1376                          * while aggregating skbs from the socket queue.
1377                          */
1378                         skb = tcp_recv_skb(sk, seq-1, &offset);
1379                         if (!skb || (offset+1 != skb->len))
1380                                 break;
1381                 }
1382                 if (tcp_hdr(skb)->fin) {
1383                         sk_eat_skb(sk, skb, 0);
1384                         ++seq;
1385                         break;
1386                 }
1387                 sk_eat_skb(sk, skb, 0);
1388                 if (!desc->count)
1389                         break;
1390                 tp->copied_seq = seq;
1391         }
1392         tp->copied_seq = seq;
1393
1394         tcp_rcv_space_adjust(sk);
1395
1396         /* Clean up data we have read: This will do ACK frames. */
1397         if (copied > 0) {
1398                 tcp_cleanup_rbuf(sk, copied);
1399                 uid_stat_tcp_rcv(current_uid(), copied);
1400         }
1401
1402         return copied;
1403 }
1404 EXPORT_SYMBOL(tcp_read_sock);
1405
1406 /*
1407  *      This routine copies from a sock struct into the user buffer.
1408  *
1409  *      Technical note: in 2.3 we work on _locked_ socket, so that
1410  *      tricks with *seq access order and skb->users are not required.
1411  *      Probably, code can be easily improved even more.
1412  */
1413
1414 int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
1415                 size_t len, int nonblock, int flags, int *addr_len)
1416 {
1417         struct tcp_sock *tp = tcp_sk(sk);
1418         int copied = 0;
1419         u32 peek_seq;
1420         u32 *seq;
1421         unsigned long used;
1422         int err;
1423         int target;             /* Read at least this many bytes */
1424         long timeo;
1425         struct task_struct *user_recv = NULL;
1426         int copied_early = 0;
1427         struct sk_buff *skb;
1428         u32 urg_hole = 0;
1429
1430         lock_sock(sk);
1431
1432         err = -ENOTCONN;
1433         if (sk->sk_state == TCP_LISTEN)
1434                 goto out;
1435
1436         timeo = sock_rcvtimeo(sk, nonblock);
1437
1438         /* Urgent data needs to be handled specially. */
1439         if (flags & MSG_OOB)
1440                 goto recv_urg;
1441
1442         seq = &tp->copied_seq;
1443         if (flags & MSG_PEEK) {
1444                 peek_seq = tp->copied_seq;
1445                 seq = &peek_seq;
1446         }
1447
1448         target = sock_rcvlowat(sk, flags & MSG_WAITALL, len);
1449
1450 #ifdef CONFIG_NET_DMA
1451         tp->ucopy.dma_chan = NULL;
1452         preempt_disable();
1453         skb = skb_peek_tail(&sk->sk_receive_queue);
1454         {
1455                 int available = 0;
1456
1457                 if (skb)
1458                         available = TCP_SKB_CB(skb)->seq + skb->len - (*seq);
1459                 if ((available < target) &&
1460                     (len > sysctl_tcp_dma_copybreak) && !(flags & MSG_PEEK) &&
1461                     !sysctl_tcp_low_latency &&
1462                     dma_find_channel(DMA_MEMCPY)) {
1463                         preempt_enable_no_resched();
1464                         tp->ucopy.pinned_list =
1465                                         dma_pin_iovec_pages(msg->msg_iov, len);
1466                 } else {
1467                         preempt_enable_no_resched();
1468                 }
1469         }
1470 #endif
1471
1472         do {
1473                 u32 offset;
1474
1475                 /* Are we at urgent data? Stop if we have read anything or have SIGURG pending. */
1476                 if (tp->urg_data && tp->urg_seq == *seq) {
1477                         if (copied)
1478                                 break;
1479                         if (signal_pending(current)) {
1480                                 copied = timeo ? sock_intr_errno(timeo) : -EAGAIN;
1481                                 break;
1482                         }
1483                 }
1484
1485                 /* Next get a buffer. */
1486
1487                 skb_queue_walk(&sk->sk_receive_queue, skb) {
1488                         /* Now that we have two receive queues this
1489                          * shouldn't happen.
1490                          */
1491                         if (WARN(before(*seq, TCP_SKB_CB(skb)->seq),
1492                                  "recvmsg bug: copied %X seq %X rcvnxt %X fl %X\n",
1493                                  *seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt,
1494                                  flags))
1495                                 break;
1496
1497                         offset = *seq - TCP_SKB_CB(skb)->seq;
1498                         if (tcp_hdr(skb)->syn)
1499                                 offset--;
1500                         if (offset < skb->len)
1501                                 goto found_ok_skb;
1502                         if (tcp_hdr(skb)->fin)
1503                                 goto found_fin_ok;
1504                         WARN(!(flags & MSG_PEEK),
1505                              "recvmsg bug 2: copied %X seq %X rcvnxt %X fl %X\n",
1506                              *seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt, flags);
1507                 }
1508
1509                 /* Well, if we have backlog, try to process it now yet. */
1510
1511                 if (copied >= target && !sk->sk_backlog.tail)
1512                         break;
1513
1514                 if (copied) {
1515                         if (sk->sk_err ||
1516                             sk->sk_state == TCP_CLOSE ||
1517                             (sk->sk_shutdown & RCV_SHUTDOWN) ||
1518                             !timeo ||
1519                             signal_pending(current))
1520                                 break;
1521                 } else {
1522                         if (sock_flag(sk, SOCK_DONE))
1523                                 break;
1524
1525                         if (sk->sk_err) {
1526                                 copied = sock_error(sk);
1527                                 break;
1528                         }
1529
1530                         if (sk->sk_shutdown & RCV_SHUTDOWN)
1531                                 break;
1532
1533                         if (sk->sk_state == TCP_CLOSE) {
1534                                 if (!sock_flag(sk, SOCK_DONE)) {
1535                                         /* This occurs when user tries to read
1536                                          * from never connected socket.
1537                                          */
1538                                         copied = -ENOTCONN;
1539                                         break;
1540                                 }
1541                                 break;
1542                         }
1543
1544                         if (!timeo) {
1545                                 copied = -EAGAIN;
1546                                 break;
1547                         }
1548
1549                         if (signal_pending(current)) {
1550                                 copied = sock_intr_errno(timeo);
1551                                 break;
1552                         }
1553                 }
1554
1555                 tcp_cleanup_rbuf(sk, copied);
1556
1557                 if (!sysctl_tcp_low_latency && tp->ucopy.task == user_recv) {
1558                         /* Install new reader */
1559                         if (!user_recv && !(flags & (MSG_TRUNC | MSG_PEEK))) {
1560                                 user_recv = current;
1561                                 tp->ucopy.task = user_recv;
1562                                 tp->ucopy.iov = msg->msg_iov;
1563                         }
1564
1565                         tp->ucopy.len = len;
1566
1567                         WARN_ON(tp->copied_seq != tp->rcv_nxt &&
1568                                 !(flags & (MSG_PEEK | MSG_TRUNC)));
1569
1570                         /* Ugly... If prequeue is not empty, we have to
1571                          * process it before releasing socket, otherwise
1572                          * order will be broken at second iteration.
1573                          * More elegant solution is required!!!
1574                          *
1575                          * Look: we have the following (pseudo)queues:
1576                          *
1577                          * 1. packets in flight
1578                          * 2. backlog
1579                          * 3. prequeue
1580                          * 4. receive_queue
1581                          *
1582                          * Each queue can be processed only if the next ones
1583                          * are empty. At this point we have empty receive_queue.
1584                          * But prequeue _can_ be not empty after 2nd iteration,
1585                          * when we jumped to start of loop because backlog
1586                          * processing added something to receive_queue.
1587                          * We cannot release_sock(), because backlog contains
1588                          * packets arrived _after_ prequeued ones.
1589                          *
1590                          * Shortly, algorithm is clear --- to process all
1591                          * the queues in order. We could make it more directly,
1592                          * requeueing packets from backlog to prequeue, if
1593                          * is not empty. It is more elegant, but eats cycles,
1594                          * unfortunately.
1595                          */
1596                         if (!skb_queue_empty(&tp->ucopy.prequeue))
1597                                 goto do_prequeue;
1598
1599                         /* __ Set realtime policy in scheduler __ */
1600                 }
1601
1602 #ifdef CONFIG_NET_DMA
1603                 if (tp->ucopy.dma_chan)
1604                         dma_async_memcpy_issue_pending(tp->ucopy.dma_chan);
1605 #endif
1606                 if (copied >= target) {
1607                         /* Do not sleep, just process backlog. */
1608                         release_sock(sk);
1609                         lock_sock(sk);
1610                 } else
1611                         sk_wait_data(sk, &timeo);
1612
1613 #ifdef CONFIG_NET_DMA
1614                 tcp_service_net_dma(sk, false);  /* Don't block */
1615                 tp->ucopy.wakeup = 0;
1616 #endif
1617
1618                 if (user_recv) {
1619                         int chunk;
1620
1621                         /* __ Restore normal policy in scheduler __ */
1622
1623                         if ((chunk = len - tp->ucopy.len) != 0) {
1624                                 NET_ADD_STATS_USER(sock_net(sk), LINUX_MIB_TCPDIRECTCOPYFROMBACKLOG, chunk);
1625                                 len -= chunk;
1626                                 copied += chunk;
1627                         }
1628
1629                         if (tp->rcv_nxt == tp->copied_seq &&
1630                             !skb_queue_empty(&tp->ucopy.prequeue)) {
1631 do_prequeue:
1632                                 tcp_prequeue_process(sk);
1633
1634                                 if ((chunk = len - tp->ucopy.len) != 0) {
1635                                         NET_ADD_STATS_USER(sock_net(sk), LINUX_MIB_TCPDIRECTCOPYFROMPREQUEUE, chunk);
1636                                         len -= chunk;
1637                                         copied += chunk;
1638                                 }
1639                         }
1640                 }
1641                 if ((flags & MSG_PEEK) &&
1642                     (peek_seq - copied - urg_hole != tp->copied_seq)) {
1643                         if (net_ratelimit())
1644                                 printk(KERN_DEBUG "TCP(%s:%d): Application bug, race in MSG_PEEK.\n",
1645                                        current->comm, task_pid_nr(current));
1646                         peek_seq = tp->copied_seq;
1647                 }
1648                 continue;
1649
1650         found_ok_skb:
1651                 /* Ok so how much can we use? */
1652                 used = skb->len - offset;
1653                 if (len < used)
1654                         used = len;
1655
1656                 /* Do we have urgent data here? */
1657                 if (tp->urg_data) {
1658                         u32 urg_offset = tp->urg_seq - *seq;
1659                         if (urg_offset < used) {
1660                                 if (!urg_offset) {
1661                                         if (!sock_flag(sk, SOCK_URGINLINE)) {
1662                                                 ++*seq;
1663                                                 urg_hole++;
1664                                                 offset++;
1665                                                 used--;
1666                                                 if (!used)
1667                                                         goto skip_copy;
1668                                         }
1669                                 } else
1670                                         used = urg_offset;
1671                         }
1672                 }
1673
1674                 if (!(flags & MSG_TRUNC)) {
1675 #ifdef CONFIG_NET_DMA
1676                         if (!tp->ucopy.dma_chan && tp->ucopy.pinned_list)
1677                                 tp->ucopy.dma_chan = dma_find_channel(DMA_MEMCPY);
1678
1679                         if (tp->ucopy.dma_chan) {
1680                                 tp->ucopy.dma_cookie = dma_skb_copy_datagram_iovec(
1681                                         tp->ucopy.dma_chan, skb, offset,
1682                                         msg->msg_iov, used,
1683                                         tp->ucopy.pinned_list);
1684
1685                                 if (tp->ucopy.dma_cookie < 0) {
1686
1687                                         printk(KERN_ALERT "dma_cookie < 0\n");
1688
1689                                         /* Exception. Bailout! */
1690                                         if (!copied)
1691                                                 copied = -EFAULT;
1692                                         break;
1693                                 }
1694
1695                                 dma_async_memcpy_issue_pending(tp->ucopy.dma_chan);
1696
1697                                 if ((offset + used) == skb->len)
1698                                         copied_early = 1;
1699
1700                         } else
1701 #endif
1702                         {
1703                                 err = skb_copy_datagram_iovec(skb, offset,
1704                                                 msg->msg_iov, used);
1705                                 if (err) {
1706                                         /* Exception. Bailout! */
1707                                         if (!copied)
1708                                                 copied = -EFAULT;
1709                                         break;
1710                                 }
1711                         }
1712                 }
1713
1714                 *seq += used;
1715                 copied += used;
1716                 len -= used;
1717
1718                 tcp_rcv_space_adjust(sk);
1719
1720 skip_copy:
1721                 if (tp->urg_data && after(tp->copied_seq, tp->urg_seq)) {
1722                         tp->urg_data = 0;
1723                         tcp_fast_path_check(sk);
1724                 }
1725                 if (used + offset < skb->len)
1726                         continue;
1727
1728                 if (tcp_hdr(skb)->fin)
1729                         goto found_fin_ok;
1730                 if (!(flags & MSG_PEEK)) {
1731                         sk_eat_skb(sk, skb, copied_early);
1732                         copied_early = 0;
1733                 }
1734                 continue;
1735
1736         found_fin_ok:
1737                 /* Process the FIN. */
1738                 ++*seq;
1739                 if (!(flags & MSG_PEEK)) {
1740                         sk_eat_skb(sk, skb, copied_early);
1741                         copied_early = 0;
1742                 }
1743                 break;
1744         } while (len > 0);
1745
1746         if (user_recv) {
1747                 if (!skb_queue_empty(&tp->ucopy.prequeue)) {
1748                         int chunk;
1749
1750                         tp->ucopy.len = copied > 0 ? len : 0;
1751
1752                         tcp_prequeue_process(sk);
1753
1754                         if (copied > 0 && (chunk = len - tp->ucopy.len) != 0) {
1755                                 NET_ADD_STATS_USER(sock_net(sk), LINUX_MIB_TCPDIRECTCOPYFROMPREQUEUE, chunk);
1756                                 len -= chunk;
1757                                 copied += chunk;
1758                         }
1759                 }
1760
1761                 tp->ucopy.task = NULL;
1762                 tp->ucopy.len = 0;
1763         }
1764
1765 #ifdef CONFIG_NET_DMA
1766         tcp_service_net_dma(sk, true);  /* Wait for queue to drain */
1767         tp->ucopy.dma_chan = NULL;
1768
1769         if (tp->ucopy.pinned_list) {
1770                 dma_unpin_iovec_pages(tp->ucopy.pinned_list);
1771                 tp->ucopy.pinned_list = NULL;
1772         }
1773 #endif
1774
1775         /* According to UNIX98, msg_name/msg_namelen are ignored
1776          * on connected socket. I was just happy when found this 8) --ANK
1777          */
1778
1779         /* Clean up data we have read: This will do ACK frames. */
1780         tcp_cleanup_rbuf(sk, copied);
1781
1782         release_sock(sk);
1783
1784         if (copied > 0)
1785                 uid_stat_tcp_rcv(current_uid(), copied);
1786         return copied;
1787
1788 out:
1789         release_sock(sk);
1790         return err;
1791
1792 recv_urg:
1793         err = tcp_recv_urg(sk, msg, len, flags);
1794         if (err > 0)
1795                 uid_stat_tcp_rcv(current_uid(), err);
1796         goto out;
1797 }
1798 EXPORT_SYMBOL(tcp_recvmsg);
1799
1800 void tcp_set_state(struct sock *sk, int state)
1801 {
1802         int oldstate = sk->sk_state;
1803
1804         switch (state) {
1805         case TCP_ESTABLISHED:
1806                 if (oldstate != TCP_ESTABLISHED)
1807                         TCP_INC_STATS(sock_net(sk), TCP_MIB_CURRESTAB);
1808                 break;
1809
1810         case TCP_CLOSE:
1811                 if (oldstate == TCP_CLOSE_WAIT || oldstate == TCP_ESTABLISHED)
1812                         TCP_INC_STATS(sock_net(sk), TCP_MIB_ESTABRESETS);
1813
1814                 sk->sk_prot->unhash(sk);
1815                 if (inet_csk(sk)->icsk_bind_hash &&
1816                     !(sk->sk_userlocks & SOCK_BINDPORT_LOCK))
1817                         inet_put_port(sk);
1818                 /* fall through */
1819         default:
1820                 if (oldstate == TCP_ESTABLISHED)
1821                         TCP_DEC_STATS(sock_net(sk), TCP_MIB_CURRESTAB);
1822         }
1823
1824         /* Change state AFTER socket is unhashed to avoid closed
1825          * socket sitting in hash tables.
1826          */
1827         sk->sk_state = state;
1828
1829 #ifdef STATE_TRACE
1830         SOCK_DEBUG(sk, "TCP sk=%p, State %s -> %s\n", sk, statename[oldstate], statename[state]);
1831 #endif
1832 }
1833 EXPORT_SYMBOL_GPL(tcp_set_state);
1834
1835 /*
1836  *      State processing on a close. This implements the state shift for
1837  *      sending our FIN frame. Note that we only send a FIN for some
1838  *      states. A shutdown() may have already sent the FIN, or we may be
1839  *      closed.
1840  */
1841
1842 static const unsigned char new_state[16] = {
1843   /* current state:        new state:      action:      */
1844   /* (Invalid)          */ TCP_CLOSE,
1845   /* TCP_ESTABLISHED    */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
1846   /* TCP_SYN_SENT       */ TCP_CLOSE,
1847   /* TCP_SYN_RECV       */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
1848   /* TCP_FIN_WAIT1      */ TCP_FIN_WAIT1,
1849   /* TCP_FIN_WAIT2      */ TCP_FIN_WAIT2,
1850   /* TCP_TIME_WAIT      */ TCP_CLOSE,
1851   /* TCP_CLOSE          */ TCP_CLOSE,
1852   /* TCP_CLOSE_WAIT     */ TCP_LAST_ACK  | TCP_ACTION_FIN,
1853   /* TCP_LAST_ACK       */ TCP_LAST_ACK,
1854   /* TCP_LISTEN         */ TCP_CLOSE,
1855   /* TCP_CLOSING        */ TCP_CLOSING,
1856 };
1857
1858 static int tcp_close_state(struct sock *sk)
1859 {
1860         int next = (int)new_state[sk->sk_state];
1861         int ns = next & TCP_STATE_MASK;
1862
1863         tcp_set_state(sk, ns);
1864
1865         return next & TCP_ACTION_FIN;
1866 }
1867
1868 /*
1869  *      Shutdown the sending side of a connection. Much like close except
1870  *      that we don't receive shut down or sock_set_flag(sk, SOCK_DEAD).
1871  */
1872
1873 void tcp_shutdown(struct sock *sk, int how)
1874 {
1875         /*      We need to grab some memory, and put together a FIN,
1876          *      and then put it into the queue to be sent.
1877          *              Tim MacKenzie(tym@dibbler.cs.monash.edu.au) 4 Dec '92.
1878          */
1879         if (!(how & SEND_SHUTDOWN))
1880                 return;
1881
1882         /* If we've already sent a FIN, or it's a closed state, skip this. */
1883         if ((1 << sk->sk_state) &
1884             (TCPF_ESTABLISHED | TCPF_SYN_SENT |
1885              TCPF_SYN_RECV | TCPF_CLOSE_WAIT)) {
1886                 /* Clear out any half completed packets.  FIN if needed. */
1887                 if (tcp_close_state(sk))
1888                         tcp_send_fin(sk);
1889         }
1890 }
1891 EXPORT_SYMBOL(tcp_shutdown);
1892
1893 void tcp_close(struct sock *sk, long timeout)
1894 {
1895         struct sk_buff *skb;
1896         int data_was_unread = 0;
1897         int state;
1898
1899         lock_sock(sk);
1900         sk->sk_shutdown = SHUTDOWN_MASK;
1901
1902         if (sk->sk_state == TCP_LISTEN) {
1903                 tcp_set_state(sk, TCP_CLOSE);
1904
1905                 /* Special case. */
1906                 inet_csk_listen_stop(sk);
1907
1908                 goto adjudge_to_death;
1909         }
1910
1911         /*  We need to flush the recv. buffs.  We do this only on the
1912          *  descriptor close, not protocol-sourced closes, because the
1913          *  reader process may not have drained the data yet!
1914          */
1915         while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) {
1916                 u32 len = TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(skb)->seq -
1917                           tcp_hdr(skb)->fin;
1918                 data_was_unread += len;
1919                 __kfree_skb(skb);
1920         }
1921
1922         sk_mem_reclaim(sk);
1923
1924         /* If socket has been already reset (e.g. in tcp_reset()) - kill it. */
1925         if (sk->sk_state == TCP_CLOSE)
1926                 goto adjudge_to_death;
1927
1928         /* As outlined in RFC 2525, section 2.17, we send a RST here because
1929          * data was lost. To witness the awful effects of the old behavior of
1930          * always doing a FIN, run an older 2.1.x kernel or 2.0.x, start a bulk
1931          * GET in an FTP client, suspend the process, wait for the client to
1932          * advertise a zero window, then kill -9 the FTP client, wheee...
1933          * Note: timeout is always zero in such a case.
1934          */
1935         if (data_was_unread) {
1936                 /* Unread data was tossed, zap the connection. */
1937                 NET_INC_STATS_USER(sock_net(sk), LINUX_MIB_TCPABORTONCLOSE);
1938                 tcp_set_state(sk, TCP_CLOSE);
1939                 tcp_send_active_reset(sk, sk->sk_allocation);
1940         } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) {
1941                 /* Check zero linger _after_ checking for unread data. */
1942                 sk->sk_prot->disconnect(sk, 0);
1943                 NET_INC_STATS_USER(sock_net(sk), LINUX_MIB_TCPABORTONDATA);
1944         } else if (tcp_close_state(sk)) {
1945                 /* We FIN if the application ate all the data before
1946                  * zapping the connection.
1947                  */
1948
1949                 /* RED-PEN. Formally speaking, we have broken TCP state
1950                  * machine. State transitions:
1951                  *
1952                  * TCP_ESTABLISHED -> TCP_FIN_WAIT1
1953                  * TCP_SYN_RECV -> TCP_FIN_WAIT1 (forget it, it's impossible)
1954                  * TCP_CLOSE_WAIT -> TCP_LAST_ACK
1955                  *
1956                  * are legal only when FIN has been sent (i.e. in window),
1957                  * rather than queued out of window. Purists blame.
1958                  *
1959                  * F.e. "RFC state" is ESTABLISHED,
1960                  * if Linux state is FIN-WAIT-1, but FIN is still not sent.
1961                  *
1962                  * The visible declinations are that sometimes
1963                  * we enter time-wait state, when it is not required really
1964                  * (harmless), do not send active resets, when they are
1965                  * required by specs (TCP_ESTABLISHED, TCP_CLOSE_WAIT, when
1966                  * they look as CLOSING or LAST_ACK for Linux)
1967                  * Probably, I missed some more holelets.
1968                  *                                              --ANK
1969                  */
1970                 tcp_send_fin(sk);
1971         }
1972
1973         sk_stream_wait_close(sk, timeout);
1974
1975 adjudge_to_death:
1976         state = sk->sk_state;
1977         sock_hold(sk);
1978         sock_orphan(sk);
1979
1980         /* It is the last release_sock in its life. It will remove backlog. */
1981         release_sock(sk);
1982
1983
1984         /* Now socket is owned by kernel and we acquire BH lock
1985            to finish close. No need to check for user refs.
1986          */
1987         local_bh_disable();
1988         bh_lock_sock(sk);
1989         WARN_ON(sock_owned_by_user(sk));
1990
1991         percpu_counter_inc(sk->sk_prot->orphan_count);
1992
1993         /* Have we already been destroyed by a softirq or backlog? */
1994         if (state != TCP_CLOSE && sk->sk_state == TCP_CLOSE)
1995                 goto out;
1996
1997         /*      This is a (useful) BSD violating of the RFC. There is a
1998          *      problem with TCP as specified in that the other end could
1999          *      keep a socket open forever with no application left this end.
2000          *      We use a 3 minute timeout (about the same as BSD) then kill
2001          *      our end. If they send after that then tough - BUT: long enough
2002          *      that we won't make the old 4*rto = almost no time - whoops
2003          *      reset mistake.
2004          *
2005          *      Nope, it was not mistake. It is really desired behaviour
2006          *      f.e. on http servers, when such sockets are useless, but
2007          *      consume significant resources. Let's do it with special
2008          *      linger2 option.                                 --ANK
2009          */
2010
2011         if (sk->sk_state == TCP_FIN_WAIT2) {
2012                 struct tcp_sock *tp = tcp_sk(sk);
2013                 if (tp->linger2 < 0) {
2014                         tcp_set_state(sk, TCP_CLOSE);
2015                         tcp_send_active_reset(sk, GFP_ATOMIC);
2016                         NET_INC_STATS_BH(sock_net(sk),
2017                                         LINUX_MIB_TCPABORTONLINGER);
2018                 } else {
2019                         const int tmo = tcp_fin_time(sk);
2020
2021                         if (tmo > TCP_TIMEWAIT_LEN) {
2022                                 inet_csk_reset_keepalive_timer(sk,
2023                                                 tmo - TCP_TIMEWAIT_LEN);
2024                         } else {
2025                                 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo);
2026                                 goto out;
2027                         }
2028                 }
2029         }
2030         if (sk->sk_state != TCP_CLOSE) {
2031                 sk_mem_reclaim(sk);
2032                 if (tcp_too_many_orphans(sk, 0)) {
2033                         if (net_ratelimit())
2034                                 printk(KERN_INFO "TCP: too many of orphaned "
2035                                        "sockets\n");
2036                         tcp_set_state(sk, TCP_CLOSE);
2037                         tcp_send_active_reset(sk, GFP_ATOMIC);
2038                         NET_INC_STATS_BH(sock_net(sk),
2039                                         LINUX_MIB_TCPABORTONMEMORY);
2040                 }
2041         }
2042
2043         if (sk->sk_state == TCP_CLOSE)
2044                 inet_csk_destroy_sock(sk);
2045         /* Otherwise, socket is reprieved until protocol close. */
2046
2047 out:
2048         bh_unlock_sock(sk);
2049         local_bh_enable();
2050         sock_put(sk);
2051 }
2052 EXPORT_SYMBOL(tcp_close);
2053
2054 /* These states need RST on ABORT according to RFC793 */
2055
2056 static inline int tcp_need_reset(int state)
2057 {
2058         return (1 << state) &
2059                (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT | TCPF_FIN_WAIT1 |
2060                 TCPF_FIN_WAIT2 | TCPF_SYN_RECV);
2061 }
2062
2063 int tcp_disconnect(struct sock *sk, int flags)
2064 {
2065         struct inet_sock *inet = inet_sk(sk);
2066         struct inet_connection_sock *icsk = inet_csk(sk);
2067         struct tcp_sock *tp = tcp_sk(sk);
2068         int err = 0;
2069         int old_state = sk->sk_state;
2070
2071         if (old_state != TCP_CLOSE)
2072                 tcp_set_state(sk, TCP_CLOSE);
2073
2074         /* ABORT function of RFC793 */
2075         if (old_state == TCP_LISTEN) {
2076                 inet_csk_listen_stop(sk);
2077         } else if (tcp_need_reset(old_state) ||
2078                    (tp->snd_nxt != tp->write_seq &&
2079                     (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) {
2080                 /* The last check adjusts for discrepancy of Linux wrt. RFC
2081                  * states
2082                  */
2083                 tcp_send_active_reset(sk, gfp_any());
2084                 sk->sk_err = ECONNRESET;
2085         } else if (old_state == TCP_SYN_SENT)
2086                 sk->sk_err = ECONNRESET;
2087
2088         tcp_clear_xmit_timers(sk);
2089         __skb_queue_purge(&sk->sk_receive_queue);
2090         tcp_write_queue_purge(sk);
2091         __skb_queue_purge(&tp->out_of_order_queue);
2092 #ifdef CONFIG_NET_DMA
2093         __skb_queue_purge(&sk->sk_async_wait_queue);
2094 #endif
2095
2096         inet->inet_dport = 0;
2097
2098         if (!(sk->sk_userlocks & SOCK_BINDADDR_LOCK))
2099                 inet_reset_saddr(sk);
2100
2101         sk->sk_shutdown = 0;
2102         sock_reset_flag(sk, SOCK_DONE);
2103         tp->srtt = 0;
2104         if ((tp->write_seq += tp->max_window + 2) == 0)
2105                 tp->write_seq = 1;
2106         icsk->icsk_backoff = 0;
2107         tp->snd_cwnd = 2;
2108         icsk->icsk_probes_out = 0;
2109         tp->packets_out = 0;
2110         tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
2111         tp->snd_cwnd_cnt = 0;
2112         tp->bytes_acked = 0;
2113         tp->window_clamp = 0;
2114         tcp_set_ca_state(sk, TCP_CA_Open);
2115         tcp_clear_retrans(tp);
2116         inet_csk_delack_init(sk);
2117         tcp_init_send_head(sk);
2118         memset(&tp->rx_opt, 0, sizeof(tp->rx_opt));
2119         __sk_dst_reset(sk);
2120
2121         WARN_ON(inet->inet_num && !icsk->icsk_bind_hash);
2122
2123         sk->sk_error_report(sk);
2124         return err;
2125 }
2126 EXPORT_SYMBOL(tcp_disconnect);
2127
2128 /*
2129  *      Socket option code for TCP.
2130  */
2131 static int do_tcp_setsockopt(struct sock *sk, int level,
2132                 int optname, char __user *optval, unsigned int optlen)
2133 {
2134         struct tcp_sock *tp = tcp_sk(sk);
2135         struct inet_connection_sock *icsk = inet_csk(sk);
2136         int val;
2137         int err = 0;
2138
2139         /* These are data/string values, all the others are ints */
2140         switch (optname) {
2141         case TCP_CONGESTION: {
2142                 char name[TCP_CA_NAME_MAX];
2143
2144                 if (optlen < 1)
2145                         return -EINVAL;
2146
2147                 val = strncpy_from_user(name, optval,
2148                                         min_t(long, TCP_CA_NAME_MAX-1, optlen));
2149                 if (val < 0)
2150                         return -EFAULT;
2151                 name[val] = 0;
2152
2153                 lock_sock(sk);
2154                 err = tcp_set_congestion_control(sk, name);
2155                 release_sock(sk);
2156                 return err;
2157         }
2158         case TCP_COOKIE_TRANSACTIONS: {
2159                 struct tcp_cookie_transactions ctd;
2160                 struct tcp_cookie_values *cvp = NULL;
2161
2162                 if (sizeof(ctd) > optlen)
2163                         return -EINVAL;
2164                 if (copy_from_user(&ctd, optval, sizeof(ctd)))
2165                         return -EFAULT;
2166
2167                 if (ctd.tcpct_used > sizeof(ctd.tcpct_value) ||
2168                     ctd.tcpct_s_data_desired > TCP_MSS_DESIRED)
2169                         return -EINVAL;
2170
2171                 if (ctd.tcpct_cookie_desired == 0) {
2172                         /* default to global value */
2173                 } else if ((0x1 & ctd.tcpct_cookie_desired) ||
2174                            ctd.tcpct_cookie_desired > TCP_COOKIE_MAX ||
2175                            ctd.tcpct_cookie_desired < TCP_COOKIE_MIN) {
2176                         return -EINVAL;
2177                 }
2178
2179                 if (TCP_COOKIE_OUT_NEVER & ctd.tcpct_flags) {
2180                         /* Supercedes all other values */
2181                         lock_sock(sk);
2182                         if (tp->cookie_values != NULL) {
2183                                 kref_put(&tp->cookie_values->kref,
2184                                          tcp_cookie_values_release);
2185                                 tp->cookie_values = NULL;
2186                         }
2187                         tp->rx_opt.cookie_in_always = 0; /* false */
2188                         tp->rx_opt.cookie_out_never = 1; /* true */
2189                         release_sock(sk);
2190                         return err;
2191                 }
2192
2193                 /* Allocate ancillary memory before locking.
2194                  */
2195                 if (ctd.tcpct_used > 0 ||
2196                     (tp->cookie_values == NULL &&
2197                      (sysctl_tcp_cookie_size > 0 ||
2198                       ctd.tcpct_cookie_desired > 0 ||
2199                       ctd.tcpct_s_data_desired > 0))) {
2200                         cvp = kzalloc(sizeof(*cvp) + ctd.tcpct_used,
2201                                       GFP_KERNEL);
2202                         if (cvp == NULL)
2203                                 return -ENOMEM;
2204
2205                         kref_init(&cvp->kref);
2206                 }
2207                 lock_sock(sk);
2208                 tp->rx_opt.cookie_in_always =
2209                         (TCP_COOKIE_IN_ALWAYS & ctd.tcpct_flags);
2210                 tp->rx_opt.cookie_out_never = 0; /* false */
2211
2212                 if (tp->cookie_values != NULL) {
2213                         if (cvp != NULL) {
2214                                 /* Changed values are recorded by a changed
2215                                  * pointer, ensuring the cookie will differ,
2216                                  * without separately hashing each value later.
2217                                  */
2218                                 kref_put(&tp->cookie_values->kref,
2219                                          tcp_cookie_values_release);
2220                         } else {
2221                                 cvp = tp->cookie_values;
2222                         }
2223                 }
2224
2225                 if (cvp != NULL) {
2226                         cvp->cookie_desired = ctd.tcpct_cookie_desired;
2227
2228                         if (ctd.tcpct_used > 0) {
2229                                 memcpy(cvp->s_data_payload, ctd.tcpct_value,
2230                                        ctd.tcpct_used);
2231                                 cvp->s_data_desired = ctd.tcpct_used;
2232                                 cvp->s_data_constant = 1; /* true */
2233                         } else {
2234                                 /* No constant payload data. */
2235                                 cvp->s_data_desired = ctd.tcpct_s_data_desired;
2236                                 cvp->s_data_constant = 0; /* false */
2237                         }
2238
2239                         tp->cookie_values = cvp;
2240                 }
2241                 release_sock(sk);
2242                 return err;
2243         }
2244         default:
2245                 /* fallthru */
2246                 break;
2247         }
2248
2249         if (optlen < sizeof(int))
2250                 return -EINVAL;
2251
2252         if (get_user(val, (int __user *)optval))
2253                 return -EFAULT;
2254
2255         lock_sock(sk);
2256
2257         switch (optname) {
2258         case TCP_MAXSEG:
2259                 /* Values greater than interface MTU won't take effect. However
2260                  * at the point when this call is done we typically don't yet
2261                  * know which interface is going to be used */
2262                 if (val < TCP_MIN_MSS || val > MAX_TCP_WINDOW) {
2263                         err = -EINVAL;
2264                         break;
2265                 }
2266                 tp->rx_opt.user_mss = val;
2267                 break;
2268
2269         case TCP_NODELAY:
2270                 if (val) {
2271                         /* TCP_NODELAY is weaker than TCP_CORK, so that
2272                          * this option on corked socket is remembered, but
2273                          * it is not activated until cork is cleared.
2274                          *
2275                          * However, when TCP_NODELAY is set we make
2276                          * an explicit push, which overrides even TCP_CORK
2277                          * for currently queued segments.
2278                          */
2279                         tp->nonagle |= TCP_NAGLE_OFF|TCP_NAGLE_PUSH;
2280                         tcp_push_pending_frames(sk);
2281                 } else {
2282                         tp->nonagle &= ~TCP_NAGLE_OFF;
2283                 }
2284                 break;
2285
2286         case TCP_THIN_LINEAR_TIMEOUTS:
2287                 if (val < 0 || val > 1)
2288                         err = -EINVAL;
2289                 else
2290                         tp->thin_lto = val;
2291                 break;
2292
2293         case TCP_THIN_DUPACK:
2294                 if (val < 0 || val > 1)
2295                         err = -EINVAL;
2296                 else
2297                         tp->thin_dupack = val;
2298                 break;
2299
2300         case TCP_CORK:
2301                 /* When set indicates to always queue non-full frames.
2302                  * Later the user clears this option and we transmit
2303                  * any pending partial frames in the queue.  This is
2304                  * meant to be used alongside sendfile() to get properly
2305                  * filled frames when the user (for example) must write
2306                  * out headers with a write() call first and then use
2307                  * sendfile to send out the data parts.
2308                  *
2309                  * TCP_CORK can be set together with TCP_NODELAY and it is
2310                  * stronger than TCP_NODELAY.
2311                  */
2312                 if (val) {
2313                         tp->nonagle |= TCP_NAGLE_CORK;
2314                 } else {
2315                         tp->nonagle &= ~TCP_NAGLE_CORK;
2316                         if (tp->nonagle&TCP_NAGLE_OFF)
2317                                 tp->nonagle |= TCP_NAGLE_PUSH;
2318                         tcp_push_pending_frames(sk);
2319                 }
2320                 break;
2321
2322         case TCP_KEEPIDLE:
2323                 if (val < 1 || val > MAX_TCP_KEEPIDLE)
2324                         err = -EINVAL;
2325                 else {
2326                         tp->keepalive_time = val * HZ;
2327                         if (sock_flag(sk, SOCK_KEEPOPEN) &&
2328                             !((1 << sk->sk_state) &
2329                               (TCPF_CLOSE | TCPF_LISTEN))) {
2330                                 u32 elapsed = keepalive_time_elapsed(tp);
2331                                 if (tp->keepalive_time > elapsed)
2332                                         elapsed = tp->keepalive_time - elapsed;
2333                                 else
2334                                         elapsed = 0;
2335                                 inet_csk_reset_keepalive_timer(sk, elapsed);
2336                         }
2337                 }
2338                 break;
2339         case TCP_KEEPINTVL:
2340                 if (val < 1 || val > MAX_TCP_KEEPINTVL)
2341                         err = -EINVAL;
2342                 else
2343                         tp->keepalive_intvl = val * HZ;
2344                 break;
2345         case TCP_KEEPCNT:
2346                 if (val < 1 || val > MAX_TCP_KEEPCNT)
2347                         err = -EINVAL;
2348                 else
2349                         tp->keepalive_probes = val;
2350                 break;
2351         case TCP_SYNCNT:
2352                 if (val < 1 || val > MAX_TCP_SYNCNT)
2353                         err = -EINVAL;
2354                 else
2355                         icsk->icsk_syn_retries = val;
2356                 break;
2357
2358         case TCP_LINGER2:
2359                 if (val < 0)
2360                         tp->linger2 = -1;
2361                 else if (val > sysctl_tcp_fin_timeout / HZ)
2362                         tp->linger2 = 0;
2363                 else
2364                         tp->linger2 = val * HZ;
2365                 break;
2366
2367         case TCP_DEFER_ACCEPT:
2368                 /* Translate value in seconds to number of retransmits */
2369                 icsk->icsk_accept_queue.rskq_defer_accept =
2370                         secs_to_retrans(val, TCP_TIMEOUT_INIT / HZ,
2371                                         TCP_RTO_MAX / HZ);
2372                 break;
2373
2374         case TCP_WINDOW_CLAMP:
2375                 if (!val) {
2376                         if (sk->sk_state != TCP_CLOSE) {
2377                                 err = -EINVAL;
2378                                 break;
2379                         }
2380                         tp->window_clamp = 0;
2381                 } else
2382                         tp->window_clamp = val < SOCK_MIN_RCVBUF / 2 ?
2383                                                 SOCK_MIN_RCVBUF / 2 : val;
2384                 break;
2385
2386         case TCP_QUICKACK:
2387                 if (!val) {
2388                         icsk->icsk_ack.pingpong = 1;
2389                 } else {
2390                         icsk->icsk_ack.pingpong = 0;
2391                         if ((1 << sk->sk_state) &
2392                             (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT) &&
2393                             inet_csk_ack_scheduled(sk)) {
2394                                 icsk->icsk_ack.pending |= ICSK_ACK_PUSHED;
2395                                 tcp_cleanup_rbuf(sk, 1);
2396                                 if (!(val & 1))
2397                                         icsk->icsk_ack.pingpong = 1;
2398                         }
2399                 }
2400                 break;
2401
2402 #ifdef CONFIG_TCP_MD5SIG
2403         case TCP_MD5SIG:
2404                 /* Read the IP->Key mappings from userspace */
2405                 err = tp->af_specific->md5_parse(sk, optval, optlen);
2406                 break;
2407 #endif
2408         case TCP_USER_TIMEOUT:
2409                 /* Cap the max timeout in ms TCP will retry/retrans
2410                  * before giving up and aborting (ETIMEDOUT) a connection.
2411                  */
2412                 icsk->icsk_user_timeout = msecs_to_jiffies(val);
2413                 break;
2414         default:
2415                 err = -ENOPROTOOPT;
2416                 break;
2417         }
2418
2419         release_sock(sk);
2420         return err;
2421 }
2422
2423 int tcp_setsockopt(struct sock *sk, int level, int optname, char __user *optval,
2424                    unsigned int optlen)
2425 {
2426         struct inet_connection_sock *icsk = inet_csk(sk);
2427
2428         if (level != SOL_TCP)
2429                 return icsk->icsk_af_ops->setsockopt(sk, level, optname,
2430                                                      optval, optlen);
2431         return do_tcp_setsockopt(sk, level, optname, optval, optlen);
2432 }
2433 EXPORT_SYMBOL(tcp_setsockopt);
2434
2435 #ifdef CONFIG_COMPAT
2436 int compat_tcp_setsockopt(struct sock *sk, int level, int optname,
2437                           char __user *optval, unsigned int optlen)
2438 {
2439         if (level != SOL_TCP)
2440                 return inet_csk_compat_setsockopt(sk, level, optname,
2441                                                   optval, optlen);
2442         return do_tcp_setsockopt(sk, level, optname, optval, optlen);
2443 }
2444 EXPORT_SYMBOL(compat_tcp_setsockopt);
2445 #endif
2446
2447 /* Return information about state of tcp endpoint in API format. */
2448 void tcp_get_info(struct sock *sk, struct tcp_info *info)
2449 {
2450         struct tcp_sock *tp = tcp_sk(sk);
2451         const struct inet_connection_sock *icsk = inet_csk(sk);
2452         u32 now = tcp_time_stamp;
2453
2454         memset(info, 0, sizeof(*info));
2455
2456         info->tcpi_state = sk->sk_state;
2457         info->tcpi_ca_state = icsk->icsk_ca_state;
2458         info->tcpi_retransmits = icsk->icsk_retransmits;
2459         info->tcpi_probes = icsk->icsk_probes_out;
2460         info->tcpi_backoff = icsk->icsk_backoff;
2461
2462         if (tp->rx_opt.tstamp_ok)
2463                 info->tcpi_options |= TCPI_OPT_TIMESTAMPS;
2464         if (tcp_is_sack(tp))
2465                 info->tcpi_options |= TCPI_OPT_SACK;
2466         if (tp->rx_opt.wscale_ok) {
2467                 info->tcpi_options |= TCPI_OPT_WSCALE;
2468                 info->tcpi_snd_wscale = tp->rx_opt.snd_wscale;
2469                 info->tcpi_rcv_wscale = tp->rx_opt.rcv_wscale;
2470         }
2471
2472         if (tp->ecn_flags&TCP_ECN_OK)
2473                 info->tcpi_options |= TCPI_OPT_ECN;
2474
2475         info->tcpi_rto = jiffies_to_usecs(icsk->icsk_rto);
2476         info->tcpi_ato = jiffies_to_usecs(icsk->icsk_ack.ato);
2477         info->tcpi_snd_mss = tp->mss_cache;
2478         info->tcpi_rcv_mss = icsk->icsk_ack.rcv_mss;
2479
2480         if (sk->sk_state == TCP_LISTEN) {
2481                 info->tcpi_unacked = sk->sk_ack_backlog;
2482                 info->tcpi_sacked = sk->sk_max_ack_backlog;
2483         } else {
2484                 info->tcpi_unacked = tp->packets_out;
2485                 info->tcpi_sacked = tp->sacked_out;
2486         }
2487         info->tcpi_lost = tp->lost_out;
2488         info->tcpi_retrans = tp->retrans_out;
2489         info->tcpi_fackets = tp->fackets_out;
2490
2491         info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime);
2492         info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.lrcvtime);
2493         info->tcpi_last_ack_recv = jiffies_to_msecs(now - tp->rcv_tstamp);
2494
2495         info->tcpi_pmtu = icsk->icsk_pmtu_cookie;
2496         info->tcpi_rcv_ssthresh = tp->rcv_ssthresh;
2497         info->tcpi_rtt = jiffies_to_usecs(tp->srtt)>>3;
2498         info->tcpi_rttvar = jiffies_to_usecs(tp->mdev)>>2;
2499         info->tcpi_snd_ssthresh = tp->snd_ssthresh;
2500         info->tcpi_snd_cwnd = tp->snd_cwnd;
2501         info->tcpi_advmss = tp->advmss;
2502         info->tcpi_reordering = tp->reordering;
2503
2504         info->tcpi_rcv_rtt = jiffies_to_usecs(tp->rcv_rtt_est.rtt)>>3;
2505         info->tcpi_rcv_space = tp->rcvq_space.space;
2506
2507         info->tcpi_total_retrans = tp->total_retrans;
2508 }
2509 EXPORT_SYMBOL_GPL(tcp_get_info);
2510
2511 static int do_tcp_getsockopt(struct sock *sk, int level,
2512                 int optname, char __user *optval, int __user *optlen)
2513 {
2514         struct inet_connection_sock *icsk = inet_csk(sk);
2515         struct tcp_sock *tp = tcp_sk(sk);
2516         int val, len;
2517
2518         if (get_user(len, optlen))
2519                 return -EFAULT;
2520
2521         len = min_t(unsigned int, len, sizeof(int));
2522
2523         if (len < 0)
2524                 return -EINVAL;
2525
2526         switch (optname) {
2527         case TCP_MAXSEG:
2528                 val = tp->mss_cache;
2529                 if (!val && ((1 << sk->sk_state) & (TCPF_CLOSE | TCPF_LISTEN)))
2530                         val = tp->rx_opt.user_mss;
2531                 break;
2532         case TCP_NODELAY:
2533                 val = !!(tp->nonagle&TCP_NAGLE_OFF);
2534                 break;
2535         case TCP_CORK:
2536                 val = !!(tp->nonagle&TCP_NAGLE_CORK);
2537                 break;
2538         case TCP_KEEPIDLE:
2539                 val = keepalive_time_when(tp) / HZ;
2540                 break;
2541         case TCP_KEEPINTVL:
2542                 val = keepalive_intvl_when(tp) / HZ;
2543                 break;
2544         case TCP_KEEPCNT:
2545                 val = keepalive_probes(tp);
2546                 break;
2547         case TCP_SYNCNT:
2548                 val = icsk->icsk_syn_retries ? : sysctl_tcp_syn_retries;
2549                 break;
2550         case TCP_LINGER2:
2551                 val = tp->linger2;
2552                 if (val >= 0)
2553                         val = (val ? : sysctl_tcp_fin_timeout) / HZ;
2554                 break;
2555         case TCP_DEFER_ACCEPT:
2556                 val = retrans_to_secs(icsk->icsk_accept_queue.rskq_defer_accept,
2557                                       TCP_TIMEOUT_INIT / HZ, TCP_RTO_MAX / HZ);
2558                 break;
2559         case TCP_WINDOW_CLAMP:
2560                 val = tp->window_clamp;
2561                 break;
2562         case TCP_INFO: {
2563                 struct tcp_info info;
2564
2565                 if (get_user(len, optlen))
2566                         return -EFAULT;
2567
2568                 tcp_get_info(sk, &info);
2569
2570                 len = min_t(unsigned int, len, sizeof(info));
2571                 if (put_user(len, optlen))
2572                         return -EFAULT;
2573                 if (copy_to_user(optval, &info, len))
2574                         return -EFAULT;
2575                 return 0;
2576         }
2577         case TCP_QUICKACK:
2578                 val = !icsk->icsk_ack.pingpong;
2579                 break;
2580
2581         case TCP_CONGESTION:
2582                 if (get_user(len, optlen))
2583                         return -EFAULT;
2584                 len = min_t(unsigned int, len, TCP_CA_NAME_MAX);
2585                 if (put_user(len, optlen))
2586                         return -EFAULT;
2587                 if (copy_to_user(optval, icsk->icsk_ca_ops->name, len))
2588                         return -EFAULT;
2589                 return 0;
2590
2591         case TCP_COOKIE_TRANSACTIONS: {
2592                 struct tcp_cookie_transactions ctd;
2593                 struct tcp_cookie_values *cvp = tp->cookie_values;
2594
2595                 if (get_user(len, optlen))
2596                         return -EFAULT;
2597                 if (len < sizeof(ctd))
2598                         return -EINVAL;
2599
2600                 memset(&ctd, 0, sizeof(ctd));
2601                 ctd.tcpct_flags = (tp->rx_opt.cookie_in_always ?
2602                                    TCP_COOKIE_IN_ALWAYS : 0)
2603                                 | (tp->rx_opt.cookie_out_never ?
2604                                    TCP_COOKIE_OUT_NEVER : 0);
2605
2606                 if (cvp != NULL) {
2607                         ctd.tcpct_flags |= (cvp->s_data_in ?
2608                                             TCP_S_DATA_IN : 0)
2609                                          | (cvp->s_data_out ?
2610                                             TCP_S_DATA_OUT : 0);
2611
2612                         ctd.tcpct_cookie_desired = cvp->cookie_desired;
2613                         ctd.tcpct_s_data_desired = cvp->s_data_desired;
2614
2615                         memcpy(&ctd.tcpct_value[0], &cvp->cookie_pair[0],
2616                                cvp->cookie_pair_size);
2617                         ctd.tcpct_used = cvp->cookie_pair_size;
2618                 }
2619
2620                 if (put_user(sizeof(ctd), optlen))
2621                         return -EFAULT;
2622                 if (copy_to_user(optval, &ctd, sizeof(ctd)))
2623                         return -EFAULT;
2624                 return 0;
2625         }
2626         case TCP_THIN_LINEAR_TIMEOUTS:
2627                 val = tp->thin_lto;
2628                 break;
2629         case TCP_THIN_DUPACK:
2630                 val = tp->thin_dupack;
2631                 break;
2632
2633         case TCP_USER_TIMEOUT:
2634                 val = jiffies_to_msecs(icsk->icsk_user_timeout);
2635                 break;
2636         default:
2637                 return -ENOPROTOOPT;
2638         }
2639
2640         if (put_user(len, optlen))
2641                 return -EFAULT;
2642         if (copy_to_user(optval, &val, len))
2643                 return -EFAULT;
2644         return 0;
2645 }
2646
2647 int tcp_getsockopt(struct sock *sk, int level, int optname, char __user *optval,
2648                    int __user *optlen)
2649 {
2650         struct inet_connection_sock *icsk = inet_csk(sk);
2651
2652         if (level != SOL_TCP)
2653                 return icsk->icsk_af_ops->getsockopt(sk, level, optname,
2654                                                      optval, optlen);
2655         return do_tcp_getsockopt(sk, level, optname, optval, optlen);
2656 }
2657 EXPORT_SYMBOL(tcp_getsockopt);
2658
2659 #ifdef CONFIG_COMPAT
2660 int compat_tcp_getsockopt(struct sock *sk, int level, int optname,
2661                           char __user *optval, int __user *optlen)
2662 {
2663         if (level != SOL_TCP)
2664                 return inet_csk_compat_getsockopt(sk, level, optname,
2665                                                   optval, optlen);
2666         return do_tcp_getsockopt(sk, level, optname, optval, optlen);
2667 }
2668 EXPORT_SYMBOL(compat_tcp_getsockopt);
2669 #endif
2670
2671 struct sk_buff *tcp_tso_segment(struct sk_buff *skb, u32 features)
2672 {
2673         struct sk_buff *segs = ERR_PTR(-EINVAL);
2674         struct tcphdr *th;
2675         unsigned thlen;
2676         unsigned int seq;
2677         __be32 delta;
2678         unsigned int oldlen;
2679         unsigned int mss;
2680
2681         if (!pskb_may_pull(skb, sizeof(*th)))
2682                 goto out;
2683
2684         th = tcp_hdr(skb);
2685         thlen = th->doff * 4;
2686         if (thlen < sizeof(*th))
2687                 goto out;
2688
2689         if (!pskb_may_pull(skb, thlen))
2690                 goto out;
2691
2692         oldlen = (u16)~skb->len;
2693         __skb_pull(skb, thlen);
2694
2695         mss = skb_shinfo(skb)->gso_size;
2696         if (unlikely(skb->len <= mss))
2697                 goto out;
2698
2699         if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {
2700                 /* Packet is from an untrusted source, reset gso_segs. */
2701                 int type = skb_shinfo(skb)->gso_type;
2702
2703                 if (unlikely(type &
2704                              ~(SKB_GSO_TCPV4 |
2705                                SKB_GSO_DODGY |
2706                                SKB_GSO_TCP_ECN |
2707                                SKB_GSO_TCPV6 |
2708                                0) ||
2709                              !(type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))))
2710                         goto out;
2711
2712                 skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss);
2713
2714                 segs = NULL;
2715                 goto out;
2716         }
2717
2718         segs = skb_segment(skb, features);
2719         if (IS_ERR(segs))
2720                 goto out;
2721
2722         delta = htonl(oldlen + (thlen + mss));
2723
2724         skb = segs;
2725         th = tcp_hdr(skb);
2726         seq = ntohl(th->seq);
2727
2728         do {
2729                 th->fin = th->psh = 0;
2730
2731                 th->check = ~csum_fold((__force __wsum)((__force u32)th->check +
2732                                        (__force u32)delta));
2733                 if (skb->ip_summed != CHECKSUM_PARTIAL)
2734                         th->check =
2735                              csum_fold(csum_partial(skb_transport_header(skb),
2736                                                     thlen, skb->csum));
2737
2738                 seq += mss;
2739                 skb = skb->next;
2740                 th = tcp_hdr(skb);
2741
2742                 th->seq = htonl(seq);
2743                 th->cwr = 0;
2744         } while (skb->next);
2745
2746         delta = htonl(oldlen + (skb->tail - skb->transport_header) +
2747                       skb->data_len);
2748         th->check = ~csum_fold((__force __wsum)((__force u32)th->check +
2749                                 (__force u32)delta));
2750         if (skb->ip_summed != CHECKSUM_PARTIAL)
2751                 th->check = csum_fold(csum_partial(skb_transport_header(skb),
2752                                                    thlen, skb->csum));
2753
2754 out:
2755         return segs;
2756 }
2757 EXPORT_SYMBOL(tcp_tso_segment);
2758
2759 struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb)
2760 {
2761         struct sk_buff **pp = NULL;
2762         struct sk_buff *p;
2763         struct tcphdr *th;
2764         struct tcphdr *th2;
2765         unsigned int len;
2766         unsigned int thlen;
2767         __be32 flags;
2768         unsigned int mss = 1;
2769         unsigned int hlen;
2770         unsigned int off;
2771         int flush = 1;
2772         int i;
2773
2774         off = skb_gro_offset(skb);
2775         hlen = off + sizeof(*th);
2776         th = skb_gro_header_fast(skb, off);
2777         if (skb_gro_header_hard(skb, hlen)) {
2778                 th = skb_gro_header_slow(skb, hlen, off);
2779                 if (unlikely(!th))
2780                         goto out;
2781         }
2782
2783         thlen = th->doff * 4;
2784         if (thlen < sizeof(*th))
2785                 goto out;
2786
2787         hlen = off + thlen;
2788         if (skb_gro_header_hard(skb, hlen)) {
2789                 th = skb_gro_header_slow(skb, hlen, off);
2790                 if (unlikely(!th))
2791                         goto out;
2792         }
2793
2794         skb_gro_pull(skb, thlen);
2795
2796         len = skb_gro_len(skb);
2797         flags = tcp_flag_word(th);
2798
2799         for (; (p = *head); head = &p->next) {
2800                 if (!NAPI_GRO_CB(p)->same_flow)
2801                         continue;
2802
2803                 th2 = tcp_hdr(p);
2804
2805                 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
2806                         NAPI_GRO_CB(p)->same_flow = 0;
2807                         continue;
2808                 }
2809
2810                 goto found;
2811         }
2812
2813         goto out_check_final;
2814
2815 found:
2816         flush = NAPI_GRO_CB(p)->flush;
2817         flush |= (__force int)(flags & TCP_FLAG_CWR);
2818         flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
2819                   ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
2820         flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
2821         for (i = sizeof(*th); i < thlen; i += 4)
2822                 flush |= *(u32 *)((u8 *)th + i) ^
2823                          *(u32 *)((u8 *)th2 + i);
2824
2825         mss = skb_shinfo(p)->gso_size;
2826
2827         flush |= (len - 1) >= mss;
2828         flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
2829
2830         if (flush || skb_gro_receive(head, skb)) {
2831                 mss = 1;
2832                 goto out_check_final;
2833         }
2834
2835         p = *head;
2836         th2 = tcp_hdr(p);
2837         tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);
2838
2839 out_check_final:
2840         flush = len < mss;
2841         flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH |
2842                                         TCP_FLAG_RST | TCP_FLAG_SYN |
2843                                         TCP_FLAG_FIN));
2844
2845         if (p && (!NAPI_GRO_CB(skb)->same_flow || flush))
2846                 pp = head;
2847
2848 out:
2849         NAPI_GRO_CB(skb)->flush |= flush;
2850
2851         return pp;
2852 }
2853 EXPORT_SYMBOL(tcp_gro_receive);
2854
2855 int tcp_gro_complete(struct sk_buff *skb)
2856 {
2857         struct tcphdr *th = tcp_hdr(skb);
2858
2859         skb->csum_start = skb_transport_header(skb) - skb->head;
2860         skb->csum_offset = offsetof(struct tcphdr, check);
2861         skb->ip_summed = CHECKSUM_PARTIAL;
2862
2863         skb_shinfo(skb)->gso_segs = NAPI_GRO_CB(skb)->count;
2864
2865         if (th->cwr)
2866                 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_ECN;
2867
2868         return 0;
2869 }
2870 EXPORT_SYMBOL(tcp_gro_complete);
2871
2872 #ifdef CONFIG_TCP_MD5SIG
2873 static unsigned long tcp_md5sig_users;
2874 static struct tcp_md5sig_pool * __percpu *tcp_md5sig_pool;
2875 static DEFINE_SPINLOCK(tcp_md5sig_pool_lock);
2876
2877 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool * __percpu *pool)
2878 {
2879         int cpu;
2880         for_each_possible_cpu(cpu) {
2881                 struct tcp_md5sig_pool *p = *per_cpu_ptr(pool, cpu);
2882                 if (p) {
2883                         if (p->md5_desc.tfm)
2884                                 crypto_free_hash(p->md5_desc.tfm);
2885                         kfree(p);
2886                 }
2887         }
2888         free_percpu(pool);
2889 }
2890
2891 void tcp_free_md5sig_pool(void)
2892 {
2893         struct tcp_md5sig_pool * __percpu *pool = NULL;
2894
2895         spin_lock_bh(&tcp_md5sig_pool_lock);
2896         if (--tcp_md5sig_users == 0) {
2897                 pool = tcp_md5sig_pool;
2898                 tcp_md5sig_pool = NULL;
2899         }
2900         spin_unlock_bh(&tcp_md5sig_pool_lock);
2901         if (pool)
2902                 __tcp_free_md5sig_pool(pool);
2903 }
2904 EXPORT_SYMBOL(tcp_free_md5sig_pool);
2905
2906 static struct tcp_md5sig_pool * __percpu *
2907 __tcp_alloc_md5sig_pool(struct sock *sk)
2908 {
2909         int cpu;
2910         struct tcp_md5sig_pool * __percpu *pool;
2911
2912         pool = alloc_percpu(struct tcp_md5sig_pool *);
2913         if (!pool)
2914                 return NULL;
2915
2916         for_each_possible_cpu(cpu) {
2917                 struct tcp_md5sig_pool *p;
2918                 struct crypto_hash *hash;
2919
2920                 p = kzalloc(sizeof(*p), sk->sk_allocation);
2921                 if (!p)
2922                         goto out_free;
2923                 *per_cpu_ptr(pool, cpu) = p;
2924
2925                 hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
2926                 if (!hash || IS_ERR(hash))
2927                         goto out_free;
2928
2929                 p->md5_desc.tfm = hash;
2930         }
2931         return pool;
2932 out_free:
2933         __tcp_free_md5sig_pool(pool);
2934         return NULL;
2935 }
2936
2937 struct tcp_md5sig_pool * __percpu *tcp_alloc_md5sig_pool(struct sock *sk)
2938 {
2939         struct tcp_md5sig_pool * __percpu *pool;
2940         int alloc = 0;
2941
2942 retry:
2943         spin_lock_bh(&tcp_md5sig_pool_lock);
2944         pool = tcp_md5sig_pool;
2945         if (tcp_md5sig_users++ == 0) {
2946                 alloc = 1;
2947                 spin_unlock_bh(&tcp_md5sig_pool_lock);
2948         } else if (!pool) {
2949                 tcp_md5sig_users--;
2950                 spin_unlock_bh(&tcp_md5sig_pool_lock);
2951                 cpu_relax();
2952                 goto retry;
2953         } else
2954                 spin_unlock_bh(&tcp_md5sig_pool_lock);
2955
2956         if (alloc) {
2957                 /* we cannot hold spinlock here because this may sleep. */
2958                 struct tcp_md5sig_pool * __percpu *p;
2959
2960                 p = __tcp_alloc_md5sig_pool(sk);
2961                 spin_lock_bh(&tcp_md5sig_pool_lock);
2962                 if (!p) {
2963                         tcp_md5sig_users--;
2964                         spin_unlock_bh(&tcp_md5sig_pool_lock);
2965                         return NULL;
2966                 }
2967                 pool = tcp_md5sig_pool;
2968                 if (pool) {
2969                         /* oops, it has already been assigned. */
2970                         spin_unlock_bh(&tcp_md5sig_pool_lock);
2971                         __tcp_free_md5sig_pool(p);
2972                 } else {
2973                         tcp_md5sig_pool = pool = p;
2974                         spin_unlock_bh(&tcp_md5sig_pool_lock);
2975                 }
2976         }
2977         return pool;
2978 }
2979 EXPORT_SYMBOL(tcp_alloc_md5sig_pool);
2980
2981
2982 /**
2983  *      tcp_get_md5sig_pool - get md5sig_pool for this user
2984  *
2985  *      We use percpu structure, so if we succeed, we exit with preemption
2986  *      and BH disabled, to make sure another thread or softirq handling
2987  *      wont try to get same context.
2988  */
2989 struct tcp_md5sig_pool *tcp_get_md5sig_pool(void)
2990 {
2991         struct tcp_md5sig_pool * __percpu *p;
2992
2993         local_bh_disable();
2994
2995         spin_lock(&tcp_md5sig_pool_lock);
2996         p = tcp_md5sig_pool;
2997         if (p)
2998                 tcp_md5sig_users++;
2999         spin_unlock(&tcp_md5sig_pool_lock);
3000
3001         if (p)
3002                 return *this_cpu_ptr(p);
3003
3004         local_bh_enable();
3005         return NULL;
3006 }
3007 EXPORT_SYMBOL(tcp_get_md5sig_pool);
3008
3009 void tcp_put_md5sig_pool(void)
3010 {
3011         local_bh_enable();
3012         tcp_free_md5sig_pool();
3013 }
3014 EXPORT_SYMBOL(tcp_put_md5sig_pool);
3015
3016 int tcp_md5_hash_header(struct tcp_md5sig_pool *hp,
3017                         struct tcphdr *th)
3018 {
3019         struct scatterlist sg;
3020         int err;
3021
3022         __sum16 old_checksum = th->check;
3023         th->check = 0;
3024         /* options aren't included in the hash */
3025         sg_init_one(&sg, th, sizeof(struct tcphdr));
3026         err = crypto_hash_update(&hp->md5_desc, &sg, sizeof(struct tcphdr));
3027         th->check = old_checksum;
3028         return err;
3029 }
3030 EXPORT_SYMBOL(tcp_md5_hash_header);
3031
3032 int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *hp,
3033                           struct sk_buff *skb, unsigned header_len)
3034 {
3035         struct scatterlist sg;
3036         const struct tcphdr *tp = tcp_hdr(skb);
3037         struct hash_desc *desc = &hp->md5_desc;
3038         unsigned i;
3039         const unsigned head_data_len = skb_headlen(skb) > header_len ?
3040                                        skb_headlen(skb) - header_len : 0;
3041         const struct skb_shared_info *shi = skb_shinfo(skb);
3042         struct sk_buff *frag_iter;
3043
3044         sg_init_table(&sg, 1);
3045
3046         sg_set_buf(&sg, ((u8 *) tp) + header_len, head_data_len);
3047         if (crypto_hash_update(desc, &sg, head_data_len))
3048                 return 1;
3049
3050         for (i = 0; i < shi->nr_frags; ++i) {
3051                 const struct skb_frag_struct *f = &shi->frags[i];
3052                 sg_set_page(&sg, f->page, f->size, f->page_offset);
3053                 if (crypto_hash_update(desc, &sg, f->size))
3054                         return 1;
3055         }
3056
3057         skb_walk_frags(skb, frag_iter)
3058                 if (tcp_md5_hash_skb_data(hp, frag_iter, 0))
3059                         return 1;
3060
3061         return 0;
3062 }
3063 EXPORT_SYMBOL(tcp_md5_hash_skb_data);
3064
3065 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, struct tcp_md5sig_key *key)
3066 {
3067         struct scatterlist sg;
3068
3069         sg_init_one(&sg, key->key, key->keylen);
3070         return crypto_hash_update(&hp->md5_desc, &sg, key->keylen);
3071 }
3072 EXPORT_SYMBOL(tcp_md5_hash_key);
3073
3074 #endif
3075
3076 /**
3077  * Each Responder maintains up to two secret values concurrently for
3078  * efficient secret rollover.  Each secret value has 4 states:
3079  *
3080  * Generating.  (tcp_secret_generating != tcp_secret_primary)
3081  *    Generates new Responder-Cookies, but not yet used for primary
3082  *    verification.  This is a short-term state, typically lasting only
3083  *    one round trip time (RTT).
3084  *
3085  * Primary.  (tcp_secret_generating == tcp_secret_primary)
3086  *    Used both for generation and primary verification.
3087  *
3088  * Retiring.  (tcp_secret_retiring != tcp_secret_secondary)
3089  *    Used for verification, until the first failure that can be
3090  *    verified by the newer Generating secret.  At that time, this
3091  *    cookie's state is changed to Secondary, and the Generating
3092  *    cookie's state is changed to Primary.  This is a short-term state,
3093  *    typically lasting only one round trip time (RTT).
3094  *
3095  * Secondary.  (tcp_secret_retiring == tcp_secret_secondary)
3096  *    Used for secondary verification, after primary verification
3097  *    failures.  This state lasts no more than twice the Maximum Segment
3098  *    Lifetime (2MSL).  Then, the secret is discarded.
3099  */
3100 struct tcp_cookie_secret {
3101         /* The secret is divided into two parts.  The digest part is the
3102          * equivalent of previously hashing a secret and saving the state,
3103          * and serves as an initialization vector (IV).  The message part
3104          * serves as the trailing secret.
3105          */
3106         u32                             secrets[COOKIE_WORKSPACE_WORDS];
3107         unsigned long                   expires;
3108 };
3109
3110 #define TCP_SECRET_1MSL (HZ * TCP_PAWS_MSL)
3111 #define TCP_SECRET_2MSL (HZ * TCP_PAWS_MSL * 2)
3112 #define TCP_SECRET_LIFE (HZ * 600)
3113
3114 static struct tcp_cookie_secret tcp_secret_one;
3115 static struct tcp_cookie_secret tcp_secret_two;
3116
3117 /* Essentially a circular list, without dynamic allocation. */
3118 static struct tcp_cookie_secret *tcp_secret_generating;
3119 static struct tcp_cookie_secret *tcp_secret_primary;
3120 static struct tcp_cookie_secret *tcp_secret_retiring;
3121 static struct tcp_cookie_secret *tcp_secret_secondary;
3122
3123 static DEFINE_SPINLOCK(tcp_secret_locker);
3124
3125 /* Select a pseudo-random word in the cookie workspace.
3126  */
3127 static inline u32 tcp_cookie_work(const u32 *ws, const int n)
3128 {
3129         return ws[COOKIE_DIGEST_WORDS + ((COOKIE_MESSAGE_WORDS-1) & ws[n])];
3130 }
3131
3132 /* Fill bakery[COOKIE_WORKSPACE_WORDS] with generator, updating as needed.
3133  * Called in softirq context.
3134  * Returns: 0 for success.
3135  */
3136 int tcp_cookie_generator(u32 *bakery)
3137 {
3138         unsigned long jiffy = jiffies;
3139
3140         if (unlikely(time_after_eq(jiffy, tcp_secret_generating->expires))) {
3141                 spin_lock_bh(&tcp_secret_locker);
3142                 if (!time_after_eq(jiffy, tcp_secret_generating->expires)) {
3143                         /* refreshed by another */
3144                         memcpy(bakery,
3145                                &tcp_secret_generating->secrets[0],
3146                                COOKIE_WORKSPACE_WORDS);
3147                 } else {
3148                         /* still needs refreshing */
3149                         get_random_bytes(bakery, COOKIE_WORKSPACE_WORDS);
3150
3151                         /* The first time, paranoia assumes that the
3152                          * randomization function isn't as strong.  But,
3153                          * this secret initialization is delayed until
3154                          * the last possible moment (packet arrival).
3155                          * Although that time is observable, it is
3156                          * unpredictably variable.  Mash in the most
3157                          * volatile clock bits available, and expire the
3158                          * secret extra quickly.
3159                          */
3160                         if (unlikely(tcp_secret_primary->expires ==
3161                                      tcp_secret_secondary->expires)) {
3162                                 struct timespec tv;
3163
3164                                 getnstimeofday(&tv);
3165                                 bakery[COOKIE_DIGEST_WORDS+0] ^=
3166                                         (u32)tv.tv_nsec;
3167
3168                                 tcp_secret_secondary->expires = jiffy
3169                                         + TCP_SECRET_1MSL
3170                                         + (0x0f & tcp_cookie_work(bakery, 0));
3171                         } else {
3172                                 tcp_secret_secondary->expires = jiffy
3173                                         + TCP_SECRET_LIFE
3174                                         + (0xff & tcp_cookie_work(bakery, 1));
3175                                 tcp_secret_primary->expires = jiffy
3176                                         + TCP_SECRET_2MSL
3177                                         + (0x1f & tcp_cookie_work(bakery, 2));
3178                         }
3179                         memcpy(&tcp_secret_secondary->secrets[0],
3180                                bakery, COOKIE_WORKSPACE_WORDS);
3181
3182                         rcu_assign_pointer(tcp_secret_generating,
3183                                            tcp_secret_secondary);
3184                         rcu_assign_pointer(tcp_secret_retiring,
3185                                            tcp_secret_primary);
3186                         /*
3187                          * Neither call_rcu() nor synchronize_rcu() needed.
3188                          * Retiring data is not freed.  It is replaced after
3189                          * further (locked) pointer updates, and a quiet time
3190                          * (minimum 1MSL, maximum LIFE - 2MSL).
3191                          */
3192                 }
3193                 spin_unlock_bh(&tcp_secret_locker);
3194         } else {
3195                 rcu_read_lock_bh();
3196                 memcpy(bakery,
3197                        &rcu_dereference(tcp_secret_generating)->secrets[0],
3198                        COOKIE_WORKSPACE_WORDS);
3199                 rcu_read_unlock_bh();
3200         }
3201         return 0;
3202 }
3203 EXPORT_SYMBOL(tcp_cookie_generator);
3204
3205 void tcp_done(struct sock *sk)
3206 {
3207         if (sk->sk_state == TCP_SYN_SENT || sk->sk_state == TCP_SYN_RECV)
3208                 TCP_INC_STATS_BH(sock_net(sk), TCP_MIB_ATTEMPTFAILS);
3209
3210         tcp_set_state(sk, TCP_CLOSE);
3211         tcp_clear_xmit_timers(sk);
3212
3213         sk->sk_shutdown = SHUTDOWN_MASK;
3214
3215         if (!sock_flag(sk, SOCK_DEAD))
3216                 sk->sk_state_change(sk);
3217         else
3218                 inet_csk_destroy_sock(sk);
3219 }
3220 EXPORT_SYMBOL_GPL(tcp_done);
3221
3222 extern struct tcp_congestion_ops tcp_reno;
3223
3224 static __initdata unsigned long thash_entries;
3225 static int __init set_thash_entries(char *str)
3226 {
3227         if (!str)
3228                 return 0;
3229         thash_entries = simple_strtoul(str, &str, 0);
3230         return 1;
3231 }
3232 __setup("thash_entries=", set_thash_entries);
3233
3234 void __init tcp_init(void)
3235 {
3236         struct sk_buff *skb = NULL;
3237         unsigned long limit;
3238         int i, max_rshare, max_wshare, cnt;
3239         unsigned long jiffy = jiffies;
3240
3241         BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb));
3242
3243         percpu_counter_init(&tcp_sockets_allocated, 0);
3244         percpu_counter_init(&tcp_orphan_count, 0);
3245         tcp_hashinfo.bind_bucket_cachep =
3246                 kmem_cache_create("tcp_bind_bucket",
3247                                   sizeof(struct inet_bind_bucket), 0,
3248                                   SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
3249
3250         /* Size and allocate the main established and bind bucket
3251          * hash tables.
3252          *
3253          * The methodology is similar to that of the buffer cache.
3254          */
3255         tcp_hashinfo.ehash =
3256                 alloc_large_system_hash("TCP established",
3257                                         sizeof(struct inet_ehash_bucket),
3258                                         thash_entries,
3259                                         (totalram_pages >= 128 * 1024) ?
3260                                         13 : 15,
3261                                         0,
3262                                         NULL,
3263                                         &tcp_hashinfo.ehash_mask,
3264                                         thash_entries ? 0 : 512 * 1024);
3265         for (i = 0; i <= tcp_hashinfo.ehash_mask; i++) {
3266                 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i);
3267                 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].twchain, i);
3268         }
3269         if (inet_ehash_locks_alloc(&tcp_hashinfo))
3270                 panic("TCP: failed to alloc ehash_locks");
3271         tcp_hashinfo.bhash =
3272                 alloc_large_system_hash("TCP bind",
3273                                         sizeof(struct inet_bind_hashbucket),
3274                                         tcp_hashinfo.ehash_mask + 1,
3275                                         (totalram_pages >= 128 * 1024) ?
3276                                         13 : 15,
3277                                         0,
3278                                         &tcp_hashinfo.bhash_size,
3279                                         NULL,
3280                                         64 * 1024);
3281         tcp_hashinfo.bhash_size = 1 << tcp_hashinfo.bhash_size;
3282         for (i = 0; i < tcp_hashinfo.bhash_size; i++) {
3283                 spin_lock_init(&tcp_hashinfo.bhash[i].lock);
3284                 INIT_HLIST_HEAD(&tcp_hashinfo.bhash[i].chain);
3285         }
3286
3287
3288         cnt = tcp_hashinfo.ehash_mask + 1;
3289
3290         tcp_death_row.sysctl_max_tw_buckets = cnt / 2;
3291         sysctl_tcp_max_orphans = cnt / 2;
3292         sysctl_max_syn_backlog = max(128, cnt / 256);
3293
3294         limit = nr_free_buffer_pages() / 8;
3295         limit = max(limit, 128UL);
3296         sysctl_tcp_mem[0] = limit / 4 * 3;
3297         sysctl_tcp_mem[1] = limit;
3298         sysctl_tcp_mem[2] = sysctl_tcp_mem[0] * 2;
3299
3300         /* Set per-socket limits to no more than 1/128 the pressure threshold */
3301         limit = ((unsigned long)sysctl_tcp_mem[1]) << (PAGE_SHIFT - 7);
3302         max_wshare = min(4UL*1024*1024, limit);
3303         max_rshare = min(6UL*1024*1024, limit);
3304
3305         sysctl_tcp_wmem[0] = SK_MEM_QUANTUM;
3306         sysctl_tcp_wmem[1] = 16*1024;
3307         sysctl_tcp_wmem[2] = max(64*1024, max_wshare);
3308
3309         sysctl_tcp_rmem[0] = SK_MEM_QUANTUM;
3310         sysctl_tcp_rmem[1] = 87380;
3311         sysctl_tcp_rmem[2] = max(87380, max_rshare);
3312
3313         printk(KERN_INFO "TCP: Hash tables configured "
3314                "(established %u bind %u)\n",
3315                tcp_hashinfo.ehash_mask + 1, tcp_hashinfo.bhash_size);
3316
3317         tcp_register_congestion_control(&tcp_reno);
3318
3319         memset(&tcp_secret_one.secrets[0], 0, sizeof(tcp_secret_one.secrets));
3320         memset(&tcp_secret_two.secrets[0], 0, sizeof(tcp_secret_two.secrets));
3321         tcp_secret_one.expires = jiffy; /* past due */
3322         tcp_secret_two.expires = jiffy; /* past due */
3323         tcp_secret_generating = &tcp_secret_one;
3324         tcp_secret_primary = &tcp_secret_one;
3325         tcp_secret_retiring = &tcp_secret_two;
3326         tcp_secret_secondary = &tcp_secret_two;
3327 }
3328
3329 static int tcp_is_local(struct net *net, __be32 addr) {
3330         struct rtable *rt;
3331         struct flowi4 fl4 = { .daddr = addr };
3332         rt = ip_route_output_key(net, &fl4);
3333         if (IS_ERR_OR_NULL(rt))
3334                 return 0;
3335         return rt->dst.dev && (rt->dst.dev->flags & IFF_LOOPBACK);
3336 }
3337
3338 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
3339 static int tcp_is_local6(struct net *net, struct in6_addr *addr) {
3340         struct rt6_info *rt6 = rt6_lookup(net, addr, addr, 0, 0);
3341         return rt6 && rt6->rt6i_dev && (rt6->rt6i_dev->flags & IFF_LOOPBACK);
3342 }
3343 #endif
3344
3345 /*
3346  * tcp_nuke_addr - destroy all sockets on the given local address
3347  * if local address is the unspecified address (0.0.0.0 or ::), destroy all
3348  * sockets with local addresses that are not configured.
3349  */
3350 int tcp_nuke_addr(struct net *net, struct sockaddr *addr)
3351 {
3352         int family = addr->sa_family;
3353         unsigned int bucket;
3354
3355         struct in_addr *in;
3356 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
3357         struct in6_addr *in6;
3358 #endif
3359         if (family == AF_INET) {
3360                 in = &((struct sockaddr_in *)addr)->sin_addr;
3361 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
3362         } else if (family == AF_INET6) {
3363                 in6 = &((struct sockaddr_in6 *)addr)->sin6_addr;
3364 #endif
3365         } else {
3366                 return -EAFNOSUPPORT;
3367         }
3368
3369         for (bucket = 0; bucket < tcp_hashinfo.ehash_mask; bucket++) {
3370                 struct hlist_nulls_node *node;
3371                 struct sock *sk;
3372                 spinlock_t *lock = inet_ehash_lockp(&tcp_hashinfo, bucket);
3373
3374 restart:
3375                 spin_lock_bh(lock);
3376                 sk_nulls_for_each(sk, node, &tcp_hashinfo.ehash[bucket].chain) {
3377                         struct inet_sock *inet = inet_sk(sk);
3378
3379                         if (sysctl_ip_dynaddr && sk->sk_state == TCP_SYN_SENT)
3380                                 continue;
3381                         if (sock_flag(sk, SOCK_DEAD))
3382                                 continue;
3383
3384                         if (family == AF_INET) {
3385                                 __be32 s4 = inet->inet_rcv_saddr;
3386                                 if (s4 == LOOPBACK4_IPV6)
3387                                         continue;
3388
3389                                 if (in->s_addr != s4 &&
3390                                     !(in->s_addr == INADDR_ANY &&
3391                                       !tcp_is_local(net, s4)))
3392                                         continue;
3393                         }
3394
3395 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
3396                         if (family == AF_INET6) {
3397                                 struct in6_addr *s6;
3398                                 if (!inet->pinet6)
3399                                         continue;
3400
3401                                 s6 = &inet->pinet6->rcv_saddr;
3402                                 if (ipv6_addr_type(s6) == IPV6_ADDR_MAPPED)
3403                                         continue;
3404
3405                                 if (!ipv6_addr_equal(in6, s6) &&
3406                                     !(ipv6_addr_equal(in6, &in6addr_any) &&
3407                                       !tcp_is_local6(net, s6)))
3408                                 continue;
3409                         }
3410 #endif
3411
3412                         sock_hold(sk);
3413                         spin_unlock_bh(lock);
3414
3415                         local_bh_disable();
3416                         bh_lock_sock(sk);
3417                         sk->sk_err = ETIMEDOUT;
3418                         sk->sk_error_report(sk);
3419
3420                         tcp_done(sk);
3421                         bh_unlock_sock(sk);
3422                         local_bh_enable();
3423                         sock_put(sk);
3424
3425                         goto restart;
3426                 }
3427                 spin_unlock_bh(lock);
3428         }
3429
3430         return 0;
3431 }