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:	Tue, 15 Apr 2008 14:09:24 +0200
From:	Patrick McHardy <kaber@...sh.net>
To:	Pavel Emelyanov <xemul@...nvz.org>
CC:	David Miller <davem@...emloft.net>,
	Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH net-2.6.26 4/10][VLAN]: Introduce the vlan_net structure
 and init/exit net ops.

Pavel Emelyanov wrote:
> @@ -632,6 +670,10 @@ static int __init vlan_proto_init(void)
>  	pr_info("%s v%s %s\n", vlan_fullname, vlan_version, vlan_copyright);
>  	pr_info("All bugs added by %s\n", vlan_buggyright);
>  
> +	err = register_pernet_gen_device(&vlan_net_id, &vlan_net_ops);
> +	if (err < 0)
> +		goto err0;

I'm wondering what vlan_net_id is used for, but I can't find that
function in the current net-2.6.26.git tree. What tree are these
patches based on?
--
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