Re: [PATCH V2 net-next 2/3] net: introduce socket family constants

2015-07-15 Thread David Miller
From: Ursula Braun Date: Tue, 14 Jul 2015 14:42:34 +0200 > diff --git a/net/Kconfig b/net/Kconfig > index 57a7c5a..d829694 100644 > --- a/net/Kconfig > +++ b/net/Kconfig > @@ -54,6 +54,7 @@ source "net/packet/Kconfig" > source "net/unix/Kconfig" > source "net/xfrm/Kconfig" > source "net/iucv/K

[PATCH V2 net-next 2/3] net: introduce socket family constants

2015-07-14 Thread Ursula Braun
From: Ursula Braun The new socket family is assigned the next available address / protocol family constant 41. Implementing SO_KEEPALIVE for SMC-R requires an extra hook in net/core/sock.c. Signed-off-by: Ursula Braun --- include/linux/socket.h | 4 +++- include/net/smc.h | 13 ++