Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1650682 > unrolled thread

Re: [PATCH net-next] rxrpc: Support network namespacing

Started byDavid Miller <davem@davemloft.net>
First post2017-05-25 19:30 +0200
Last post2017-05-25 19:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH net-next] rxrpc: Support network namespacing David Miller <davem@davemloft.net> - 2017-05-25 19:30 +0200

#1650682 — Re: [PATCH net-next] rxrpc: Support network namespacing

FromDavid Miller <davem@davemloft.net>
Date2017-05-25 19:30 +0200
SubjectRe: [PATCH net-next] rxrpc: Support network namespacing
Message-ID<tL4Ke-2DT-13@gated-at.bofh.it>
From: David Howells <dhowells@redhat.com>
Date: Wed, 24 May 2017 17:02:32 +0100

> Support network namespacing in AF_RXRPC with the following changes:
> 
>  (1) All the local endpoint, peer and call lists, locks, counters, etc. are
>      moved into the per-namespace record.
> 
>  (2) All the connection tracking is moved into the per-namespace record
>      with the exception of the client connection ID tree, which is kept
>      global so that connection IDs are kept unique per-machine.
> 
>  (3) Each namespace gets its own epoch.  This allows each network namespace
>      to pretend to be a separate client machine.
> 
>  (4) The /proc/net/rxrpc_xxx files are now called /proc/net/rxrpc/xxx and
>      the contents reflect the namespace.
> 
> fs/afs/ should be okay with this patch as it explicitly requires the current
> net namespace to be init_net to permit a mount to proceed at the moment.  It
> will, however, need updating so that cells, IP addresses and DNS records are
> per-namespace also.
> 
> Signed-off-by: David Howells <dhowells@redhat.com>

Applied.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web