Searched hist:c8a627ed06d6d49bf65015a2185c519335c4c83f (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | inetpeer.h | diff c8a627ed06d6d49bf65015a2185c519335c4c83f Fri Jun 08 03:20:41 CEST 2012 Gao feng <gaofeng@cn.fujitsu.com> inetpeer: add namespace support for inetpeer
now inetpeer doesn't support namespace,the information will be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | inetpeer.c | diff c8a627ed06d6d49bf65015a2185c519335c4c83f Fri Jun 08 03:20:41 CEST 2012 Gao feng <gaofeng@cn.fujitsu.com> inetpeer: add namespace support for inetpeer
now inetpeer doesn't support namespace,the information will be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff c8a627ed06d6d49bf65015a2185c519335c4c83f Fri Jun 08 03:20:41 CEST 2012 Gao feng <gaofeng@cn.fujitsu.com> inetpeer: add namespace support for inetpeer
now inetpeer doesn't support namespace,the information will be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/netns/ |
H A D | ipv6.h | diff c8a627ed06d6d49bf65015a2185c519335c4c83f Fri Jun 08 03:20:41 CEST 2012 Gao feng <gaofeng@cn.fujitsu.com> inetpeer: add namespace support for inetpeer
now inetpeer doesn't support namespace,the information will be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipv4.h | diff c8a627ed06d6d49bf65015a2185c519335c4c83f Fri Jun 08 03:20:41 CEST 2012 Gao feng <gaofeng@cn.fujitsu.com> inetpeer: add namespace support for inetpeer
now inetpeer doesn't support namespace,the information will be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|