Ira W. Snyder
8527bec548
virtio_net: use correct accessors for scatterlists
...
Without this fix, virtio_net makes incorrect usage of scatterlists. It sets
the end of the scatterlist chain after the first element, despite the fact
that more entries come after it.
If you try to run dma_map_sg() on one of the scatterlists given to you by
add_buf(), you will get a null pointer oops.
Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-26 21:00:33 -08:00
..
2009-01-16 14:45:34 -05:00
2009-01-08 16:29:41 +00:00
2009-01-16 10:23:58 -05:00
2009-01-08 08:31:14 -08:00
2009-01-20 20:52:08 -08:00
2009-01-16 16:15:13 +11:00
2009-01-26 15:12:47 -08:00
2009-01-10 06:12:18 -08:00
2009-01-12 20:56:42 +01:00
2009-01-19 15:36:21 -07:00
2009-01-06 15:59:30 -08:00
2009-01-09 23:22:32 +01:00
2009-01-17 14:27:18 -08:00
2009-01-15 16:39:35 -08:00
2009-01-26 15:11:41 -08:00
2009-01-07 15:37:24 -08:00
2009-01-15 16:40:12 -08:00
2009-01-26 21:19:53 +01:00
2009-01-19 13:46:57 +01:00
2009-01-26 21:19:52 +01:00
2009-01-16 15:05:54 -08:00
2009-01-11 01:34:25 +01:00
2009-01-26 12:24:38 -08:00
2009-01-15 16:39:40 -08:00
2009-01-07 11:31:52 -08:00
2009-01-09 08:31:11 +11:00
2009-01-08 11:05:59 -08:00
2009-01-09 16:54:41 -08:00
2009-01-13 10:36:02 -06:00
2009-01-13 14:52:35 -08:00
2009-01-26 21:19:57 +01:00
2009-01-24 11:41:21 +00:00
2009-01-15 13:09:52 +02:00
2009-01-26 21:00:33 -08:00
2009-01-09 15:49:06 -07:00
2009-01-17 17:26:39 +01:00
2009-01-13 14:03:43 -08:00
2009-01-06 15:59:31 -08:00
2009-01-26 10:13:36 -08:00
2009-01-13 14:47:59 +11:00
2009-01-16 14:45:34 -05:00
2009-01-09 03:39:43 -05:00
2009-01-26 02:09:26 +03:00
2009-01-16 16:15:14 +11:00
2009-01-06 15:59:28 -08:00
2009-01-17 13:46:40 +00:00
2009-01-15 16:39:36 -08:00
2009-01-25 17:59:26 -08:00
2009-01-16 08:41:09 -08:00
2009-01-21 17:44:32 +09:00
2009-01-26 21:19:54 +01:00
2009-01-07 17:22:04 -08:00
2009-01-26 15:12:47 -08:00
2009-01-08 11:05:59 -08:00
2009-01-26 15:12:47 -08:00
2009-01-08 08:31:14 -08:00
2009-01-24 16:48:42 +00:00
2009-01-26 14:29:26 +01:00
2009-01-12 20:56:43 +01:00
2009-01-09 04:56:56 -05:00