Re: [PATCH 2/3] ARM: include IXP4xx "fuses" support

2007-05-06 Thread Alexey Zaytsev
Hello, Krzysztof. On 5/7/07, Krzysztof Halasa <[EMAIL PROTECTED]> wrote: ... +IXP4XX_FUSE_RSA | \ +IXP4XX_FUSE_XSCALE_MAX_FREQ) + #ifndef __ASSEMBLY__ +static inline u32 ixp4xx_read_fuses(void) +{ + un

Re: [RFC] RF Kill

2007-05-06 Thread Dmitry Torokhov
Hi David, On Thursday 26 April 2007 03:54, David Miller wrote: > From: David Miller <[EMAIL PROTECTED]> > Date: Thu, 26 Apr 2007 00:49:51 -0700 (PDT) > > > From: Dmitry Torokhov <[EMAIL PROTECTED]> > > Date: Tue, 10 Apr 2007 02:29:31 -0400 > > > > > On Tuesday 10 April 2007 01:58, Dmitry Torokho

Re: [patch 089/181] Blackfin: on-chip ethernet MAC controller driver

2007-05-06 Thread Randy Dunlap
On Sun, 06 May 2007 20:20:40 -0400 Jeff Garzik wrote: > [EMAIL PROTECTED] wrote: > > From: "Wu, Bryan" <[EMAIL PROTECTED]> > > > > This patch implements the driver necessary use the Analog Devices > > Blackfin processor's on-chip ethernet MAC controller. > > > > Signed-off-by: Bryan Wu <[EMAIL P

Re: [PATCH 1/3] WAN Kconfig: change "depends on HDLC" to "select"

2007-05-06 Thread Roman Zippel
Hi, On Mon, 7 May 2007, Krzysztof Halasa wrote: > Allow enabling WAN drivers without selecting generic HDLC first, > HDLC will be selected automatically. > > Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> > > diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig > index 8897f53..3

Re: RFC airo : wpa support

2007-05-06 Thread Dan Williams
On Sat, 2007-05-05 at 00:52 +0200, matthieu castet wrote: > Hi, > > I attach a diff against 2.6.21 for adding wpa support for airo driver. > In then end of 2005 I manage to make work wpa but the code was really > ugly. I manage to find some time to clean it. > > > To support wpa, a new interfac

2.6.20.7 TCP cubic (and bic) initial slow start way too slow?

2007-05-06 Thread Bill Fink
The initial TCP slow start on 2.6.20.7 cubic (and to a lesser extent bic) seems to be way too slow. With an ~80 ms RTT, this is what cubic delivers (thirty second test with one second interval reporting and specifying a socket buffer size of 60 MB): [EMAIL PROTECTED] ~]# netstat -s | grep -i retr

Re: [patch 089/181] Blackfin: on-chip ethernet MAC controller driver

