dsa: add support for Trailer tagging format
authorLennert Buytenhek <buytenh@wantstofly.org>
Tue, 7 Oct 2008 13:46:07 +0000 (13:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 00:24:16 +0000 (17:24 -0700)
commit396138f03f4521c55ecc3a5dd75d4c56e6323244
tree61dc43e540c861a4b05753da56a9fe2a19bea206
parent2e5f032095ff101274dfb03d5fd5e06d9aeb83cd
dsa: add support for Trailer tagging format

This adds support for the Trailer switch tagging format.  This is
another tagging that doesn't explicitly mark tagged packets with a
distinct ethertype, so that we need to add a similar hack in the
receive path as for the Original DSA tagging format.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Tested-by: Byron Bradley <byron.bbradley@gmail.com>
Tested-by: Tim Ellis <tim.ellis@mac.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_ether.h
include/linux/netdevice.h
include/net/dsa.h
net/dsa/Kconfig
net/dsa/Makefile
net/dsa/dsa.c
net/dsa/dsa_priv.h
net/dsa/slave.c
net/dsa/tag_trailer.c [new file with mode: 0644]
net/ethernet/eth.c