Searched hist:"4 c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_fr.c | diff 54364b752ef0c91fe92684df000cc4593d1e8963 Sun Jun 29 14:48:11 CDT 2008 Krzysztof Halasa <khc@pm.waw.pl> 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> diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | rionet.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | loopback.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tun.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/atm/ |
H A D | lec.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | diff 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 Wed Apr 25 19:40:23 CDT 2007 Arnaldo Carvalho de Melo <acme@redhat.com> [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
One less thing for drivers writers to worry about.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|