Patrick McHardy
c01003c205
[IFB]: Fix crash on input device removal
...
The input_device pointer is not refcounted, which means the device may
disappear while packets are queued, causing a crash when ifb passes packets
with a stale skb->dev pointer to netif_rx().
Fix by storing the interface index instead and do a lookup where neccessary.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-29 11:46:52 -07:00
..
2006-12-13 09:05:52 -08:00
2007-02-26 11:42:43 -08:00
2007-02-08 13:51:54 -08:00
2007-03-05 13:25:18 -08:00
2007-03-20 00:09:45 -07:00
2006-12-02 21:21:08 -08:00
2006-12-02 21:22:52 -08:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:22:55 -08:00
2007-02-12 09:48:44 -08:00
2006-12-02 21:23:39 -08:00
2006-12-02 21:24:12 -08:00
2007-02-10 23:20:43 -08:00
2006-12-02 21:23:40 -08:00
2007-02-10 23:20:45 -08:00
2007-03-25 18:48:00 -07:00
2006-12-02 21:21:39 -08:00
2006-12-02 21:32:09 -08:00
2007-01-02 20:56:26 -05:00
2006-11-22 14:57:56 +00:00
2006-12-02 21:22:08 -08:00
2007-01-26 01:04:55 -08:00
2006-12-02 21:21:10 -08:00
2007-01-26 01:04:55 -08:00
2006-12-02 21:23:40 -08:00
2007-02-08 14:16:46 -08:00
2007-03-05 13:32:48 -08:00
2006-12-22 11:12:07 -08:00
2007-03-25 18:48:05 -07:00
2006-12-02 21:22:52 -08:00
2006-12-02 21:21:40 -08:00
2006-12-02 21:21:39 -08:00
2006-12-02 21:23:41 -08:00
2007-01-26 01:04:55 -08:00
2006-12-02 21:21:09 -08:00
2006-12-02 21:26:15 -08:00
2006-12-02 21:22:53 -08:00
2007-03-27 14:10:26 -04:00
2006-12-02 21:21:23 -08:00
2006-12-02 21:22:52 -08:00
2007-03-25 18:48:01 -07:00
2006-12-02 21:31:36 -08:00
2006-12-04 02:00:34 -05:00
2007-02-12 09:48:44 -08:00
2007-03-29 11:46:52 -07:00
2006-12-02 21:30:55 -08:00
2006-12-02 21:21:12 -08:00
2006-12-07 08:39:25 -08:00
2007-02-12 09:48:44 -08:00
2007-02-10 23:20:38 -08:00
2006-12-02 21:31:42 -08:00
2007-03-06 11:21:05 -08:00
2007-02-08 12:38:44 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:22:46 -08:00
2006-12-04 02:00:31 -05:00
2006-12-02 21:27:16 -08:00
2007-02-08 13:34:36 -08:00
2007-03-07 16:08:09 -08:00