Eric Dumazet
fdd7b4c330
r8169: fix crash when large packets are received
...
Michael Tokarev reported receiving a large packet could crash
a machine with RTL8169 NIC.
( original thread at http://lkml.org/lkml/2009/6/8/192 )
Problem is this driver tells that NIC frames up to 16383 bytes
can be received but provides skb to rx ring allocated with
smaller sizes (1536 bytes in case standard 1500 bytes MTU is used)
When a frame larger than what was allocated by driver is received,
dma transfert can occurs past the end of buffer and corrupt
kernel memory.
Fix is to tell to NIC what is the maximum size a frame can be.
This bug is very old, (before git introduction, linux-2.6.10), and
should be backported to stable versions.
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Tested-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-09 04:01:02 -07:00
..
2009-03-27 00:46:42 -07:00
2009-02-17 17:26:05 -08:00
2009-05-10 10:46:45 -07:00
2009-04-13 15:04:33 -07:00
2009-05-29 22:04:54 -07:00
2009-05-26 20:50:12 -07:00
2009-05-18 15:38:55 -07:00
2009-05-17 21:15:54 -07:00
2008-12-17 15:37:55 -08:00
2009-04-07 08:31:11 -07:00
2009-04-13 15:16:33 -07:00
2009-05-29 01:54:41 -07:00
2009-06-02 01:29:58 -07:00
2009-04-17 01:09:58 -07:00
2009-05-04 11:06:37 -07:00
2009-04-07 08:31:11 -07:00
2009-04-11 02:06:43 -07:00
2009-03-31 14:43:54 -07:00
2009-04-11 02:06:45 -07:00
2009-05-06 16:43:48 -07:00
2009-04-11 02:55:14 -07:00
2009-03-31 01:14:44 +04:00
2009-04-07 08:31:11 -07:00
2009-04-27 03:14:48 -07:00
2009-01-21 14:33:50 -08:00
2009-05-29 22:04:42 -07:00
2009-04-15 02:29:33 -07:00
2009-04-07 08:31:11 -07:00
2009-04-21 02:06:14 -07:00
2009-04-16 03:13:07 -07:00
2009-04-07 08:31:11 -07:00
2009-04-14 19:48:34 -07:00
2009-03-30 15:21:57 +02:00
2009-04-07 08:31:11 -07:00
2009-04-07 08:31:11 -07:00
2009-05-04 12:01:43 -07:00
2009-05-17 21:18:05 -07:00
2009-05-09 14:55:52 +02:00
2009-05-22 00:13:18 -07:00
2009-05-29 12:41:01 +02:00
2009-02-26 22:21:54 -08:00
2009-01-21 14:02:21 -08:00
2008-12-08 01:14:16 -08:00
2009-03-27 00:46:38 -07:00
2009-02-14 23:12:00 -08:00
2008-04-29 01:55:11 -04:00
2009-01-21 14:02:23 -08:00
2009-06-01 03:12:04 -07:00
2009-01-21 14:02:24 -08:00
2009-01-21 14:02:24 -08:00
2009-01-21 14:02:25 -08:00
2008-11-03 21:11:17 -08:00
2009-04-07 08:31:11 -07:00
2009-04-22 00:43:24 -07:00
2009-01-11 00:06:36 -08:00
2008-11-25 18:12:49 -08:00
2009-01-11 00:06:36 -08:00
2009-01-21 14:02:41 -08:00
2009-04-14 21:57:00 -07:00
2009-03-27 00:46:54 -07:00
2009-04-07 08:31:11 -07:00
2009-01-04 16:10:02 -08:00
2009-04-07 08:31:11 -07:00
2008-11-25 18:25:32 -08:00
2009-04-11 02:53:46 -07:00
2007-10-19 23:21:04 +02:00
2009-03-27 00:46:51 -07:00
2009-04-14 21:57:01 -07:00
2009-01-07 18:10:24 -08:00
2009-04-14 21:57:02 -07:00
2008-10-08 16:29:57 -07:00
2009-03-24 23:32:03 -07:00
2009-04-07 08:31:11 -07:00
2009-01-15 15:29:35 -08:00
2009-05-26 20:55:33 -07:00
2008-10-08 16:29:57 -07:00
2009-03-24 16:38:22 -07:00
2009-04-04 16:51:14 -07:00
2009-05-06 16:46:47 -07:00
2009-04-04 16:51:14 -07:00
2009-03-02 22:32:48 -08:00
2009-02-15 23:32:01 -08:00
2009-02-15 23:32:01 -08:00
2009-03-22 21:24:19 -07:00
2009-03-10 04:52:03 -07:00
2009-03-02 22:32:45 -08:00
2009-02-15 23:32:01 -08:00
2009-04-07 08:31:11 -07:00
2009-03-02 22:32:43 -08:00
2009-03-10 05:04:16 -07:00
2009-04-07 08:31:11 -07:00
2008-09-22 19:27:10 -07:00
2009-03-24 16:38:22 -07:00
2009-03-27 00:46:55 -07:00
2009-01-07 17:34:36 -08:00
2009-01-07 17:34:36 -08:00
2009-04-14 21:57:04 -07:00
2009-02-10 01:56:45 -08:00
2009-03-27 00:46:52 -07:00
2009-04-07 08:31:10 -07:00
2008-02-01 20:54:03 +11:00
2009-04-02 19:04:50 -07:00
2008-06-24 22:57:16 -04:00
2009-04-02 16:31:45 -07:00
2009-03-11 23:26:02 -07:00
2008-11-20 20:28:00 -08:00
2009-04-28 22:42:39 -07:00
2009-02-17 17:21:08 -08:00
2009-03-27 00:46:51 -07:00
2009-03-27 00:46:50 -07:00
2008-12-29 18:42:33 -08:00
2008-01-28 15:08:03 -08:00
2009-01-07 17:30:09 -08:00
2009-01-21 14:33:50 -08:00
2009-04-08 15:56:33 -07:00
2008-11-25 18:23:59 -08:00
2009-03-27 00:46:55 -07:00
2009-03-27 00:16:21 -07:00
2009-03-27 00:46:52 -07:00
2009-02-26 22:21:59 -08:00
2008-12-21 02:54:30 -07:00
2009-04-02 21:05:30 -07:00
2008-05-01 11:05:58 -06:00
2009-04-08 15:44:45 -07:00
2009-02-01 00:58:26 -08:00
2009-06-02 00:19:52 -07:00
2009-04-02 13:57:30 -07:00
2009-02-04 16:42:35 -08:00
2009-02-01 00:52:34 -08:00
2009-02-04 16:43:44 -08:00
2009-05-25 00:42:34 -07:00
2009-05-26 20:48:04 -07:00
2009-02-26 22:22:02 -08:00
2009-04-07 08:31:11 -07:00
2009-02-26 21:02:19 -08:00
2008-11-25 18:24:57 -08:00
2008-06-11 21:58:32 -04:00
2009-01-11 00:06:36 -08:00
2009-03-27 00:46:49 -07:00
2009-01-21 14:33:50 -08:00
2009-01-06 10:47:44 -08:00
2008-11-20 20:14:53 -08:00
2009-04-13 15:16:31 -07:00
2009-04-07 08:31:11 -07:00
2008-08-14 04:26:38 -04:00
2009-04-13 15:16:30 -07:00
2009-01-13 14:48:00 +11:00
2009-03-24 16:38:22 -07:00
2009-04-13 15:04:33 -07:00
2009-03-02 01:55:15 -08:00
2009-04-20 02:15:01 -07:00
2009-01-21 14:33:50 -08:00
2009-03-27 00:46:48 -07:00
2008-12-15 15:14:59 -08:00
2008-11-03 21:11:17 -08:00
2008-11-25 18:24:38 -08:00
2008-11-20 20:14:53 -08:00
2009-03-27 00:46:54 -07:00
2009-04-13 15:16:29 -07:00
2009-05-29 01:56:35 -07:00
2009-04-17 01:30:34 -07:00
2008-10-08 16:29:57 -07:00
2008-11-12 23:37:49 -08:00
2008-11-03 21:11:17 -08:00
2009-04-13 15:16:26 -07:00
2009-04-17 15:59:23 -07:00
2009-05-25 22:43:49 -07:00
2009-05-17 21:11:36 -07:00
2009-03-24 16:38:25 -07:00
2009-05-17 21:16:47 -07:00
2008-11-12 23:38:14 -08:00
2009-04-04 16:38:42 -07:00
2008-08-29 02:13:32 -07:00
2009-02-26 22:21:58 -08:00
2008-11-28 15:55:00 -08:00
2009-05-02 13:52:13 -07:00
2009-02-11 21:01:33 +01:00
2009-01-11 00:06:36 -08:00
2008-12-25 23:52:57 -08:00
2009-05-01 15:24:18 -07:00
2008-12-05 22:54:40 -08:00
2009-03-27 00:46:53 -07:00
2008-03-26 00:18:00 -04:00
2009-03-27 00:46:53 -07:00
2009-03-28 23:37:27 -07:00
2009-04-08 15:52:16 -07:00
2009-02-20 00:58:45 -08:00
2009-04-07 08:31:11 -07:00
2008-11-12 23:38:14 -08:00
2009-01-21 14:33:50 -08:00
2008-03-05 16:34:41 -06:00
2008-12-08 01:14:16 -08:00
2009-01-21 14:33:50 -08:00
2009-01-07 17:26:48 -08:00
2009-03-13 16:09:12 -07:00
2008-01-28 15:11:27 -08:00
2009-03-13 16:09:12 -07:00
2008-08-14 04:26:38 -04:00
2009-03-13 16:09:12 -07:00
2009-03-10 05:22:43 -07:00
2009-02-17 17:21:12 -08:00
2009-01-21 15:55:15 -08:00
2009-02-01 00:45:17 -08:00
2008-06-03 15:00:14 -04:00
2009-04-16 10:39:06 -04:00
2008-11-10 15:11:56 -05:00
2009-04-07 08:31:11 -07:00
2008-08-07 02:11:14 -04:00
2009-04-08 15:50:43 -07:00
2009-06-09 04:01:02 -07:00
2009-02-26 23:07:31 -08:00
2008-12-03 22:19:52 -08:00
2007-12-22 22:53:07 -05:00
2008-05-22 06:26:21 -04:00
2009-04-07 08:31:11 -07:00
2008-09-24 18:49:04 -04:00
2009-01-07 17:56:54 -08:00
2009-03-30 15:21:59 +02:00
2009-04-07 08:31:11 -07:00
2009-03-27 00:46:46 -07:00
2008-11-12 23:38:36 -08:00
2009-04-13 15:16:25 -07:00
2009-03-18 23:31:50 -07:00
2009-04-07 08:31:11 -07:00
2009-04-07 08:31:11 -07:00
2009-04-14 15:16:55 -07:00
2009-04-07 08:31:11 -07:00
2008-08-07 01:55:50 -04:00
2008-01-28 15:11:27 -08:00
2009-01-07 18:09:36 -08:00
2009-01-06 11:28:06 +01:00
2009-03-24 16:38:22 -07:00
2009-04-10 14:33:48 +01:00
2009-03-24 16:38:22 -07:00
2009-03-13 21:44:51 +00:00
2009-03-27 00:46:47 -07:00
2009-01-11 00:06:36 -08:00
2009-03-27 00:46:47 -07:00
2009-03-27 00:46:48 -07:00
2009-04-08 15:42:15 -07:00
2009-03-19 23:59:27 -07:00
2009-04-07 08:31:11 -07:00
2009-02-20 00:38:51 -08:00
2008-04-25 02:08:54 -04:00
2008-11-03 21:11:17 -08:00
2008-11-12 23:38:36 -08:00
2008-11-12 23:38:36 -08:00
2009-03-23 14:42:09 -07:00
2008-04-16 20:06:50 -04:00
2009-02-26 22:22:00 -08:00
2008-11-25 18:25:49 -08:00
2009-04-13 15:16:24 -07:00
2009-02-12 16:40:20 -08:00
2009-03-23 14:29:24 -07:00
2008-08-29 02:13:33 -07:00
2009-02-26 22:22:00 -08:00
2009-02-02 23:19:50 -08:00
2009-04-07 08:31:11 -07:00
2008-01-28 15:07:10 -08:00
2009-03-12 09:27:53 -07:00
2008-08-29 02:14:29 -07:00
2009-03-23 14:29:24 -07:00
2009-03-23 14:29:24 -07:00
2008-08-29 02:14:43 -07:00
2009-03-20 00:51:22 -07:00
2009-04-13 15:16:23 -07:00
2009-04-07 08:31:11 -07:00
2009-04-07 08:31:11 -07:00
2009-04-20 14:52:29 -07:00
2009-02-26 23:16:40 -08:00
2009-04-07 08:31:11 -07:00
2008-05-30 22:18:02 -04:00
2009-04-13 15:16:21 -07:00
2009-04-20 03:01:48 -07:00
2009-04-07 08:31:11 -07:00
2009-01-21 14:34:08 -08:00
2009-04-02 01:13:48 -07:00
2009-04-22 00:46:08 -07:00
2009-04-02 01:26:07 -07:00
2009-04-27 03:04:58 -07:00
2009-04-07 08:31:11 -07:00
2009-04-11 01:52:38 -07:00
2009-02-01 00:45:17 -08:00
2009-05-01 21:26:36 -07:00
2009-01-11 00:06:36 -08:00
2009-03-28 13:30:43 -07:00
2009-04-13 15:16:21 -07:00
2009-02-26 22:21:57 -08:00
2009-01-21 14:02:31 -08:00
2009-01-11 00:06:36 -08:00