lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 4 Nov 2015 07:43:53 -0700
From:	David Ahern <dsa@...ulusnetworks.com>
To:	Jiri Pirko <jiri@...nulli.us>, netdev@...r.kernel.org
Cc:	davem@...emloft.net
Subject: Re: [patch net-next] net: add forgotten IFF_L3MDEV_SLAVE define

On 11/4/15 6:59 AM, Jiri Pirko wrote:
> From: Jiri Pirko <jiri@...lanox.com>
>
> Fixes: fee6d4c77 ("net: Add netif_is_l3_slave")
> Signed-off-by: Jiri Pirko <jiri@...lanox.com>
> ---
>   include/linux/netdevice.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index 4ac653b..2c00772 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -1322,6 +1322,7 @@ enum netdev_priv_flags {
>   #define IFF_L3MDEV_MASTER		IFF_L3MDEV_MASTER
>   #define IFF_NO_QUEUE			IFF_NO_QUEUE
>   #define IFF_OPENVSWITCH			IFF_OPENVSWITCH
> +#define IFF_L3MDEV_SLAVE		IFF_L3MDEV_SLAVE
>
>   /**
>    *	struct net_device - The DEVICE structure.
>

Acked-by: David Ahern <dsa@...ulusnetworks.com>

Thanks, Jiri.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