Lorenzo Colitti
c1e64e298b
net: diag: Support destroying TCP sockets.
...
This implements SOCK_DESTROY for TCP sockets. It causes all
blocking calls on the socket to fail fast with ECONNABORTED and
causes a protocol close of the socket. It informs the other end
of the connection by sending a RST, i.e., initiating a TCP ABORT
as per RFC 793. ECONNABORTED was chosen for consistency with
FreeBSD.
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-15 23:26:52 -05:00
..
2015-12-15 16:50:20 -05:00
2015-09-29 20:40:33 -07:00
2015-08-25 13:38:50 -07:00
2015-10-20 06:08:27 -07:00
2015-07-29 22:44:04 -07:00
2015-10-21 19:15:20 -07:00
2015-05-28 11:23:20 +08:00
2015-11-03 13:41:45 -05:00
2015-07-24 22:46:11 -07:00
2015-09-09 14:19:50 -07:00
2015-11-04 21:34:37 -05:00
2015-10-27 18:14:51 -07:00
2015-08-29 13:07:54 -07:00
2015-08-10 14:03:54 -07:00
2015-10-26 22:01:18 -07:00
2015-10-14 06:01:07 -07:00
2015-12-03 12:07:05 -05:00
2015-11-15 18:36:38 -05:00
2015-12-15 23:26:51 -05:00
2015-11-02 22:47:14 -05:00
2015-10-23 05:42:21 -07:00
2015-09-21 16:32:29 -07:00
2015-08-28 13:32:36 -07:00
2015-10-08 04:26:54 -07:00
2015-11-02 22:47:14 -05:00
2015-11-30 15:26:21 -05:00
2015-10-12 19:44:16 -07:00
2015-12-15 16:50:20 -05:00
2015-11-04 21:29:59 -05:00
2015-11-30 15:26:21 -05:00
2015-11-30 15:26:21 -05:00
2015-11-30 15:26:21 -05:00
2015-11-24 12:00:09 -05:00
2015-11-30 15:26:21 -05:00
2015-12-03 21:09:12 -05:00
2015-12-15 23:26:52 -05:00
2015-10-21 07:00:48 -07:00
2015-09-29 20:21:32 +02:00
2015-07-09 21:09:10 -07:00
2015-07-21 22:36:33 -07:00
2015-11-16 15:08:48 -05:00
2015-10-08 05:18:47 -07:00
2015-10-23 05:42:21 -07:00
2015-11-04 21:29:06 -05:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-09-25 13:00:38 -07:00
2015-09-17 22:35:07 -07:00
2015-10-23 02:46:52 -07:00
2015-12-15 23:26:52 -05:00
2015-10-23 05:42:21 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-11-30 15:34:17 -05:00
2015-12-15 23:26:52 -05:00
2015-08-28 13:32:36 -07:00
2015-11-05 14:36:09 -05:00
2015-06-11 16:33:10 -07:00
2015-12-02 23:44:32 -05:00
2015-10-21 07:00:53 -07:00
2015-07-09 14:22:52 -07:00
2015-11-20 10:51:12 -05:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-05-05 19:50:09 -04:00
2015-12-15 23:26:52 -05:00
2015-06-15 19:49:22 -07:00
2015-12-15 16:50:20 -05:00
2015-08-27 15:42:47 -07:00
2015-12-15 16:50:20 -05:00
2015-09-17 17:18:37 -07:00
2015-10-24 06:54:12 -07:00
2015-10-30 20:51:56 +09:00