[GIT PATCH] NET: Fixes for net-2.6.19

2006-09-18 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Please pull the following changesets available at: git://git.skbuff.net/gitroot/yoshfuji/net-2.6.19-20060918-net/ HEADLINES - [XFRM]: Do not add a state whose SPI is zero to the SPI hash. [NET]: Move netlink interface bits to linux/if_link.h. [NET]: Include lin

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-18 Thread Thomas Graf
* YOSHIFUJI Hideaki / ?$B5HF#1QL@ <[EMAIL PROTECTED]> 2006-09-19 00:08 > [NET]: Move netlink interface bits to linux/if_link.h. > > Moving netlink interface bits to linux/if.h is rather troublesome for > applications including both linux/if.h (which was changed to be included >

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-20 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article <[EMAIL PROTECTED]> (at Mon, 18 Sep 2006 20:57:46 +0200), Thomas Graf <[EMAIL PROTECTED]> says: > * YOSHIFUJI Hideaki <[EMAIL PROTECTED]> 2006-09-19 00:08 : > > [NET]: Include new rtnetlink headers for userspace backward > > compatibility. : > > diff --git a/include/linux/

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-21 Thread Thomas Graf
* YOSHIFUJI Hideaki / ?$B5HF#1QL@ <[EMAIL PROTECTED]> 2006-09-21 14:30 > In article <[EMAIL PROTECTED]> (at Mon, 18 Sep 2006 20:57:46 +0200), Thomas > Graf <[EMAIL PROTECTED]> says: > > Same here, it doesn't make sense to export macros only of functional > > value and used by userspace only. The s

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-27 Thread David Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Tue, 19 Sep 2006 00:08:00 +0900 (JST) > [XFRM]: Do not add a state whose SPI is zero to the SPI hash. > > SPI=0 is used for acquired IPsec SA and MIPv6 RO state. > Such state should not be added to the SPI hash > because we do

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread Stephen Hemminger
On Wed, 27 Sep 2006 22:44:44 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> > Date: Tue, 19 Sep 2006 00:08:00 +0900 (JST) > > > [XFRM]: Do not add a state whose SPI is zero to the SPI hash. > > > > SPI=0 is used for acquired IPsec SA

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 28 Sep 2006 08:36:45 -0700 > Please figure out how to keep rtnetlink.h useful from user space. > I tried putting the current sanitized version of rtnetlink.h into > iproute2 and the build fails. Please give the error so I have a chance of fi

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread Stephen Hemminger
On Thu, 28 Sep 2006 14:33:04 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Thu, 28 Sep 2006 08:36:45 -0700 > > > Please figure out how to keep rtnetlink.h useful from user space. > > I tried putting the current sanitized version of rtnet

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 28 Sep 2006 15:50:52 -0700 > On Thu, 28 Sep 2006 14:33:04 -0700 (PDT) > David Miller <[EMAIL PROTECTED]> wrote: > > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > Date: Thu, 28 Sep 2006 08:36:45 -0700 > > > > > Please figure out how to ke

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread Stephen Hemminger
On Thu, 28 Sep 2006 16:04:58 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Thu, 28 Sep 2006 15:50:52 -0700 > > > On Thu, 28 Sep 2006 14:33:04 -0700 (PDT) > > David Miller <[EMAIL PROTECTED]> wrote: > > > > > From: Stephen Hemminger <[EM

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 28 Sep 2006 16:27:04 -0700 > It got added by this: > > commit 0844565fb8a9418f5a860aa480c1aef70319c9a2 > Author: Thomas Graf <[EMAIL PROTECTED]> > Date: Fri Aug 4 23:05:56 2006 -0700 > > [NET]: Move netlink interface bits to linux/if.h

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-09-28 Thread Masahide NAKAMURA
David Miller wrote: >> commit 0844565fb8a9418f5a860aa480c1aef70319c9a2 >> Author: Thomas Graf <[EMAIL PROTECTED]> >> Date: Fri Aug 4 23:05:56 2006 -0700 >> >> [NET]: Move netlink interface bits to linux/if.h >> >> Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> >> Signed-off-by: D

Re: [GIT PATCH] NET: Fixes for net-2.6.19

2006-10-09 Thread Stephen Hemminger
On Fri, 29 Sep 2006 10:59:45 +0900 Masahide NAKAMURA <[EMAIL PROTECTED]> wrote: > David Miller wrote: > >> commit 0844565fb8a9418f5a860aa480c1aef70319c9a2 > >> Author: Thomas Graf <[EMAIL PROTECTED]> > >> Date: Fri Aug 4 23:05:56 2006 -0700 > >> > >> [NET]: Move netlink interface bits to lin

[IPROUTE2][PATCH] Add missing macros which was removed from kernel header. (Re: [GIT PATCH] NET: Fixes for net-2.6.19)

2006-09-30 Thread Masahide NAKAMURA
> David Miller wrote: > >> commit 0844565fb8a9418f5a860aa480c1aef70319c9a2 > >> Author: Thomas Graf <[EMAIL PROTECTED]> > >> Date: Fri Aug 4 23:05:56 2006 -0700 > >> > >> [NET]: Move netlink interface bits to linux/if.h > >> > >> Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> > >>

Re: [IPROUTE2][PATCH] Add missing macros which was removed from kernel header. (Re: [GIT PATCH] NET: Fixes for net-2.6.19)

2006-10-05 Thread Stephen Hemminger
I applied a combined patch to fix all the headers to iproute2 (for the future 2.6.19 based release). -- Stephen Hemminger <[EMAIL PROTECTED]> - 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.kern