Re: [PATCH] Right prototype of __raw_v4_lookup()

2006-06-18 Thread Al Viro
On Wed, Jun 07, 2006 at 03:38:39PM +0400, Alexey Dobriyan wrote: I think, yes. Al Viro is sitting on terabytes of endian annotations in networking code. See net-endian.b* branches at git://git.kernel.org/pub/scm/linux/kernel/git/viro/bird.git I don't know if he considers them ready. I do not.

Re: [PATCH] Right prototype of __raw_v4_lookup()

2006-06-07 Thread Alexey Dobriyan
On Mon, Jun 05, 2006 at 09:07:07PM -0700, David Miller wrote: From: Alexey Dobriyan [EMAIL PROTECTED] Date: Sun, 28 May 2006 01:09:32 +0400 All users pass 32-bit values as addresses and internally they're compared with 32-bit entities. So, change laddr and raddr types to __be32.

Re: [PATCH] Right prototype of __raw_v4_lookup()

2006-06-05 Thread David Miller
From: Alexey Dobriyan [EMAIL PROTECTED] Date: Sun, 28 May 2006 01:09:32 +0400 All users pass 32-bit values as addresses and internally they're compared with 32-bit entities. So, change laddr and raddr types to __be32. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] Applied. Doesn't this

[PATCH] Right prototype of __raw_v4_lookup()

2006-05-27 Thread Alexey Dobriyan
All users pass 32-bit values as addresses and internally they're compared with 32-bit entities. So, change laddr and raddr types to __be32. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- include/net/raw.h |2 +- net/ipv4/raw.c|2 +- 2 files changed, 2 insertions(+), 2