From: Jesse Brandeburg
> On Mon, 23 Jan 2006, kus Kusche Klaus wrote:
> > Here are my results:
> >
> > If the watchdog doesn't get interrupted, preempted, or whatever,
> > it spends 340 us in its body:
> > * 303 us in the mii code
> > * 36 us in the following code up to e100_adjust_adaptive_ifs
>
Patrick McHardy <[EMAIL PROTECTED]> wrote:
> Andrew Morton wrote:
>>
>> http://bugzilla.kernel.org/show_bug.cgi?id=5936
>
> Please post your iptables rules and the full list of loaded modules.
The problem is caused by SNAT on a dst that already has an xfrm set.
When ip_route_me_harder processes
(cc'ing netdev with permission)
[EMAIL PROTECTED] wrote:
>
> We have a set of machines that have been usually hanging seconds
> after reporting an oom-killer: gfp_mask=0xd1, order=0. We've tried
> variations of kernels from 2.6.11 through 2.6.16-rc1, with and
> without PAE enabled, all seem t
Carl-Daniel Hailfinger schrieb:
> Stephen Hemminger schrieb:
>
>>On Mon, 23 Jan 2006 20:57:10 +0100
>>Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Stephen Hemminger schrieb:
>>>
You might try adjusting the interrupt coalescing parameters with
ethtool -C eth0 ...
But I
[PATCH] ipw2100: remove white space and better format the code
Signed-off-by: James Ketrenos <[EMAIL PROTECTED]>
---
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -3767,7 +3767,7 @@ static ssize_t store_memory(struct devic
struct net_device *dev = priv->n
[PATCH] ipw2100: Add generic geo information
This patch fixes a BUG_ON for the latest ieee80211 change.
Signed-off-by: Hong Liu <[EMAIL PROTECTED]>
Signed-off-by: Zhu Yi <[EMAIL PROTECTED]>
---
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -1672,6 +1672,18 @@ stat
[PATCH] ipw2100: Fix setting txpower failed problem
The ipw2100 driver misunderstood the parameter of txpower.
Tx Power off means turn off the radio, but the driver interpret it as
"can't set txpower". So when getting the txpower, it sets disabled=1 to
the iwconifg tool in managed mode. And the t
[PATCH] ipw2100: Fix a gcc compile warning
drivers/net/wireless/ipw2100.c:2236: warning: `ipw2100_match_buf' defined
but not used
Cc: Yi Zhu <[EMAIL PROTECTED]>
Cc: James Ketrenos <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-
Hi,
Here is a series of patches for ipw2100 driver. It brings ipw2100 to version
1.1.4 as released in ipw2100.sf.net. Patches include:
[PATCH 1/6] ipw2100: Add LEAP authentication algorithm support
[PATCH 2/6] ipw2100: Make iwconfig txpower setting consistent with user input
[PATCH 3/6] ipw2100:
ipw2100: Add LEAP authentication algorithm support.
Signed-off-by: Hong Liu <[EMAIL PROTECTED]>
Signed-off-by: Zhu Yi <[EMAIL PROTECTED]>
---
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -5363,9 +5363,12 @@ static int ipw2100_configure_security(st
[PATCH] ipw2100: Make iwconfig txpower setting consistent with user input
Signed-off-by: Hong Liu <[EMAIL PROTECTED]>
Signed-off-by: Zhu Yi <[EMAIL PROTECTED]>
---
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -5105,12 +5105,13 @@ static int ipw2100_set_tx_power(st
Rick,
In addition to showing improved throughput, the CPU utilization(service
demand)
also went down. But one of the CPUs was running at full utilization. For eg.
without LRO, the CPU "idle" times on the 4 CPUs were 39,43,8,12(average 25%
idle).
With LRO, it was 48/0/46/47(average 35% idle).
Regar
From: "Kris Katterjohn" <[EMAIL PROTECTED]>
Date: Fri, 20 Jan 2006 22:07:06 -0800
> Those changes and a couple more just like them.
>
> Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]>
Applied, thanks Kris.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a me
From: "Kris Katterjohn" <[EMAIL PROTECTED]>
Date: Fri, 20 Jan 2006 17:26:43 -0800
> This fixes some whitespace issues in net/core/filter.c
>
> Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]>
Applied, thanks Kris.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body
From: "Michael Chan" <[EMAIL PROTECTED]>
Date: Thu, 19 Jan 2006 15:58:29 -0800
> Update version to 1.4.31 and add 2006 copyright.
>
> Skip the last digit when reporting the firmware version.
>
> Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
All 9 patches applied (in New Zealand :-)). The hw
(netdev added to Cc: list again)
SangOg Na <[EMAIL PROTECTED]> :
[...]
> I read the change log of 2.4.33-pre1, but I can't see via-velocity patch.
> Do you have via-velocity release plan for 2.4.33?
Not really. I fear that 2.4.x is not an official target for new drivers
any more.
--
Ueimor
-
To
Ravinandan Arakali wrote:
Rick,
This is the basic implementation I submitted. I will try and include support
for timestamp option and resubmit.
I did not did understand your other comments about "service demand".
Sorry, that's a netperfism - netperf can report the "service demand" measured
dur
Rick,
This is the basic implementation I submitted. I will try and include support
for timestamp option and resubmit.
I did not did understand your other comments about "service demand".
Thanks,
Ravi
-Original Message-
From: Rick Jones [mailto:[EMAIL PROTECTED]
Sent: Friday, January 20, 2
From: Roland Dreier <[EMAIL PROTECTED]>
Date: Mon, 23 Jan 2006 13:27:32 -0800
> I'd like to get an ACK or NAK of it from Dave
Dave is in New Zealand at linux.conf.au, don't expect him to
be too active for at least a week...
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
t
Hi,
Resubmission since the previous submission has entangled tab/spaces.
thanks,
Catherine
--
From: [EMAIL PROTECTED]
This patch implements an application of the LSM-IPSec networking
controls whereby an application can determine the label of the
security association its TCP or UDP sockets are
This is a resend of a patch written by Michael S. Tsirkin
<[EMAIL PROTECTED]>. I'd like to get an ACK or NAK of it from Dave
and other networking people, so that we can either merge it upstream
or try a different approach. There definitely is a problem with
neighbour destructors that IP-over-IB i
David S. Miller wrote:
He wants to go the other direction, from socket to file descriptor.
Typically people doing this are implementing desktop notifiers for
socket activity and stuff like that in order to fill in a feature
checkbox that Windows happens to have...
I believe in this case it's
Stephen Hemminger schrieb:
> On Mon, 23 Jan 2006 20:57:10 +0100
> Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>
>
>>Stephen Hemminger schrieb:
>>
>>>You might try adjusting the interrupt coalescing parameters with
>>> ethtool -C eth0 ...
>>>But I can't give you hard guidelines as to wha
On Mon, 23 Jan 2006, kus Kusche Klaus wrote:
From: John Ronciak
> Can we try a couple of things? 1) just comment out all the check for
> link code in the e100 driver and give that a try and 2) just comment
> out the update stats call and see if that works. These seem to be the
> differences and
inet_bind_bucket_create was exported twice.
Keep the export in the file where inet_bind_bucket_create is defined.
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
I've noticed double export while playing with modpost.
I did not see any ill-effect of it - but modpost may soon complain.
EXPORT_
Record the parent device since it may be removed (by RCU)
in the course of processing packets via netfilter.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- br-fix.orig/include/linux/skbuff.h
+++ br-fix/include/linux/skbuff.h
@@ -96,6 +96,7 @@ struct nf_bridge_info {
atomic_t us
This string of patches should address the RCU issues with
bridge netfilter. The first one is obvious, and should go
in right away.
--
Stephen Hemminger <[EMAIL PROTECTED]>
OSDL http://developer.osdl.org/~shemminger
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body o
Use RCU macro's to ensure barrier safety on the bridge
receive path.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- br-fix.orig/net/bridge/br_if.c
+++ br-fix/net/bridge/br_if.c
@@ -124,7 +124,7 @@ static void del_nbp(struct net_bridge_po
struct net_bridge *br = p->br;
s
Move the inline functions that are used one place from
netfilter_bridge include to the file they are used in.
Change nf_bridge_alloc to use kzalloc.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- br-fix.orig/include/linux/netfilter_bridge.h
+++ br-fix/include/linux/netfilter_bridge.h
On Mon, 23 Jan 2006 20:57:10 +0100
Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
> Stephen Hemminger schrieb:
> > You might try adjusting the interrupt coalescing parameters with
> > ethtool -C eth0 ...
> > But I can't give you hard guidelines as to what would make it better.
> >
> > I ha
Stephen Hemminger schrieb:
> You might try adjusting the interrupt coalescing parameters with
> ethtool -C eth0 ...
> But I can't give you hard guidelines as to what would make it better.
>
> I have a debug patch, but it needs work still.
I don't care whether that debug patch will freeze th
Stephen Hemminger wrote:
O
It seems that the SuSE Firewall locked something
I started with kernel 2.6.15-git7, tried 2.6.15.1 and 2.6.16-rc1*.
At the moment I do use a kernel 2.6.15-git7 patched with an updated sky2
(v.013).
I could not find a single working sky2 configuration.
Am Montag 23 Januar 2006 15:32 schrieb Johannes Berg:
> Shouldn't you BSS-filter management packets too?
no, management packets are used to populate f.e. scanning results.
Stefan
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
Mor
On Sun, 2006-01-22 at 14:04 +0200, Denis Vlasenko wrote:
> + hdr = (struct ieee80211_hdr_4addr *)skb->data;:
> + fc = le16_to_cpu(hdr->frame_ctl);:
> +:
> + switch (fc & IEEE80211_FCTL_FTYPE) {:
> + case IEEE80211_FTYPE_MGMT:
> + ieee80211_rx_mgt(ieee, hdr
On Mon, 23 Jan 2006 20:03:15 +0200
Pekka Pietikainen <[EMAIL PROTECTED]> wrote:
> > On Wed, 11 Jan 2006 14:00:17 -0800
> > Stephen Hemminger <[EMAIL PROTECTED]> wrote:
> >> On Wed, 11 Jan 2006 21:16:40 +0300
> >>
> >> > 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E
> >
O
>
> It seems that the SuSE Firewall locked something
>
> I started with kernel 2.6.15-git7, tried 2.6.15.1 and 2.6.16-rc1*.
> At the moment I do use a kernel 2.6.15-git7 patched with an updated sky2
> (v.013).
> I could not find a single working sky2 configuration.
>
Are you using the f
> On Wed, 11 Jan 2006 14:00:17 -0800
> Stephen Hemminger <[EMAIL PROTECTED]> wrote:
>> On Wed, 11 Jan 2006 21:16:40 +0300
>>
>> > 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E
>> > Gigabit Ethernet Controller (rev 19)
>>
>> What is the chip revision, reported on dmesg
On Mon, 23 Jan 2006, Jesse Brandeburg wrote:
issue with no luck. In fact Patrick McHardy explicitly suggested that I
Apologies, this should have said Matthew Wilcox, and here is a link to the
original message for your reference.
http://marc.theaimsgroup.com/?l=linux-pci&m=113079340316023&w=
On Mon, 23 Jan 2006, Ingo Oeser wrote:
Jeff Kirsher wrote:
> These functions help restore the driver to active configuration when coming
out of resume for
power management.
Shouldn't this problem be fixed in the PCI layer of Linux?
PS: CC'ed maintainer of Linux PCI core
Thanks, I actually
Luiz Fernando Capitulino writes:
> [PATCH 00/02] pktgen: Ports thread list to Kernel list implementation.
> [PATCH 00/03] pktgen: Fix kernel_thread() fail leak.
> [PATCH 00/04] pktgen: Fix Initialization fail leak.
>
> But I'm sending these patches first, just to know if I'm doing som
On 1/22/06, Ha Hi <[EMAIL PROTECTED]> wrote:
> Question one: when e1000 does packet splitting, it seems packet data buffer
> is splitted into three parts, but how does e1000 decide how many parts
> needed to be splitted?
The e1000 splits the packet into two parts, protocol headers and
payload data.
I wasn't getting much of a response on lkml to this, so maybe netdev will
be more helpful :)
thanks
- kumar
-- Forwarded message --
Date: Thu, 19 Jan 2006 00:19:47 -0600
From: Kumar Gala <[EMAIL PROTECTED]>
To: LKML List
Subject: proper way to deal with a sparse warning
I'm ge
This patch is not in-lined because it's 120K bytes long, you can found it at:
http://www.cpu.eti.br/patches/pktgen_lindent_1.patch
--
Luiz Fernando N. Capitulino
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo inf
Hi!
I have the following patches for pktgen:
[PATCH 00/01] pktgen: Lindent run.
[PATCH 00/02] pktgen: Ports thread list to Kernel list implementation.
[PATCH 00/03] pktgen: Fix kernel_thread() fail leak.
[PATCH 00/04] pktgen: Fix Initialization fail leak.
All the patches were tested wit
Leak fix: free all the alocated resources if kernel_thread() call fails.
Signed-off-by: Luiz Capitulino <[EMAIL PROTECTED]>
net/core/pktgen.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index ee26c69..ccffcbb 100644
--
Even if pktgen's thread initialization fails for all CPUs, the module
will be successfully loaded.
This patch changes that behaivor, by returning error on module load time,
and also freeing all the resources allocated. It also prints a warning if a
thread initialization has failed.
Signed-off-
Ports the thread list to use the Linux Kernel linked list implementation.
The final result is a simpler and smaller code.
Note that I'm adding a new member in the struct pktgen_thread called
'removed'. The reason is that I didn't find a better wait condition to be
used in the place of the repl
Dear Bernd,
thank you so much for detailed answer!
For my work information you gave to me is sufficient - it helped me a lot!
Regards,
Elena
- Original Message -
From: Bernd Eckenfels <[EMAIL PROTECTED]>
Date: Monday, January 23, 2006 8:32 am
Subject: netstat socket timer output forma
Hello,
- Original Message -
From: "Stephen Hemminger" <[EMAIL PROTECTED]>
To: "JaniD++" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, January 12, 2006 10:40 PM
Subject: Re: Marvell driver question
> On Thu, 12 Jan 2006 21:15:21 +0100
> "JaniD++" <[EMAIL PROTECTED]> wrote:
>
> > Hello, list,
Jeff Kirsher wrote:
> Signed-off-by: Jeff Kirsher <[EMAIL PROTECTED]>
> Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]>
> Signed-off-by: John Ronciak <[EMAIL PROTECTED]>
> ---
>
> drivers/net/e1000/e1000_main.c | 72
> +---
> 1 files changed, 67 insertio
Jeff Kirsher wrote:
> These functions help restore the driver to active configuration when coming
> out of resume for power management.
Shouldn't this problem be fixed in the PCI layer of Linux?
PS: CC'ed maintainer of Linux PCI core
Regards
Ingo Oeser
-
To unsubscribe from this list: send the
From: John Ronciak
> Can we try a couple of things? 1) just comment out all the check for
> link code in the e100 driver and give that a try and 2) just comment
> out the update stats call and see if that works. These seem to be the
> differences and we need to know which one is causing the proble
On Mon, Jan 23, Andrew Morton wrote:
> Olaf Hering <[EMAIL PROTECTED]> wrote:
> >
> >
> > We carry this patch since 2005-03-13. Jiri, can you check if 2.6.16
> > still doesnt work for you on this sort of hardware? I did not find a
> > bugzilla nor a better description.
> >
>
> Doesn't compile.
On Mon, Jan 23, Andrew Morton wrote:
> Olaf Hering <[EMAIL PROTECTED]> wrote:
> >
> >
> > We carry this patch since 2005-03-13. Jiri, can you check if 2.6.16
> > still doesnt work for you on this sort of hardware? I did not find a
> > bugzilla nor a better description.
> >
>
> Doesn't compile.
Olaf Hering <[EMAIL PROTECTED]> wrote:
>
>
> We carry this patch since 2005-03-13. Jiri, can you check if 2.6.16
> still doesnt work for you on this sort of hardware? I did not find a
> bugzilla nor a better description.
>
Doesn't compile.
> + if (tp->chip_id == ULI526X) {
ULI526X isn't de
This information is already available via /proc/net/bonding/*
therefore it doesn't make sense to require CAP_NET_ADMIN
privileges.
Original patch by Laurent Deniel <[EMAIL PROTECTED]>
Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Index: net-2.6/net/core/dev.c
===
56 matches
Mail list logo