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>] [day] [month] [year] [list]
Date:	Thu, 10 Jan 2008 22:45:06 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	dlezcano@...ibm.com
Cc:	netdev@...r.kernel.org, benjamin.thery@...l.net
Subject: Re: [patch net-2.6.25 0/5][NETNS][IPV6] discriminate inet6
 addresses per namespace

From: Daniel Lezcano <dlezcano@...ibm.com>
Date: Thu, 10 Jan 2008 19:02:40 +0100

> The inet6_addr_lst hash table contains the configured addresses 
> for the ipv6 protocol on the system.
> 
> With the network namespace, we have 2 solutions:
>  * make this hash table per namespace
>  * keep a global hash table and discard addresses not belonging
>    to the network namespace
> 
> This patchset use the second method. It will use less memory, but
> can be a less efficient in case of a lot of containers.
> 
> The code is changed to have the network namespace parameter for the
> different functions, if we change our mind during an intense usage
> of the network namespace, the switch to a hash table per namespace
> is really easy to do and will not change the new api again.

All 5 patches applied, thanks.
--
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