Re: Bluetooth update for 2.6

2006-09-27 Thread David Miller
From: Marcel Holtmann <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 12:46:21 +0200 > > here are the pending patches that didn't make it into the 2.6.18 kernel > > release. I have some additional fixes, but all of them need some more > > additional testing from my side. > > it seems that you haven't

Re: [patch 0/2] [IPVS]: Make sure ip_vs_ftp ports are valid (again)

2006-09-27 Thread David Miller
From: Horms <[EMAIL PROTECTED]> Date: Wed, 20 Sep 2006 23:44:57 +0900 > there are two patches floating around for this problem. > It seems that the first incarntation has been committed > to Linus's tree as 3f5af5b353ca36aca4f8a46e3da2172f669dbbbc. > > This series of 2 patches reverses that chang

Re: [PATCH 3/3] [IrDA] stir4200: removing undocumented bits handling

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Wed, 20 Sep 2006 08:09:24 +0300 > FIFOCTL_RXERR and FIFOCTL_TXERR are undocumented bits, according to the > Sigmatel datasheet. We should thus not take any assumption on their values > and semantics. > > Problem spotted by andrzej zaborowski <[EMAIL PR

Re: [PATCH 2/3] [IrDA] smsc-ircc: More laptops detected

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Wed, 20 Sep 2006 08:09:04 +0300 > This patch detects the smsc-ircc chipset on the nx1000 > (including nx7000 and nx7010) and the nx5000 HP/Compaq laptop series. > > Patch from "Linus Walleij (LD/EAB)" <[EMAIL PROTECTED]> > Signed-off-by: Samuel Ortiz

Re: [PATCH 1/3] [IrDA] nsc-ircc: Configuration base address for PC87383

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Wed, 20 Sep 2006 08:08:46 +0300 > According to NatSemi datasheet, the configuration base address for the PC8738x > family is 0x2e or 0x164. 0x0 doesn't appear in any datasheet. > > Patch from Lamarque Vieira Souza <[EMAIL PROTECTED]> > Signed-off-by: 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

[PATCH] bcm43xx-softmac: fix warning from ignoring returned value from pci_enable_device

2006-09-27 Thread Larry Finger
Linus's tree now has a configuration option that prints a warning whenever the returned value of any routine is ignored. This patch fixes the only such warning for bcm43xx. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- Index: linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_main.c ===

Re: 2.6.18-mm1 -- ieee80211: Info elem: parse failed: info_element->len + 2 > left : info_element->len+2=28 left=9, id=221.

2006-09-27 Thread Miles Lane
On 9/27/06, Jesper Juhl <[EMAIL PROTECTED]> wrote: On 27/09/06, Miles Lane <[EMAIL PROTECTED]> wrote: > On 9/26/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > [added netdev] > > > > On Tue, 26 Sep 2006 12:04:40 -0700 > > "Miles Lane" <[EMAIL PROTECTED]> wrote: > > > > > ieee80211: Info elem

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Jeff Garzik
Brice Goglin wrote: This is a complete rework of the myri10ge receive path. The first patch converts skb allocation to use physical pages. The second one adds a software implementation of Large Receive Offload. The third one updates the driver version to 1.1.0. The complete driver code in our CV

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Larry Finger
Michael Buesch wrote: On Wednesday 27 September 2006 18:18, Larry Finger wrote: Michael Buesch wrote: This fixes some race conditions in the WirelessExtension handling and association handling code. Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> --- This patch doesn't apply. Oh, linvill

Re: [PATCH 2/2] loopback: minor statistics optimization

2006-09-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 20:13:14 -0700 > David Miller wrote: > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > Date: Fri, 8 Sep 2006 11:20:56 -0700 > > > > > >> Minor loopback enhancements for 2.6.19 > >> > >> The loopback device status structure is

Re: [PATCH 2/2] loopback: minor statistics optimization

2006-09-27 Thread Stephen Hemminger
David Miller wrote: From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 8 Sep 2006 11:20:56 -0700 Minor loopback enhancements for 2.6.19 The loopback device status structure is a singleton and doesn't need to be allocated. Add ethtool_ops hooks to show checksum always on, and make ethtoo

Re: [PATCH 3/3] [IrDA] Memory allocations cleanups

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Mon, 11 Sep 2006 08:47:00 +0300 > This patch replaces the bunch of arbitrary 64 and 128 bytes alloc_skb() calls > with more accurate allocation sizes. > > Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Also applied, thanks. - To unsubscribe from this

Re: [PATCH 2/3] [IrDA] irda-usb needs firmware loader

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Mon, 11 Sep 2006 08:46:48 +0300 > With the inclusion of the stir421x code, we now need to select FW_LOADER > whenever we try to build the irda-usb code. > > Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this li

Re: [PATCH 1/3] [IrDA] af_irda.c cleanups

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Mon, 11 Sep 2006 08:46:36 +0300 > We lock the socket when both releasing and getting a disconnected > notification. In the latter case, we also ste the socket as orphan. > This fixes a potential kernel bug that can be triggered when we get the > disconn

Re: [PATCH 2/2] loopback: minor statistics optimization

2006-09-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 8 Sep 2006 11:20:56 -0700 > Minor loopback enhancements for 2.6.19 > > The loopback device status structure is a singleton and doesn't > need to be allocated. Add ethtool_ops hooks to show checksum always on, > and make ethtool_ops const. >

Re: [PATCH] Customizable TCP backoff patch

2006-09-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 16:00:44 -0700 > On Wed, 27 Sep 2006 16:16:38 -0700 (PDT) > David Miller <[EMAIL PROTECTED]> wrote: > > > From: Ben Woodard <[EMAIL PROTECTED]> > > Date: Wed, 27 Sep 2006 11:52:57 -0700 > > > > > Because these are general utility

Re: [IPV6]: Disable SG for GSO unless we have checksum

2006-09-27 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 28 Sep 2006 10:44:23 +1000 > [IPV6]: Disable SG for GSO unless we have checksum > > Because the system won't turn off the SG flag for us we > need to do this manually on the IPv6 path. Otherwise we > will throw IPv6 packets with bad checksums at th

Re: Network problem with 2.6.18-mm1 ?

2006-09-27 Thread Auke Kok
Sukadev Bhattiprolu wrote: I am unable to get networking to work with 2.6.18-mm1 on my system. But 2.6.18 kernel on same system works fine. Here is some info about the system/debug attempts. Attached are the lspci output and config. Appreciate any help. Please let me know if you need more info

Network problem with 2.6.18-mm1 ?

2006-09-27 Thread Sukadev Bhattiprolu
I am unable to get networking to work with 2.6.18-mm1 on my system. But 2.6.18 kernel on same system works fine. Here is some info about the system/debug attempts. Attached are the lspci output and config. Appreciate any help. Please let me know if you need more info. Suka System info:

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Benjamin Herrenschmidt
On Wed, 2006-09-27 at 19:43 -0500, Larry Finger wrote: > Benjamin Herrenschmidt wrote: > >> > > I won't try some random other git tree to test things, it's simply not > > feasible for me and we need something we can give to distros to backport > > so they have something remotely stable (I'm thinki

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Herbert Xu
Brice Goglin <[EMAIL PROTECTED]> wrote: > This is a complete rework of the myri10ge receive path. The first > patch converts skb allocation to use physical pages. The second one > adds a software implementation of Large Receive Offload. The third > one updates the driver version to 1.1.0. If this

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Larry Finger
Benjamin Herrenschmidt wrote: I won't try some random other git tree to test things, it's simply not feasible for me and we need something we can give to distros to backport so they have something remotely stable (I'm thinking for example about the upcoming ubuntu edgy which is coming out soon

[IPV6]: Disable SG for GSO unless we have checksum

2006-09-27 Thread Herbert Xu
Hi: [IPV6]: Disable SG for GSO unless we have checksum Because the system won't turn off the SG flag for us we need to do this manually on the IPv6 path. Otherwise we will throw IPv6 packets with bad checksums at the hardware. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Cheers, -- Visit Ope

Re: PROBLEM: kernel BUG at net/ipv6/ip6_output.c:718

2006-09-27 Thread Herbert Xu
On Tue, Sep 26, 2006 at 01:21:22PM +0200, cagri coltekin wrote: > > -- > [ 1395.890897] [ cut here ] > [ 1395.946093] kernel BUG at net/ipv6/ip6_output.c:940! Could you go further back in the logs t

Re: 2.6.18-mm1 -- ieee80211: Info elem: parse failed: info_element->len + 2 > left : info_element->len+2=28 left=9, id=221.

2006-09-27 Thread Jesper Juhl
On 27/09/06, Miles Lane <[EMAIL PROTECTED]> wrote: On 9/26/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > [added netdev] > > On Tue, 26 Sep 2006 12:04:40 -0700 > "Miles Lane" <[EMAIL PROTECTED]> wrote: > > > ieee80211: Info elem: parse failed: info_element->len + 2 > left : > > info_element->le

Re: [PATCH 6/9][TG3]: Add basic 5906 support.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 16:21:01 -0700 > It was found that on rare occasions, the 5906 will miss the first > interrupt after reset without the COALESCE_NOW. It was also felt that > other chips may also have this problem, and therefore it is a good and a > s

Re: tc related lockdep warning.

2006-09-27 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 14:07:04 +0200 > Dave Jones wrote: > > With this patch, I get no lockdep warnings, but the machine locks up > > completely. > > I hooked up a serial console, and found this.. > > > > > > u32 classifier > > Performance counters

Re: [PATCH] Customizable TCP backoff patch

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 16:16:38 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Ben Woodard <[EMAIL PROTECTED]> > Date: Wed, 27 Sep 2006 11:52:57 -0700 > > > Because these are general utility clusters we run many different > > programs and so trying to fix this problem in the applicatio

Re: [PATCH] Documentation update pktgen

2006-09-27 Thread David Miller
From: Robert Olsson <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 16:23:46 +0200 > And the docs. Also applied, thanks a lot. - 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.kernel.org/majordomo-info

Re: [PATCH] Fix order in inet_init failure path.

2006-09-27 Thread David Miller
From: Olaf Kirch <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 16:17:09 +0200 > This is just a minor buglet I came across by accident - when inet_init > fails to register raw_prot, it jumps to out_unregister_udp_proto which > should unregister UDP _and_ TCP. > > Signed-off-by: Olaf Kirch <[EMAIL PRO

Re: [PATCH] DSCP support for pktgen

2006-09-27 Thread David Miller
From: Robert Olsson <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 16:18:10 +0200 > > Francesco Fondelli writes: > > > Anyway, I've been asked to add support for managing DSCP codepoints, so > > one can test DiffServ capable routers. It's very simple code and is > working for > > me. > > Looks

Re: [PATCH] vlan support for pktgen

2006-09-27 Thread David Miller
From: Robert Olsson <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 16:09:27 +0200 > > Francesco Fondelli writes: > > > The attached patch allows pktgen to produce 802.1Q and Q-in-Q tagged > frames. > > I have used it for stress test a bridge and seems ok to me. > > Unfortunately I have no access

Re: [PATCH 6/9][TG3]: Add basic 5906 support.

2006-09-27 Thread Michael Chan
On Wed, 2006-09-27 at 16:08 -0700, David Miller wrote: > > @@ -491,6 +513,9 @@ static inline void tg3_cond_int(struct t > > if (!(tp->tg3_flags & TG3_FLAG_TAGGED_STATUS) && > > (tp->hw_status->status & SD_STATUS_UPDATED)) > > tw32(GRC_LOCAL_CTRL, tp->grc_local_ctrl | GRC_LC

Re: [PKT_SCHED] cls_basic: Use unsigned int when generating handle

2006-09-27 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 13:59:10 +0200 > Prevents filters from being added if the first generated > handle already exists. > > Signed-off-by: Kim Nordlund <[EMAIL PROTECTED]> > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Applied, I'll push this to -stable

Re: [PATCH 3/4] ethtool: don't show sync queue's on skge/sky2

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 19:03:33 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Stephen Hemminger wrote: > > Remove printout of synchronous transmit queue info because > > it is unused by the driver. > > > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> > > NAK, it doesn't matter whether a fe

Re: [PATCH 3/4] ethtool: don't show sync queue's on skge/sky2

2006-09-27 Thread Jeff Garzik
Stephen Hemminger wrote: On Wed, 27 Sep 2006 19:03:33 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: Stephen Hemminger wrote: Remove printout of synchronous transmit queue info because it is unused by the driver. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> NAK, it doesn't matter wheth

Re: [e2e] performance of BIC-TCP, High-Speed-TCP, H-TCP etc

2006-09-27 Thread Lachlan Andrew
Greetings all, On 23/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Just i was pondering why we got different results and try to see if we can come to some understanding on this different results we got. Who knows we together might run into some fundamental research issues regarding testing

Re: [PATCH] Customizable TCP backoff patch

2006-09-27 Thread David Miller
From: Ben Woodard <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 11:52:57 -0700 > Because these are general utility clusters we run many different > programs and so trying to fix this problem in the application is not > possible since there are literally hundreds if not thousands of them. Then why

Re: [PKT_SCHED] cls_basic: Use unsigned int when generating handle

2006-09-27 Thread David Miller
From: "Nordlund Kim (Nokia-NET/Helsinki)" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 14:45:21 +0300 (EEST) > But for signed types it falls under this: > > 6.5 Expressions > 5 If an exceptional condition occurs during the evaluation of an > expression (that is, if the > result is n

Re: [PATCH 7/9][TG3]: Add 5709 PHY support.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:35:06 -0700 > [TG3]: Add 5709 PHY support. > > Add support for the 5709 10/100 PHY. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the

Re: [PATCH 8/9][TG3]: Add 5709 self-test support.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:35:14 -0700 > [TG3]: Add 5709 self-test support. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 9/9][TG3]: Update version and reldate.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:35:24 -0700 > [TG3]: Update version and reldate. > > Update version to 3.66. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Also applied. Thanks a lot Michael. - To unsubscribe from this list: send the line "unsubscribe ne

Re: [PATCH 2/9][TG3]: Improve ASF heartbeat.

2006-09-27 Thread Michael Chan
On Wed, 2006-09-27 at 16:01 -0700, David Miller wrote: > But what exactly is meant by "checking the ring condition"? > > Does it mean that if the ASF heartbeat times out, ASF will > check to see if the TX and/or RX ring are still making forward > progress and abort the reset if so? > Exactly.

[PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Brice Goglin
This is a complete rework of the myri10ge receive path. The first patch converts skb allocation to use physical pages. The second one adds a software implementation of Large Receive Offload. The third one updates the driver version to 1.1.0. The complete driver code in our CVS actually also suppor

[PATCH 3/3] myri10ge: update driver version to 1.1.0

2006-09-27 Thread Brice Goglin
[PATCH 3/3] myri10ge: update driver version to 1.1.0 Update driver version to 1.1.0. Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> Signed-off-by: Andrew J. Gallatin <[EMAIL PROTECTED]> --- drivers/net/myri10ge/myri10ge.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-mm

Re: [PATCH 6/9][TG3]: Add basic 5906 support.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:59 -0700 > [TG3]: Add basic 5906 support. > > Add support for the new 5709 device. This is a new 10/100 Mbps chip. > The mailbox access and firmware interface are quite different from > all other tg3 chips. > > Signed-off-by:

[PATCH 1/3] myri10ge: use physical pages for skb allocation

2006-09-27 Thread Brice Goglin
[PATCH 1/3] myri10ge: use physical pages for skb allocation Physical pages are used instead of 16kB contiguous buffers for the skb frags. And we also put as much fragments as possible in any page so that we do not have to allocate a page for every fragments. Signed-off-by: Brice Goglin <[EMAIL PR

[PATCH 2/3] myri10ge: Large Receive Offload

2006-09-27 Thread Brice Goglin
[PATCH 2/3] myri10ge: Large Receive Offload This is a Large Receive Offload entirely implemented in the driver. myri10ge_rx_done() now first calls myri10ge_lro_rx() in case the new fragment is the next one for any of the pending lro receives. Those receive are stored in the lro_active queue (up t

Re: [PATCH 3/4] ethtool: don't show sync queue's on skge/sky2

2006-09-27 Thread Jeff Garzik
Stephen Hemminger wrote: Remove printout of synchronous transmit queue info because it is unused by the driver. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> NAK, it doesn't matter whether a feature is used by the driver or not. - To unsubscribe from this list: send the line "unsubscr

Re: [PATCH 3/9][TG3]: PHY fixes.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:34 -0700 > [TG3]: PHY fixes. > > Some PHY related fixes: > > 1. Fix Serdes WoL. > 2. Fix loopback test on 10/100 only devices. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied, thanks Michael. - To unsubscribe fro

Re: [PATCH 2/9][TG3]: Improve ASF heartbeat.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:25 -0700 > [TG3]: Improve ASF heartbeat. > > Change to a different ASF heartbeat message code to improve > reliability. > > There were some reports of unintended resets on real time kernels > where the timer may be slow and ca

Re: [PATCH 4/9][TG3]: Add 5722 and 5756 support.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:43 -0700 > [TG3]: Add 5722 and 5756 support. > > Add IDs to support 5722 and 5756. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in th

Re: [PATCH 1/9][TG3]: Improve 5704S autoneg.

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:15 -0700 > [TG3]: Improve 5704S autoneg. > > Improve 5704S autoneg logic by using a serdes_counter field to keep > track of the transient states. This eliminates a 200 msec busy > loop in the code. Autoneg will take its cours

Re: [PATCH 1/4] ethtool: move skge.c to marvell.c

2006-09-27 Thread Jeff Garzik
applied 1-2, 4 - 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.kernel.org/majordomo-info.html

Re: [PATCH 5/9][TG3]: Add tg3_poll_fw().

2006-09-27 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 13:34:49 -0700 > [TG3]: Add tg3_poll_fw(). > > Put the firmware polling logic into a separate function. This makes > the code cleaner. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this

[PATCH 2/4] ethtool: sky2 support

2006-09-27 Thread Stephen Hemminger
Add full support for sky2 chip Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- ethtool-util.h |3 + ethtool.c |1 marvell.c | 204 +--- 3 files changed, 183 insertions(+), 25 deletions(-) diff --git a/ethtool-util.

[PATCH 3/4] ethtool: don't show sync queue's on skge/sky2

2006-09-27 Thread Stephen Hemminger
Remove printout of synchronous transmit queue info because it is unused by the driver. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- marvell.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/marvell.c b/marvell.c index 08fdbd9..373ebcf 10

[PATCH 4/4] ethtool: spelling fix

2006-09-27 Thread Stephen Hemminger
Fix my bogus spelling. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- marvell.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marvell.c b/marvell.c index 373ebcf..c44fea3 100644 --- a/marvell.c +++ b/marvell.c @@ -68,9 +68,9 @@ static void dump_queue(const

[PATCH 1/4] ethtool: move skge.c to marvell.c

2006-09-27 Thread Stephen Hemminger
The code will be common for skge and sky2 Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- Makefile.am |2 - marvell.c | 189 +++ skge.c | 189 --- 3 files changed

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Benjamin Herrenschmidt
On Wed, 2006-09-27 at 19:50 +0200, Michael Buesch wrote: > On Wednesday 27 September 2006 18:18, Larry Finger wrote: > > Michael Buesch wrote: > > > This fixes some race conditions in the WirelessExtension > > > handling and association handling code. > > > > > > Signed-off-by: Michael Buesch <[EM

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Benjamin Herrenschmidt
On Wed, 2006-09-27 at 17:26 +0200, Michael Buesch wrote: > This fixes some race conditions in the WirelessExtension > handling and association handling code. Unlike the previous patch, this one doesn't apply on top of 2.6.18 (which I'm using as a basis for testing, along with Larry big bcm43xx pat

netdev-2.6.git rebased

2006-09-27 Thread Jeff Garzik
Just an FYI: I rebased netdev#ALL and netdev#e100-sbit branches. All other branches (master, upstream) behave as normal. Jeff - 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.kernel.o

Re: [PATCH 1/1] atl1: Attansic L1 Gigabit Ethernet driver

2006-09-27 Thread Jeff Garzik
I'll wait for the update based on Stephen's comments, before reviewing. As usual for a new driver, it will take a couple rounds of review+update to get things straight. So please be patient :) And thanks for working on this! Jeff P.S. I wonder if Attansic would permit upload of th

Re: [GIT PATCH] e100, e1000, ixgb updates for #upstream

2006-09-27 Thread Jeff Garzik
Auke Kok wrote: Hi, Here are updated updates targeted to branch #upstream-fixes from netdev-2.6, including fixes to e100, e1000 and ixgb. Changes from last weeks submission: 1) removed taint flag setting when eeprom csum fails (e100) 2) added CONFIG_PM wrappers around .suspend mthod (e1000)

Re: [PATCH] ethtool: add sky2 register dump

2006-09-27 Thread Jeff Garzik
Stephen Hemminger wrote: Add support for sky2 register dump, put it in a common file for both skge and sky2. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> You should know this by now: separate out logical changes into multiple patches. When renaming a file AND making changes to it,

Re: [PATCH] spidernet: Use pci_dma_mapping_error()

2006-09-27 Thread Jeff Garzik
applied - 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.kernel.org/majordomo-info.html

Re: [PATCH 1/8] sky2: gigabit full duplex negotiation

2006-09-27 Thread Jeff Garzik
applied 1-8 - 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.kernel.org/majordomo-info.html

Re: [PATCH] Add NETPOLL Support to SB1250 driver

2006-09-27 Thread Jeff Garzik
Manish Lachwani wrote: Hello! Attached patch adds NETPOLL support for the Sibyte Network driver. Thanks, Manish Lachwani Source: MontaVista Software, Inc. | Manish Lachwani <[EMAIL PROTECTED]> NETPOLL support for Sibyt

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Christian
Actually, I dont need the rmmod/modprobe of the module, I just need to do a /et c/init.d/net.eth1 restart. So maybe just an isssue with wpa_supplicant or a missing ifconfig eth1 up? Chris On Wednesday 27 September 2006 19:50, Michael Buesch wrote: > On Wednesday 27 September 2006 18:18, L

Re: [PATCH] softmac: Fix WX and association related races

2006-09-27 Thread Christian
And a second try seems to hint at some acpi problems on the acer: bcm43xx: Device resumed. PM: Writing back config space on device :06:09.0 at offset f (was 34001ff, writing 5c0010b) PM: Writing back config space on device :06:09.0 at offset e (was 0, writing 24fc) PM: Writing back config

Re: Bug#389804: mii-tool gigabit support. (fwd)

2006-09-27 Thread Bernd Eckenfels
On Wed, Sep 27, 2006 at 12:27:48PM -0700, dean gaudet wrote: > Package: net-tools > Version: 1.60-17 > > the version of mii-tool referenced below (plus the patch below) provides > support for more mii types, and more importantly, allows it to report > 1000baseT link states (which are otherwise m

Re: [PATCH 5/9][TG3]: Add tg3_poll_fw().

2006-09-27 Thread Michael Chan
On Wed, 2006-09-27 at 16:47 -0400, Jeff Garzik wrote: > Michael Chan wrote: > > + /* Chip might not be fitted with firmware. Some Sun onboard > > +* parts are configured like that. So don't signal the timeout > > +* of the above loop as an error, but do report the lack of > > +* run

Re: [PATCH 5/9][TG3]: Add tg3_poll_fw().

2006-09-27 Thread Jeff Garzik
Michael Chan wrote: + /* Chip might not be fitted with firmware. Some Sun onboard +* parts are configured like that. So don't signal the timeout +* of the above loop as an error, but do report the lack of +* running firmware once. +*/ + if (i >= 1

[PATCH 5/9][TG3]: Add tg3_poll_fw().

2006-09-27 Thread Michael Chan
[TG3]: Add tg3_poll_fw(). Put the firmware polling logic into a separate function. This makes the code cleaner. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index d443b73..eafca2a 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -46

[PATCH 4/9][TG3]: Add 5722 and 5756 support.

2006-09-27 Thread Michael Chan
[TG3]: Add 5722 and 5756 support. Add IDs to support 5722 and 5756. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 14e9645..d443b73 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -173,6 +173,7 @@ static struct pci_device_id tg3

[PATCH 9/9][TG3]: Update version and reldate.

2006-09-27 Thread Michael Chan
[TG3]: Update version and reldate. Update version to 3.66. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 21843de..c25ba27 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -68,8 +68,8 @@ #define DRV_MODULE_NAME

[PATCH 3/9][TG3]: PHY fixes.

2006-09-27 Thread Michael Chan
[TG3]: PHY fixes. Some PHY related fixes: 1. Fix Serdes WoL. 2. Fix loopback test on 10/100 only devices. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 6af8ebc..14e9645 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -1117,6 +

[PATCH 8/9][TG3]: Add 5709 self-test support.

2006-09-27 Thread Michael Chan
[TG3]: Add 5709 self-test support. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 23f5744..21843de 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -3615,8 +3615,7 @@ static irqreturn_t tg3_test_isr(int irq, if ((sblk->s

[PATCH 1/9][TG3]: Improve 5704S autoneg.

2006-09-27 Thread Michael Chan
[TG3]: Improve 5704S autoneg. Improve 5704S autoneg logic by using a serdes_counter field to keep track of the transient states. This eliminates a 200 msec busy loop in the code. Autoneg will take its course without the driver busy waiting for it to finish. Signed-off-by: Michael Chan <[EMAIL P

[PATCH 6/9][TG3]: Add basic 5906 support.

2006-09-27 Thread Michael Chan
[TG3]: Add basic 5906 support. Add support for the new 5709 device. This is a new 10/100 Mbps chip. The mailbox access and firmware interface are quite different from all other tg3 chips. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index ea

[PATCH 7/9][TG3]: Add 5709 PHY support.

2006-09-27 Thread Michael Chan
[TG3]: Add 5709 PHY support. Add support for the 5709 10/100 PHY. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 2b062d7..23f5744 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -1035,6 +1035,24 @@ out:

[GIT PATCH] e100, e1000, ixgb updates for #upstream

2006-09-27 Thread Auke Kok
Hi, Here are updated updates targeted to branch #upstream-fixes from netdev-2.6, including fixes to e100, e1000 and ixgb. Changes from last weeks submission: 1) removed taint flag setting when eeprom csum fails (e100) 2) added CONFIG_PM wrappers around .suspend mthod (e1000) 3) added comments

[PATCH 2/9][TG3]: Improve ASF heartbeat.

2006-09-27 Thread Michael Chan
[TG3]: Improve ASF heartbeat. Change to a different ASF heartbeat message code to improve reliability. There were some reports of unintended resets on real time kernels where the timer may be slow and cause the heartbeat to be late. Netpoll will also have the same problem because the timer irq wi

Re: mii-tool gigabit support.

2006-09-27 Thread David Acker
Rick Jones wrote: With mii-tool we can do the command below and work with a half duplex hub and a full duplex switch. mii-tool -A 10baseT-FD,10baseT-HD eth0 Why, and how often, is that really necessary? rick jones Take a wifi router with only 802.11b radios and ethernet chips that do not

Re: [RFC] [PATCH 3/3] enable IP multicast when bonding IPoIB devices

2006-09-27 Thread Or Gerlitz
On 9/26/06, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Tue, 26 Sep 2006 13:18:09 +0300 (IDT) Or Gerlitz <[EMAIL PROTECTED]> wrote: > +module_param(bonding_dev_type,int, 0644); > +module_param(bonding_dev_addrlen, int, 0644); Do you really want to allow changing these values after m

Re: [PATCH 13/23] e1000: gather hardware bit tweaks.

2006-09-27 Thread Auke Kok
Jeff Garzik wrote: Kok, Auke wrote: Several hardware bits were set all over the driver and have been consolidated into a single function. diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c index 9422864..a143b49 100644 Overall this is a positive change. However, NAK'd

Re: [PATCH 08/23] e1000: add multicast stats counters

2006-09-27 Thread Auke Kok
Jeff Garzik wrote: cramerj wrote: Williams, Mitch A wrote: +{ "rx_broadcast", E1000_STAT(stats.bprc) }, +{ "tx_broadcast", E1000_STAT(stats.bptc) }, +{ "rx_multicast", E1000_STAT(stats.mprc) }, +{ "tx_multicast", E1000_STAT(stats.mptc) }, { "rx_errors", E1000_STAT(net_stats.rx_e

Re: [RFC] [PATCH 3/3] enable IP multicast when bonding IPoIB devices

2006-09-27 Thread Or Gerlitz
On 9/27/06, Jay Vosburgh <[EMAIL PROTECTED]> wrote: Or Gerlitz <[EMAIL PROTECTED]> wrote: >+ /* XXX set the bond dev type and addr len such that the net core code >+ * (eg arp_mc_map() in net/ipv4/arp.c) would correctly process multicast >+ * groups set ***before*** the first ensl

Re: [RFC][PATCH 1/3] enable bonding to enslave non ARPHRD_ETHER netdevices

2006-09-27 Thread Or Gerlitz
On 9/26/06, Jay Vosburgh <[EMAIL PROTECTED]> wrote: Or Gerlitz <[EMAIL PROTECTED]> wrote: [...] + bond->dev->mtu = new_active->dev->mtu; This won't generate a NETDEV_CHANGEMTU notifier event. What is actually the trigger for the event with the current impl? is the co

Re: mii-tool gigabit support.

2006-09-27 Thread dean gaudet
On Wed, 27 Sep 2006, Auke Kok wrote: > dean gaudet wrote: > > On Tue, 26 Sep 2006, Jeff Garzik wrote: > > > > > Stephen Hemminger wrote: > > > > The mii-tool utility seems to be abandoned and unmaintained? > > > > > > > > Here is a version that does standard 1000baseT support. > > > > ht

Re: mii-tool gigabit support.

2006-09-27 Thread Auke Kok
dean gaudet wrote: On Tue, 26 Sep 2006, Jeff Garzik wrote: Stephen Hemminger wrote: The mii-tool utility seems to be abandoned and unmaintained? Here is a version that does standard 1000baseT support. http://developer.osdl.org/shemminger/prototypes/mii-tool.tar.bz2 Not really. I wou

Re: mii-tool gigabit support.

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 12:24:59 -0700 (PDT) dean gaudet <[EMAIL PROTECTED]> wrote: > On Tue, 26 Sep 2006, Jeff Garzik wrote: > > > Stephen Hemminger wrote: > > > The mii-tool utility seems to be abandoned and unmaintained? > > > > > > Here is a version that does standard 1000baseT support. > > >

Re: mii-tool gigabit support.

2006-09-27 Thread dean gaudet
On Tue, 26 Sep 2006, Jeff Garzik wrote: > Stephen Hemminger wrote: > > The mii-tool utility seems to be abandoned and unmaintained? > > > > Here is a version that does standard 1000baseT support. > > http://developer.osdl.org/shemminger/prototypes/mii-tool.tar.bz2 > > Not really. I would ra

Re: mii-tool gigabit support.

2006-09-27 Thread dean gaudet
On Tue, 26 Sep 2006, Stephen Hemminger wrote: > The mii-tool utility seems to be abandoned and unmaintained? > > Here is a version that does standard 1000baseT support. > http://developer.osdl.org/shemminger/prototypes/mii-tool.tar.bz2 cool that's bugged me for a while... there's an off-b

[PATCH] spidernet: Use pci_dma_mapping_error()

2006-09-27 Thread Olof Johansson
A driver shouldn't compare to DMA_ERROR_CODE directly, use pci_dma_mapping_error() instead. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/spider_net.c === --- linux-2.6.orig/drivers/net/spider_net.c

[PATCH] Customizable TCP backoff patch

2006-09-27 Thread Ben Woodard
Here at LLNL we have a rather challenging network environment on our clusters. We basically have 1000's of gigE links attached to an oversubscribed federated network. Most of the time this network is idle but the expected workload is for regular spikes extremely heavy activity lasting a few min

Re: mii-tool gigabit support.

2006-09-27 Thread Auke Kok
Maciej W. Rozycki wrote: On Wed, 27 Sep 2006, Rick Jones wrote: Another scenario: forcing the NIC to negotiate only full-duplex speeds. Not only fun if you try it against a hub, but possibly useful. [...] I'm just worried (as in Fear Uncertainty and Doubt) that having people set the allowed t

Re: mii-tool gigabit support.

2006-09-27 Thread Maciej W. Rozycki
On Wed, 27 Sep 2006, Rick Jones wrote: > > Another scenario: forcing the NIC to negotiate only full-duplex speeds. Not > > only fun if you try it against a hub, but possibly useful. [...] > I'm just worried (as in Fear Uncertainty and Doubt) that having people set the > allowed things to negotiate

Re: [PATCH] skge: fiber support

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 13:59:02 -0400 Michael Stone <[EMAIL PROTECTED]> wrote: > On Wed, Sep 27, 2006 at 10:34:15AM -0700, Stephen Hemminger wrote: > >That's surprising, memory leak? dropped packets? > > I'm open to suggestions on debugging it. It seems fairly repeatable > about half an hour after

  1   2   >