Re: [PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls

2012-08-14 Thread Vlad Yasevich
On 08/07/2012 01:23 PM, Eric W. Biederman wrote: Start with an empty sctp_net_table that will be populated as the various tunable sysctls are made per net. Signed-off-by: "Eric W. Biederman" Acked-by: Vlad Yasevich --- include/net/netns/sctp.h |6 +- include/net/sctp/sctp.h |

Re: [PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls

2012-08-14 Thread Vlad Yasevich
On 08/07/2012 01:23 PM, Eric W. Biederman wrote: Start with an empty sctp_net_table that will be populated as the various tunable sysctls are made per net. Signed-off-by: Eric W. Biederman ebied...@xmission.com Acked-by: Vlad Yasevich vyasev...@gmail.com --- include/net/netns/sctp.h |

[PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls

2012-08-07 Thread Eric W. Biederman
Start with an empty sctp_net_table that will be populated as the various tunable sysctls are made per net. Signed-off-by: "Eric W. Biederman" --- include/net/netns/sctp.h |6 +- include/net/sctp/sctp.h |4 net/sctp/protocol.c |7 +++ net/sctp/sysctl.c|

[PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls

2012-08-07 Thread Eric W. Biederman
Start with an empty sctp_net_table that will be populated as the various tunable sysctls are made per net. Signed-off-by: Eric W. Biederman ebied...@xmission.com --- include/net/netns/sctp.h |6 +- include/net/sctp/sctp.h |4 net/sctp/protocol.c |7 +++