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>
Showing
- include/linux/if_ether.h 1 addition, 0 deletionsinclude/linux/if_ether.h
- include/linux/netdevice.h 10 additions, 0 deletionsinclude/linux/netdevice.h
- include/net/dsa.h 1 addition, 0 deletionsinclude/net/dsa.h
- net/dsa/Kconfig 4 additions, 0 deletionsnet/dsa/Kconfig
- net/dsa/Makefile 1 addition, 0 deletionsnet/dsa/Makefile
- net/dsa/dsa.c 7 additions, 0 deletionsnet/dsa/dsa.c
- net/dsa/dsa_priv.h 3 additions, 0 deletionsnet/dsa/dsa_priv.h
- net/dsa/slave.c 5 additions, 0 deletionsnet/dsa/slave.c
- net/dsa/tag_trailer.c 130 additions, 0 deletionsnet/dsa/tag_trailer.c
- net/ethernet/eth.c 2 additions, 0 deletionsnet/ethernet/eth.c
Loading
Please register or sign in to comment