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
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
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
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
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
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
[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
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
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
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
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
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
| 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
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
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
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
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
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
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.
>
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
[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
21 matches
Mail list logo