Re: ipsec tunnel asymmetrical mtu

2006-04-03 Thread Marco Berizzi
Herbert Xu wrote: Marco Berizzi <[EMAIL PROTECTED]> wrote: > > Thanks a lot for the reply Herbert. > Is there a way to tell netkey to frag packets like klips > ignoring the DF bit? Thinking about this again, there is actually a bug in our various tunneling implementations when the user chooses

Re: ipsec tunnel asymmetrical mtu

2006-04-03 Thread Marco Berizzi
John Heffner wrote: Marco Berizzi wrote: Herbert Xu wrote: Marco Berizzi <[EMAIL PROTECTED]> wrote: > > If I run 'ping 172.16.1.52 -M do -s 1472' from a 172.25.5.0 > host I got this result: > > PING 172.16.1.52 (172.16.1.52) 1472(1500) bytes of data. > 1480 bytes from 172.16.1.52: icmp_seq=1

Re: ipsec tunnel asymmetrical mtu

2006-04-03 Thread Marco Berizzi
Marco Berizzi wrote: Herbert Xu wrote: Marco Berizzi <[EMAIL PROTECTED]> wrote: > > Thanks a lot for the reply Herbert. > Is there a way to tell netkey to frag packets like klips > ignoring the DF bit? Thinking about this again, there is actually a bug in our various tunneling implementation

[NETFILTER]: Fix fragmentation issues with bridge netfilter

2006-04-03 Thread Patrick McHardy
Fix a regression from the netfilter/IPsec patches with bridging. Bart, please review this patch, if everything is fine I think it should also go in -stable. [NETFILTER]: Fix fragmentation issues with bridge netfilter The conntrack code doesn't do re-fragmentation of defragmented packets anymore b

Re: RX processing order for packet sockets and bridge

2006-04-03 Thread Jouni Malinen
On Wed, Mar 29, 2006 at 01:16:30PM -0800, [EMAIL PROTECTED] wrote: > >> With STP disabled it is still possible to use the same type of packet > >> socket to receive EAPOL frames. However, the frames will now end up > >> being received from the bridge interface (e.g., br0), not Ethernet > >> (eth0)

gcc warnings on 2.6.17-rc1: wireless

2006-04-03 Thread Randy.Dunlap
on x86-64 and gcc 4.0.2: drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:456: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’ drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:460: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘size_t’

Re: [PATCH 1.1/9] NetXen 1G/10G driver

2006-04-03 Thread Stephen Hemminger
On > +#undef NetXen_LOOPBACK > +#undef SINGLE_DMA_BUF > +#define NetXen_NIC_HW_CSUM > +#define NetXen_NIC_NAPI > +// #undef NetXen_NIC_NAPI > + > +#define NetXen_NETIF_F_TSO Ugh. MixedCase define's and ifdef configuration message. Remember, either keep the code or remove it. > +// for cmd line

Re: [PATCH 0/9] NetXen 1G/10G driver

2006-04-03 Thread Stephen Hemminger
> diff -Naru linux-2.6.16_orig/drivers/net/netxen/Makefile > linux-2.6.16/drivers/net/netxen/Makefile > --- linux-2.6.16_orig/drivers/net/netxen/Makefile 1969-12-31 > 16:00:00.0 -0800 > +++ linux-2.6.16/drivers/net/netxen/Makefile 2006-03-24 14:25:53.0 > -0800 > @@ -0,0 +1,

Fw: [Bug 6322] New: Kernel Panic (i think nf_br component)

2006-04-03 Thread Stephen Hemminger
Begin forwarded message: Date: Mon, 3 Apr 2006 04:26:21 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bug 6322] New: Kernel Panic (i think nf_br component) http://bugzilla.kernel.org/show_bug.cgi?id=6322 Summary: Kernel Panic (i think nf_br component) Kernel Ver

Fw: [Bug 6295] New: unregister_netdevice loops indefinitely when bringing down an interface if static ARP entries are present

2006-04-03 Thread Stephen Hemminger
Begin forwarded message: Date: Mon, 27 Mar 2006 23:12:50 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bug 6295] New: unregister_netdevice loops indefinitely when bringing down an interface if static ARP entries are present http://bugzilla.kernel.org/show_bug.cgi?id=6295

Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Randy.Dunlap
On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: > On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: > > > > > > Sam, I am now seeing this error (not a WARNING like the previous ones > > > were): > > > > > > drivers/net/typhoon.c:137: error: version causes a section type confli

Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Sam Ravnborg
On Mon, Apr 03, 2006 at 10:27:32AM -0700, Randy.Dunlap wrote: > On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: > > > On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: > > > > > > > > Sam, I am now seeing this error (not a WARNING like the previous ones > > > > were): > > > >

Changes to neigh_forced_gc in neighbour.c

2006-04-03 Thread Simon Kirby
Hi, We've been running 2.4.27 as routers for some time now with good success. (Yes, yes, I need to reply to those emails about newer kernels being slower...) Anyway, I was noticing that neigh_lookup was taking a bunch of CPU and noticed that the hash table size was fixed to 16 buckets in these ker

Re: [NETFILTER]: Fix fragmentation issues with bridge netfilter

