[PATCH net-next 2/3] net: add MACsec netdevice priv_flags and helper

2016-03-07 Thread Sabrina Dubroca
Signed-off-by: Sabrina Dubroca Reviewed-by: Hannes Frederic Sowa --- v1: rebase RFCv2: add kerneldoc comment, detected by kbuild robot --- include/linux/netdevice.h | 8 1 file changed, 8 insertions(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index efe7cec111f

[RFCv2 PATCH net-next 2/3] net: add MACsec netdevice priv_flags and helper

2016-02-02 Thread Sabrina Dubroca
Signed-off-by: Sabrina Dubroca Reviewed-by: Hannes Frederic Sowa --- v2: add kerneldoc comment, detected by kbuild robot include/linux/netdevice.h | 8 1 file changed, 8 insertions(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 289c2314d766..440892f1a1d1 1

[RFC PATCH net-next 2/3] net: add MACsec netdevice priv_flags and helper

2015-12-28 Thread Sabrina Dubroca
Signed-off-by: Sabrina Dubroca Reviewed-by: Hannes Frederic Sowa --- include/linux/netdevice.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c20b814e46a0..4f80f621ecf9 100644 --- a/include/linux/netdevice.h +++ b/include/li