Krzysztof Halasa 54364b752e Add missing skb->dev assignment in Frame Relay RX code
Commit 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 ([ETH]: Make
eth_type_trans set skb->dev like the other *_type_trans) removed
skb->dev assignment from hdlc_fr.c:fr_rx(). Unfortunately it was also
needed for cases other than eth_type_trans().

Adding it back.

It's quite serious and may be a security risk as it causes a wrong
input interface indication (the physical hdlcX instead of logical
pvcX). Probably -stable class fix.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-07-04 08:09:39 -04:00
..
2008-05-12 03:29:11 -07:00
2008-05-12 03:29:11 -07:00
2008-02-03 15:42:53 +02:00
2008-01-18 14:44:32 -05:00
2008-05-12 03:29:11 -07:00
2008-05-12 03:29:11 -07:00
2008-05-12 03:29:11 -07:00
2007-02-05 16:58:51 -05:00
2007-10-10 16:51:13 -07:00
2008-01-28 15:07:12 -08:00
2007-10-10 16:51:13 -07:00
2008-03-05 18:36:28 -08:00
2008-01-18 14:44:33 -05:00
2008-05-12 03:29:11 -07:00
2008-01-28 15:07:58 -08:00
2008-06-27 01:31:52 -04:00