On Wednesday, April 24, 2013 23:42:56 Simon Wunderlich wrote:
From: Patrick McHardy kaber@trash.net
Add a protocol argument to the VLAN packet tagging functions. In case of HW tagging, we need that protocol available in the ndo_start_xmit functions, so it is stored in a new field in the skb. The new field fits into a hole (on 64 bit) and doesn't increase the sks's size.
Signed-off-by: Patrick McHardy kaber@trash.net Signed-off-by: David S. Miller davem@davemloft.net [siwu@hrz.tu-chemnitz.de: added compat code] Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
bridge_loop_avoidance.c | 2 +- compat.h | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-)
Applied in revision 82d1a8e.
Thanks, Marek