dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/dsa
Lennert Buytenhek 14ee6742b1 dsa: fix skb->pkt_type when mac address of slave interface differs
When a dsa slave interface has a mac address that differs from that
of the master interface, eth_type_trans() won't explicitly set
skb->pkt_type back to PACKET_HOST -- we need to do this ourselves
before calling eth_type_trans().

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-10 21:52:42 -08:00
..
Kconfig dsa: fix compile bug on s390 2008-10-13 18:58:48 -07:00
Makefile dsa: add support for the Marvell 88E6060 switch chip 2008-10-08 17:24:22 -07:00
dsa.c dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
dsa_priv.h dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
mv88e6xxx.c dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6xxx.h dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6060.c dsa: add support for the Marvell 88E6060 switch chip 2008-10-08 17:24:22 -07:00
mv88e6123_61_65.c dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
mv88e6131.c dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
slave.c dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
tag_dsa.c dsa: fix skb->pkt_type when mac address of slave interface differs 2008-11-10 21:52:42 -08:00
tag_edsa.c dsa: fix skb->pkt_type when mac address of slave interface differs 2008-11-10 21:52:42 -08:00
tag_trailer.c dsa: fix skb->pkt_type when mac address of slave interface differs 2008-11-10 21:52:42 -08:00