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

2017-05-25 Thread David Miller
From: David Howells 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 mov

[PATCH net-next] rxrpc: Support network namespacing

2017-05-24 Thread David Howells
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 c

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

2017-05-15 Thread David Howells
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 c