2007-05-06 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: "Wu, Bryan" <[EMAIL PROTECTED]> This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> Cc: Jeff Garzik <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[E

[PATCH 2/3] ARM: include IXP4xx "fuses" support

2007-05-06 Thread Krzysztof Halasa
Adds "fuse" functions to help determine installed IXP4xx CPU components and to reset/disable/enable them (only NPE - network coprocessors - can be reset and reenabled). Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> diff --git a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h b/include/asm-arm/ar

[PATCH 1/3] WAN Kconfig: change "depends on HDLC" to "select"

2007-05-06 Thread Krzysztof Halasa
Allow enabling WAN drivers without selecting generic HDLC first, HDLC will be selected automatically. Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 8897f53..3a2fe82 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wa

[PATCH 0/3] Intel IXP4xx network drivers

2007-05-06 Thread Krzysztof Halasa
Hi, The next 3 patches: [1/3] changes "depends on HDLC" to "select HDLC" for WAN/generic HDLC network drivers [2/3] adds "fuse" functions to help determine installed IXP4xx CPU components and to reset/disable/enable them. [3/3] adds IXP4xx drivers for: hardware queue manager, NPE (on-c

[PATCH 1/1] net/core: Fix error handling

2007-05-06 Thread Josef 'Jeff' Sipek
Upon failure to register "ptype" procfs entry, "softnet_stat" was not removed, and an incorrect attempt was made to remove the "ptype" entry. Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- net/core/dev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/co

Re: [PATCH] mac80211: include instead of

2007-05-06 Thread John W. Linville
On Sun, May 06, 2007 at 10:37:17PM +0200, Geert Uytterhoeven wrote: > | CC net/mac80211/ieee80211_sta.o > | In file included from linux/net/mac80211/ieee80211_sta.c:31: > | include2/asm/delay.h: In function '__const_udelay': > | include2/asm/delay.h:33: error: 'loops_per_jiffy' undeclared (f

[PATCH] mac80211: include instead of

2007-05-06 Thread Geert Uytterhoeven
| CC net/mac80211/ieee80211_sta.o | In file included from linux/net/mac80211/ieee80211_sta.c:31: | include2/asm/delay.h: In function '__const_udelay': | include2/asm/delay.h:33: error: 'loops_per_jiffy' undeclared (first use in this function) | include2/asm/delay.h:33: error: (Each undeclar

Re: eth1 became eth2, but dmesg still says eth1

2007-05-06 Thread Ryan Richter
On Sun, May 06, 2007 at 09:19:40AM -0700, Emil S Tantilov wrote: > >However the bond0 interface failed to come up, complaining that there > >was no such interface as eth1. I checked /proc/net/dev, and it listed > >eth0 and _eth2_. I changed the bonding configuration to use eth0 and > >eth2 and it

Re: Merging SSB upstream

2007-05-06 Thread Michael Buesch
On Sunday 06 May 2007 19:38:33 John W. Linville wrote: > On Sun, May 06, 2007 at 11:44:27AM +0200, Michael Buesch wrote: > > On Sunday 06 May 2007 04:00:51 John W. Linville wrote: > > > > I had to remove > > > the b44 ssb changes from fedora because a) users reported problems; > > > > Which prob

Re: Merging SSB upstream

2007-05-06 Thread John W. Linville
On Sun, May 06, 2007 at 11:44:27AM +0200, Michael Buesch wrote: > On Sunday 06 May 2007 04:00:51 John W. Linville wrote: > > I had to remove > > the b44 ssb changes from fedora because a) users reported problems; > > Which problems were that? The 2 compile issues? > Trivial to fix if that's the

Re: eth1 became eth2, but dmesg still says eth1

2007-05-06 Thread Emil S Tantilov
However the bond0 interface failed to come up, complaining that there was no such interface as eth1. I checked /proc/net/dev, and it listed eth0 and _eth2_. I changed the bonding configuration to use eth0 and eth2 and it's working fine now. Check your udev rules. This is usually what is causin

cleanup suggestion of 5 fields

2007-05-06 Thread Ian Brown
Hello, It seems to me that the following fields should be cleaned up as except the definition, they do not appear anywhere in the kernel code: a) since FASTROUTE is no longer used: in include/linux/if_packet.h: #define PACKET_FASTROUTE6 /* Fastrouted frame */ in includ

Re: Merging SSB upstream

2007-05-06 Thread Michael Buesch
On Sunday 06 May 2007 04:00:51 John W. Linville wrote: > On Sun, May 06, 2007 at 03:03:17AM +0200, Michael Buesch wrote: > > So, now that mac80211 is merged upstream, I think it's > > time to merge SSB and the b44-ssb port upstream. > > Note that bcm43xx-mac80211 is _not_ ready for upstream, yet. >

Re: Merging SSB upstream

2007-05-06 Thread Michael Buesch
On Sunday 06 May 2007 05:11:44 Jeff Garzik wrote: > Michael Buesch wrote: > > So, now that mac80211 is merged upstream, I think it's > > time to merge SSB and the b44-ssb port upstream. > > Note that bcm43xx-mac80211 is _not_ ready for upstream, yet. > > > > What do you think? I'd like to merge ss

Re: [PATCH] e100 rx: or s and el bits

2007-05-06 Thread Milton Miller
[dropping Andrew, Jeff, and LKML] On May 4, 2007, at 4:43 PM, David Acker wrote: David Acker wrote: So far my testing has shown both the original and the new version of the S-bit patch work in that no corruption seemed to occur over long term runs. I spoke too soon. Further testing has not