Al Viro
57be5bdad7
ip: convert tcp_sendmsg() to iov_iter primitives
...
patch is actually smaller than it seems to be - most of it is unindenting
the inner loop body in tcp_sendmsg() itself...
the bit in tcp_input.c is going to get reverted very soon - that's what
memcpy_from_msg() will become, but not in this commit; let's keep it
reasonably contained...
There's one potentially subtle change here: in case of short copy from
userland, mainline tcp_send_syn_data() discards the skb it has allocated
and falls back to normal path, where we'll send as much as possible after
rereading the same data again. This patch trims SYN+data skb instead -
that way we don't need to copy from the same place twice.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2015-02-04 01:34:14 -05:00
..
2014-12-23 15:34:28 +01:00
2014-11-29 20:47:48 -08:00
2014-09-18 10:54:36 +02:00
2014-11-11 15:23:54 -05:00
2014-11-04 15:09:52 -05:00
2014-07-07 21:14:21 -07:00
2015-01-18 23:36:08 -05:00
2014-11-06 15:11:10 -05:00
2014-12-31 18:25:54 -05:00
2015-01-25 14:47:16 -08:00
2014-12-31 18:25:54 -05:00
2015-01-25 14:47:16 -08:00
2015-01-25 14:47:16 -08:00
2015-01-14 15:20:04 -05:00
2015-01-28 23:04:15 -08:00
2014-09-08 15:23:05 -07:00
2014-12-05 21:18:34 -08:00
2014-11-18 15:28:28 -05:00
2014-11-16 16:55:06 -05:00
2014-05-14 15:31:45 -04:00
2015-01-18 01:03:45 -05:00
2014-11-11 14:10:31 -05:00
2014-08-23 12:21:21 -07:00
2013-12-29 16:34:25 -05:00
2013-10-08 23:19:24 -04:00
2014-09-08 16:42:42 -07:00
2015-01-26 17:28:27 -08:00
2014-11-11 14:10:31 -05:00
2015-01-19 14:32:03 -05:00
2014-01-27 16:22:11 -08:00
2014-09-28 16:35:42 -04:00
2014-12-09 16:29:03 -05:00
2015-01-27 16:59:56 -08:00
2014-10-17 23:45:26 -04:00
2015-01-19 14:32:03 -05:00
2015-01-19 14:32:03 -05:00
2014-02-25 07:04:17 +01:00
2015-01-19 15:45:10 -05:00
2015-01-19 14:32:03 -05:00
2015-01-18 01:03:45 -05:00
2014-11-05 16:30:02 -05:00
2014-10-06 00:32:20 -04:00
2014-02-19 11:41:25 +01:00
2015-02-04 01:34:14 -05:00
2014-12-09 14:58:23 -05:00
2014-09-19 17:15:31 -04:00
2015-02-04 01:34:13 -05:00
2015-01-27 16:59:56 -08:00
2014-11-04 16:06:09 -05:00
2014-10-29 15:05:15 -04:00
2014-09-01 18:12:45 -07:00
2015-01-05 22:55:24 -05:00
2014-12-09 14:58:23 -05:00
2014-09-29 00:13:10 -04:00
2014-09-01 18:12:45 -07:00
2014-09-29 12:31:12 -04:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2015-02-04 01:34:14 -05:00
2015-01-05 22:55:24 -05:00
2014-05-03 19:23:07 -04:00
2014-12-10 17:41:04 -08:00
2015-01-18 01:03:45 -05:00
2015-01-05 22:55:24 -05:00
2014-11-05 23:52:33 -08:00
2015-02-04 01:34:14 -05:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-11-11 14:10:31 -05:00
2014-09-01 18:12:45 -07:00
2013-10-19 19:12:11 -04:00
2014-09-01 18:12:45 -07:00
2014-09-29 00:13:10 -04:00
2014-09-01 18:12:45 -07:00
2015-02-04 01:34:14 -05:00
2012-03-11 23:42:51 -07:00
2015-01-27 00:02:41 -08:00
2013-10-19 19:12:11 -04:00
2015-01-14 15:20:04 -05:00
2015-01-24 23:15:40 -08:00
2015-01-05 22:44:46 -05:00
2014-05-23 16:28:53 -04:00
2014-02-25 07:04:16 +01:00
2013-12-26 13:43:21 -05:00
2014-06-02 11:00:41 -07:00
2014-05-24 00:32:30 -04:00
2014-03-14 07:28:07 +01:00
2014-06-30 07:49:47 +02:00
2013-12-18 16:58:20 -05:00
2013-05-31 17:19:05 -07:00