2006-04-03 Thread Bart De Schuymer
Op ma, 03-04-2006 te 15:43 +0200, schreef Patrick McHardy: > Fix a regression from the netfilter/IPsec patches with bridging. > Bart, please review this patch, if everything is fine I think it > should also go in -stable. Looks fine to me. Thanks, Bart - To unsubscribe from this list: send the

Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Randy.Dunlap
On Mon, 3 Apr 2006 19:27:25 +0200 Sam Ravnborg wrote: > On Mon, Apr 03, 2006 at 10:27:32AM -0700, Randy.Dunlap wrote: > > On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: > > > > > On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: > > > > > > > > > > Sam, I am now seeing this er

Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-03 Thread Francois Romieu
Linsys Contractor Amit S. Kale <[EMAIL PROTECTED]> : > diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c > linux-2.6.16/drivers/net/netxen/netxen_nic_ethtool.c > --- linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c 1969-12-31 > 16:00:00.0 -0800 > +++ linux-2.6.

Re: [PATCH 3/9] NetXen 1G/10G driver

2006-04-03 Thread Francois Romieu
Linsys Contractor Amit S. Kale <[EMAIL PROTECTED]> : > diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_nic_hw.c > linux-2.6.16/drivers/net/netxen/netxen_nic_hw.c > --- linux-2.6.16_orig/drivers/net/netxen/netxen_nic_hw.c 1969-12-31 > 16:00:00.0 -0800 > +++ linux-2.6.16/drivers

Re: [PATCH 9/9] NetXen 1G/10G driver

2006-04-03 Thread Francois Romieu
Linsys Contractor Amit S. Kale <[EMAIL PROTECTED]> : > diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_brdcfg.h > linux-2.6.16/drivers/net/netxen/netxen_brdcfg.h > --- linux-2.6.16_orig/drivers/net/netxen/netxen_brdcfg.h 1969-12-31 > 16:00:00.0 -0800 > +++ linux-2.6.16/drivers

Re: [e1000 debug] KERNEL: assertion (!sk_forward_alloc) failed...

2006-04-03 Thread Mark Nipper
On 31 Mar 2006, Herbert Xu wrote: > If it still fails, here is a debugging patch which should tell us > whether we need to look elsewhere. After three days and some hours, I finally saw another event: --- Apr 3 13:40:53 king kernel: KERNEL: assertion (!sk->sk_forward_alloc) failed at net

Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-03 Thread Stephen Hemminger
O > > +static int > > +netxen_nic_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) > > +{ > > +// can't implement as WOL register is not known !! > > +return 0; > > If it can not be implemented, it should return something < 0, say -EINVAL. > ethtool does the right

2.6.17-rc1 crash in xfrm4_rcv_encap

2006-04-03 Thread Christophe Saout
Hello, I'm getting a crash in xfrm4_rcv_encap few seconds after setting up my IPSEC connection (tunnel for default route 0.0.0.0/0 to next router). The call chain is: softirq ... net_rx_action process_backlog netif_receive_skb ip_rcv ip_local_deliver xfrm4_rcv xfrm4_rcv_encap The crash occurs h

Re: [e1000 debug] KERNEL: assertion (!sk_forward_alloc) failed...

2006-04-03 Thread Phil Oester
On Mon, Apr 03, 2006 at 04:01:23PM -0500, Mark Nipper wrote: > After three days and some hours, I finally saw another > event: Ack, same here. Looked hopeful, but finally saw the error today. Phil - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a messag

Re: [e1000 debug] KERNEL: assertion (!sk_forward_alloc) failed...

2006-04-03 Thread Boris B. Zhmurov
Hello, Phil Oester. On 04.04.2006 01:39 you said the following: On Mon, Apr 03, 2006 at 04:01:23PM -0500, Mark Nipper wrote: After three days and some hours, I finally saw another event: Ack, same here. Looked hopeful, but finally saw the error today. Phil [EMAIL PROTECTED] ~]#

[IPSEC]: Check x->encap before dereferencing it

2006-04-03 Thread Herbert Xu
On Mon, Apr 03, 2006 at 11:33:16PM +0200, Christophe Saout wrote: > > I'm getting a crash in xfrm4_rcv_encap few seconds after setting up my > IPSEC connection (tunnel for default route 0.0.0.0/0 to next router). Sorry about that. This patch should fix the problem. [IPSEC]: Check x->encap befor

[PATCH] softmac uses Wiress Ext.

2006-04-03 Thread Randy.Dunlap
I still get this on 2.6.17-rc1... Did anyone on netdev pick it up last week? Date: Mon, 27 Mar 2006 14:53:41 -0800 From: "Randy.Dunlap" <[EMAIL PROTECTED]> To: netdev Cc: [EMAIL PROTECTED] Subject: [PATCH] softmac uses Wiress Ext. From: Randy Dunlap <[EMAIL PROTECTED]> softmac uses wireless

[PATCH] net drivers: fix section attributes for gcc

2006-04-03 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> If CONFIG_HOTPLUG=n, gcc doesn't like some __initdata to be const (rodata) and other __initdata not const, so make the non-const __initdata const. gcc errors: drivers/net/bnx2.c:66: error: version causes a section type conflict drivers/net/starfire.c:338: er

Re: ipsec tunnel asymmetrical mtu

2006-04-03 Thread Herbert Xu
Marco Berizzi <[EMAIL PROTECTED]> wrote: > > Running 'tcpdump -p -n -v ip net 10.16.24.117' on mimosa > resolves the problem: sapgui clients can connect to sap > servers while tcpdump is running on mimosa. > Is this a bug? Very strange. Could you perhaps move the tcpdump to another machine so th