Re: [PATCH net-2.6.25 6/8] sctp: Use ipv4_is_

2007-12-16 Thread David Miller
From: Joe Perches <[EMAIL PROTECTED]> Date: Thu, 13 Dec 2007 15:38:59 -0800 > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/m

Re: [PATCH net-2.6.25 6/8] sctp: Use ipv4_is_

2007-12-14 Thread Vlad Yasevich
David Miller wrote: > From: Vlad Yasevich <[EMAIL PROTECTED]> > Date: Fri, 14 Dec 2007 14:11:44 -0500 > >> Joe Perches wrote: >>> Signed-off-by: Joe Perches <[EMAIL PROTECTED]> >> Thanks Joe. I've put this into my tree. > > You can't, because your tree won't build without his first patch and I >

Re: [PATCH net-2.6.25 6/8] sctp: Use ipv4_is_

2007-12-14 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Fri, 14 Dec 2007 14:11:44 -0500 > Joe Perches wrote: > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > Thanks Joe. I've put this into my tree. You can't, because your tree won't build without his first patch and I have to approve that and stick

Re: [PATCH net-2.6.25 6/8] sctp: Use ipv4_is_

2007-12-14 Thread Vlad Yasevich
Joe Perches wrote: > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> Thanks Joe. I've put this into my tree. -vlad -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH net-2.6.25 6/8] sctp: Use ipv4_is_

2007-12-13 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/net/sctp/constants.h | 36 ++-- net/sctp/protocol.c | 12 +++- 2 files changed, 13 insertions(+), 35 deletions(-) diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants