On Tue, 2006-09-05 at 17:42 -0700, Mohamed Abbas wrote:
> Are there any one working on roaming support for d80211 stack?
I'm not aware of anyone working on it, but I used to think there was
some support. I guess that isn't true then if you need to ask that
question :)
johannes
-
To unsubscribe
On Wed, 2006-09-06 at 16:55 -0400, John W. Linville wrote:
> Is this patch acceptable to the group? Does it make things better?
> Or worse? Did I leave-out anything that should still go in? Did I
> take too much?
Looks good to me.
johannes
-
To unsubscribe from this list: send the line "unsub
Stephen Hemminger <[EMAIL PROTECTED]> writes:
> The problem with VNIC's is it won't work for all devices (without lots of
> work), and for many device's it requires putting the device in promiscuous
> mode. It also plays havoc with network access control devices.
Which is fine. If it works it is
John,
Please apply this patch by Martin Langer to wireless-2.6. It must follow the patch to "Add firmware
version printout to wireless-2.6 (bcm43xx-softmac)". As originally submitted, the patch was
appropriate for an obsolete version of bcm43xx-softmac, but I have updated and tested.
Thanks,
On Wed, 06 Sep 2006 17:25:50 -0600
[EMAIL PROTECTED] (Eric W. Biederman) wrote:
> "Caitlin Bestler" <[EMAIL PROTECTED]> writes:
>
> > [EMAIL PROTECTED] wrote:
> >
> >>
> >>> Finally, as I understand both network isolation and network
> >>> virtualization (both level2 and level3) can happily co
On Wed, Sep 06, 2006 at 03:06:12PM +, Matthew Galgoci wrote:
>
> =
> [ INFO: possible recursive locking detected ]
> 2.6.17-1.2614.fc6 #1
> -
> java/7112 is trying to acquire lock:
> (slock-AF_INET6){-+..}
> On Wed, 6 Sep 2006 10:58:15 -0700 (PDT)
> [EMAIL PROTECTED] wrote:
>
>> Hello All,
>>
>> I have a question about the use of the tx_ring->next_to_use variable in
>> the e1000. Specifically, I'm wondering about a race between the use of
>> next_to_use in e1000_xmit_frame and the clearing of next_t
"Caitlin Bestler" <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
>
>>
>>> Finally, as I understand both network isolation and network
>>> virtualization (both level2 and level3) can happily co-exist. We do
>>> have several filesystems in kernel. Let's have several network
>>> virtualiza
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
Since this code incorporates some of the fixes from 2.6.18, change
the version number.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Signed-off-by: Greg
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
The bridge netfilter code needs to check for space at the
front of the skb before overwriting; otherwise if skb from
device doesn't have headroom, then it will c
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
Don't clear status IRQ until list has been read to avoid causing
status list wraparound. Clearing IRQ forces a Transmit Status update
if it is pending.
Signed-o
> Under some circumstances I can work out which sources have triggered which
> interrupts (there are various off-CPU FPGAs which implement auxiliary PICs
> that
> do announce their sources), but the aux-PIC channels are grouped together upon
> delivery to the CPU PIC, so some of the ACK'ing has t
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
The test for MSI IRQ could have timing issues. The PCI write needs to be
pushed out before waiting, and the wait queue should be initialized before
the IRQ.
Si
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
Fix support for fiber based devices. Needed to keep track of PMD type to
add workaround in setup. Add support for gigabit half duplex fiber.
Signed-off-by: Ste
[EMAIL PROTECTED] wrote:
>
>> Finally, as I understand both network isolation and network
>> virtualization (both level2 and level3) can happily co-exist. We do
>> have several filesystems in kernel. Let's have several network
>> virtualization approaches, and let a user choose. Is that makes
>>
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
Don't program the GMAC to reject flow control packets.
This maybe the cause of some of the transmit hangs.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
-stable review patch. If anyone has any objections, please let us know.
--
From: Stephen Hemminger <[EMAIL PROTECTED]>
Several code paths assume an additional 16 bytes of header padding
on the receive path. Use dev_alloc_skb to get that padding.
Signed-off-by: Stephen Hemminger
Kir Kolyshkin wrote:
Herbert Poetzl wrote:
my point (until we have an implementation which clearly
shows that performance is equal/better to isolation)
is simply this:
of course, you can 'simulate' or 'construct' all the
isolation scenarios with kernel bridging and routing
and tricky inject
John W. Linville wrote:
On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote:
On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote:
I don't know about the others, but long/short retry limits have users
(e.g., Host AP driver) and these drivers are currently forced to use a
hack to do
On Wed, Sep 06, 2006 at 04:55:44PM -0400, John W. Linville wrote:
> On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote:
> > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote:
> >
> > > I don't know about the others, but long/short retry limits have users
> > > (e.g., Host AP driver
hi,
this patch converts one if() BUG(); to BUG_ON();
so it can be safely optimized away.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.18-rc6/drivers/net/tokenring/tmspci.c.orig2006-09-06
23:32:41.0 +0200
+++ linux-2.6.18-rc6/drivers/net/tokenring/tmspci.c
On Wed, Sep 06, 2006 at 10:17:52AM -0700, Stephen Hemminger wrote:
> Selective backport of bug fixes in 2.6.18 to 2.6.17 stable.
All 6 queued to -stable, thanks.
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordo
On Tue, 05 Sep 2006 21:36:24 -0400
Daniel Drake <[EMAIL PROTECTED]> wrote:
> Hi,
>
> There's a strange sky2 bug on the Gentoo bugzilla:
> http://bugs.gentoo.org/show_bug.cgi?id=136508
>
> sky2 seems to work OK, but breaks as soon as the iptables ruleset is
> loaded. Nothing can be pinged, etc.
On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote:
> On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote:
>
> > I don't know about the others, but long/short retry limits have users
> > (e.g., Host AP driver) and these drivers are currently forced to use a
> > hack to do this withou
On Wednesday 06 September 2006 22:55, John W. Linville wrote:
> On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote:
> > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote:
> >
> > > I don't know about the others, but long/short retry limits have users
> > > (e.g., Host AP driver) an
Hi John,
Please do
git pull git://bu3sch.de/wireless-dev.git fixes-for-linville
This will pull a ssb fix I forgot to send upstream
via patches.
http://bu3sch.de/git?p=wireless-dev.git;a=commitdiff;h=e29495e14131be28da4fb8bf8a2615fd3f625764
drivers/misc/ssb.c |
Kir Kolyshkin wrote:
> I am not sure about "network isolation" (used by Linux-VServer), but as
> it comes for level2 vs. level3 virtualization, I see a need for both.
> Here is the easy-to-understand comparison which can shed some light:
> http://wiki.openvz.org/Differences_between_venet_and_
On Sat, Aug 26, 2006 at 11:18:39AM +1000, Herbert Xu wrote:
> On Fri, Aug 25, 2006 at 04:03:16PM -0700, Greg KH wrote:
> >
> > This patch doesn't apply at all to the latest 2.6.17-stable kernel tree.
> > Care to rediff it?
>
> Hmm, I just rebased and it actually applied as is to 2.6.17.11 :)
> An
Cedric Le Goater <[EMAIL PROTECTED]> writes:
> Eric W. Biederman wrote:
>
> hmm ? What about an MPI application ?
>
> I would expect each MPI task to be run in its container on different nodes
> or on the same node. These individual tasks _communicate_ between each
> other through the MPI layer (n
Eric W. Biederman wrote:
>> This family of containers are used too for HPC (high performance computing)
>> and
>> for distributed checkpoint/restart. The cluster runs hundred of jobs,
>> spawning
>> them on different hosts inside an application container. Usually the jobs
>> communicates with bro
Randy.Dunlap wrote:
On Wed, 06 Sep 2006 12:53:42 -0400 Jeff Garzik wrote:
Mitch Williams wrote:
Add 10 Gig support to bonding.
Resent due to corrupt patch.
Signed-off-by: Mitch Williams <[EMAIL PROTECTED]>
Acked-by: Jay Vosburgh <[EMAIL PROTECTED]>
Did you test with git-applymbox first?
It
Fix the support for fiber connected gigabit boards.
Allow half duplex gigabit to be configured.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
drivers/net/sky2.c | 81 +++-
drivers/net/sky2.h | 15 +-
2 files changed, 63 inse
Fix support for big endian platforms like PPC.
Still not sure about VLAN acceleration (does it need swapping)?
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
drivers/net/sky2.c | 43 ++-
drivers/net/sky2.h | 19 +++
2 files c
Fix problems with transmit pause frames. The driver was telling the
GMAC to flush (not process) pause frames. Manually disabling pause wasn't
working because of problems in the setup.
This maybe the cause of the lockup under load.
http://bugzilla.kernel.org/show_bug.cgi?id=6839
Patch agai
[Trying again; /usr/bin/patch didn't complain about Mitch's
original; here's a cg-diff generated from where I checked his in,
git-apply seems ok with it. The problem seems to be the empty line
between "//endallnoun" and "// compare MAC"; in the original it's a
totally empty line, from cg-
On Wed, 06 Sep 2006 12:53:42 -0400 Jeff Garzik wrote:
> Mitch Williams wrote:
> > Add 10 Gig support to bonding.
> >
> > Resent due to corrupt patch.
> >
> > Signed-off-by: Mitch Williams <[EMAIL PROTECTED]>
> > Acked-by: Jay Vosburgh <[EMAIL PROTECTED]>
>
> Did you test with git-applymbox firs
Eric W. Biederman wrote:
Kir Kolyshkin <[EMAIL PROTECTED]> writes:
Herbert Poetzl wrote:
my point (until we have an implementation which clearly
shows that performance is equal/better to isolation)
is simply this:
of course, you can 'simulate' or 'construct' all the
isolation scenar
Kir Kolyshkin <[EMAIL PROTECTED]> writes:
> Herbert Poetzl wrote:
>> my point (until we have an implementation which clearly
>> shows that performance is equal/better to isolation)
>> is simply this:
>>
>> of course, you can 'simulate' or 'construct' all the
>> isolation scenarios with kernel br
On 9/5/06, Jeff Kirsher <[EMAIL PROTECTED]> wrote:
adds the ability to change the advertised speed and duplex for a network
interface. Previously, a network interface was only able to advertise all
supported speed's and duplex's, or one individual speed and duplex. The
feature allows the us
Don't clear status IRQ until list has been read to avoid causing
status list wraparound. Clearing IRQ forces a Transmit Status update
if it is pending.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- linux-2.6.17.11.orig/drivers/net/sky2.c
+++ linux-2.6.17.11/drivers/net/sky2.c
@@ -2016,
Selective backport of bug fixes in 2.6.18 to 2.6.17 stable.
--
Stephen Hemminger <[EMAIL PROTECTED]>
-
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
On Wed, 6 Sep 2006 10:58:15 -0700 (PDT)
[EMAIL PROTECTED] wrote:
> Hello All,
>
> I have a question about the use of the tx_ring->next_to_use variable in
> the e1000. Specifically, I'm wondering about a race between the use of
> next_to_use in e1000_xmit_frame and the clearing of next_to_use in
Several code paths assume an additional 16 bytes of header padding
on the receive path. Use dev_alloc_skb to get that padding.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- linux-2.6.17.11.orig/drivers/net/sky2.c
+++ linux-2.6.17.11/drivers/net/sky2.c
@@ -949,14 +949,14 @@ static void
Fix support for fiber based devices. Needed to keep track of PMD type to
add workaround in setup. Add support for gigabit half duplex fiber.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
drivers/net/sky2.c | 81 -
drivers/net/sky2
Since this code incorporates some of the fixes from 2.6.18, change
the version number.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- linux-2.6.17.11.orig/drivers/net/sky2.c 2006-09-06 09:29:23.0
-0700
+++ linux-2.6.17.11/drivers/net/sky2.c 2006-09-06 09:29:30.0 -07
Don't program the GMAC to reject flow control packets.
This maybe the cause of some of the transmit hangs.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- linux-2.6.17.11.orig/drivers/net/sky2.h 2006-09-06 10:02:11.0
-0700
+++ linux-2.6.17.11/drivers/net/sky2.h 2006-09-06 1
Check if IRQ came from hardware fault (hotplug).
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
drivers/net/skge.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
7e83b6245b11158875757ab346ca6d0954ecb95e
diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index 3f1b72e..
The test for MSI IRQ could have timing issues. The PCI write needs to be
pushed out before waiting, and the wait queue should be initialized before
the IRQ.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- linux-2.6.17.11.orig/drivers/net/sky2.c
+++ linux-2.6.17.11/drivers/net/sky2.c
@@
Herbert Poetzl <[EMAIL PROTECTED]> writes:
> On Wed, Sep 06, 2006 at 11:10:23AM +0200, Daniel Lezcano wrote:
>>
>> As far as I see, vserver use a layer 3 solution but, when needed, the
>> veth "component", made by Nestor Pena, is used to provide a layer 2
>> virtualization. Right ?
>
> well, no,
Jesper Juhl wrote:
Ok, I've done some more testing and it seems, unfortunately, that I
can't trigger the problem reliably. I guess I was just "lucky" with my
first few reboots.
It now seems that uptime and/or amount of data that has flowed over
the vlan interface impacts the probability of hittin
Hello All,
I have a question about the use of the tx_ring->next_to_use variable in
the e1000. Specifically, I'm wondering about a race between the use of
next_to_use in e1000_xmit_frame and the clearing of next_to_use in
e1000_down via e1000_clean_tx_ring.
Thread 1 (_xmit) -> first = adapter->t
Jeff Garzik schrieb:
>
> Your patch is attached base64-encoded, which makes it impossible to
> comment on it inline.
>
> Jeff
>
>
Sorry for that. I send this via webclient.
Here is another attempt.
dm9000_release_board calls release_resource with the platform resource
instead of the requested
On Wed, Sep 06 2006, Erik Mouw wrote:
> On Wed, Sep 06, 2006 at 03:16:41PM +0200, Peter Zijlstra wrote:
> > - disk->queue = blk_init_queue(do_nbd_request, &nbd_lock);
> > + disk->queue = blk_init_queue_node_elv(do_nbd_request,
> > + &nbd_lock, -1, "noop
Herbert Poetzl wrote:
my point (until we have an implementation which clearly
shows that performance is equal/better to isolation)
is simply this:
of course, you can 'simulate' or 'construct' all the
isolation scenarios with kernel bridging and routing
and tricky injection/marking of packets,
On Wed, 2006-09-06 at 12:53 -0400, Jeff Garzik wrote:
> Mitch Williams wrote:
> > Add 10 Gig support to bonding.
> >
> > Resent due to corrupt patch.
> Did you test with git-applymbox first?
>
> It's still corrupt...
>
>
> Applying 'bonding: Add 10 Gig support'
>
> fatal: corrupt patch at line
Mitch Williams wrote:
Add 10 Gig support to bonding.
Resent due to corrupt patch.
Signed-off-by: Mitch Williams <[EMAIL PROTECTED]>
Acked-by: Jay Vosburgh <[EMAIL PROTECTED]>
Did you test with git-applymbox first?
It's still corrupt...
Applying 'bonding: Add 10 Gig support'
fatal: corrupt
On Wed, Sep 06, 2006 at 11:10:23AM +0200, Daniel Lezcano wrote:
> Hi Herbert,
>
> >well, the 'ip subset' approach Linux-VServer and
> >other Jail solutions use is very clean, it just does
> >not match your expectations of a virtual interface
> >(as there is none) and it does not cope well with
> >
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
Add 10 Gig support to bonding.
Resent due to corrupt patch.
Signed-off-by: Mitch Williams <[EMAIL PROTECTED]>
Acked-by: Jay Vosburgh <[EMAIL PROTECTED]>
diff -urpN -X linux-2.6.18-rc4-clean/Documentation/dontdiff
linux-2.6.18-rc4-clean/drivers/net/bonding/bond_3ad.c
linux-2.6.18-rc4/drivers/n
Minor, but should go for 2.6.18.
Please pull from 'upstream-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
upstream-linus
to receive the following updates:
drivers/net/Kconfig |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Brice Goglin:
m
applied patches 1-4. patch #5 does not apply:
[EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
5 patch(es) to process.
Applying 'skge: use netdev_alloc_skb'
Wrote tree 5933a42766864a3117611ec1c999758e9f8a2f38
Committed: c54f9765daafe8493dba837b3d70e97432cd876a
Apply
Since these are marked RFT, I ACK them, but then deleted them from my
inbox awaiting resend of final version.
-
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
Arnd Bergmann wrote:
Am Monday 04 September 2006 22:16 schrieb Francois Romieu:
+#include "ehea.h"
+#include "ehea_qmr.h"
+#include "ehea_phyp.h"
Afaik none of those is included in this patch nor in my 2.6.18-git tree.
They are in 5, 3 and 2, respectively
Happy bissect in sight.
The driv
On Wed, Sep 06, 2006 at 03:16:41PM +0200, Peter Zijlstra wrote:
> - disk->queue = blk_init_queue(do_nbd_request, &nbd_lock);
> + disk->queue = blk_init_queue_node_elv(do_nbd_request,
> + &nbd_lock, -1, "noop");
So what happens if the noop schedul
ACK patches 1-7, but does not apply:
[EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
7 patch(es) to process.
Applying 'bonding: Add 10 Gig support'
fatal: corrupt patch at line 10
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a m
Stephen Hemminger wrote:
The driver needs to access the IRQ status inside of lock to avoid
races with other places changing IRQ mask etc. This may be related
to some of the SMP bugs reported against skge in kernel bugzilla.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- netdev-2.6.ori
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
[EMAIL PROTECTED] wrote:
[PATCH 2/9] s390: netiucv driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- missing lock initialization added
- avoid duplicate iucv-interfaces to the same peer
- rw-lock added for manipulating the list of
defined iucv connections
Signed-o
ACK patches 1-9, but patch #1 failed to apply to netdev-2.6.git#upstream:
[EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
9 patch(es) to process.
Applying 's390: minor s390 network driver fixes'
error: patch failed: drivers/s390/net/ctcmain.c:1714
error: drivers/s390
ACK patch, NAK form.
You cannot attach the patch description and signed-off-by line. It
makes review much more difficult (many mail readers don't allow easy
replies to attachments), and git-applymbox does not see the patch
description.
-
To unsubscribe from this list: send the line "unsubs
Kirill Korotaev wrote:
I think classifying network virtualization by Layer X is not good enough.
OpenVZ has Layer 3 (venet) and Layer 2 (veth) implementations, but
in both cases networking stack inside VE remains fully virtualized.
Let's describe all those (three?) approaches at
http://wiki.o
[PATCH 2/9] s390: netiucv driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- missing lock initialization added
- avoid duplicate iucv-interfaces to the same peer
- rw-lock added for manipulating the list of
defined iucv connections
Signed-off-by: Frank Pavlic <[EMAIL
applied; same comment as previous email...
-
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
[PATCH 5/9] s390: qeth driver fixes [2/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- fixed error handling in create_device_attributes
- fixed some minor bugs in IPv4
and IPv6 address checking
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390/net/qeth.h | 25
[PATCH 9/9] s390: qeth driver fixes [6/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- Hipersockets has no IPV6 support, thus prevent issueing
SETRTG_IPV6 control commands on Hipersockets devices.
- fixed error handling in qeth_sysfs_(un)register
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
-
Hi,
following 9 patches are all s390 network device drivers related .
Frank
[PATCH 1/9] s390: minor s390 network driver fixes
From: Frank Pavlic <[EMAIL PROTECTED]>
- iucv driver:
use do { } while (0) constructs
instead of empty defines to avoid compile bugs.
- ctc driver:
[PATCH 6/9] s390: qeth driver fixes [3/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
fixed kernel panic caused by qeth driver:
Using a bonding device qeth driver will realloc
headroom for every skb coming from the bond device.
Once this happens qeth frees the original s
Brice Goglin wrote:
Jeff,
Could you please push the following patch to Linus before 2.6.18?
It updates the firmware download URL in Kconfig to match the header
in drivers/net/myri10ge/myri10ge.c.
Thanks!
Brice Goglin
In future patches, please ensure comments such as the above quoted
always f
[PATCH 4/9] s390: qeth driver fixes [1/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- Drop incoming packets with vlan_tag set
if card->vlangrp is not set.
- use always vlan_hwaccel_rx to pass
vlan frames to the stack.
- fix recovery problem. Device was recovered
pro
[PATCH 7/9] s390: qeth driver fixes [4/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
- fix kernel crash due to race,
set card->state to SOFTSETUP after
card and card->dev are initialized properly.
- remove CONFIG_QETH_PERF_STATS, use sysfs attribute instead,
as we want to have the ability t
[PATCH 8/9] s390: qeth driver fixes [5/6]
From: Frank Pavlic <[EMAIL PROTECTED]>
fix kernel panic in qdio queue handling.
qeth_qdio_clear_card() could be invoked by 2 CPUs
simultaneously (for example reboot event and recovery).
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390
I don't know if this is a previously known lockdep spew for
a 2.6.18-rc6 based fedora kernel. DaveJ suggested I send this
to netdev for wider review.
=
[ INFO: possible recursive locking detected ]
2.6.17-1.2614.fc6 #1
--
[PATCH 3/9] s390: Makefile cleanup
From: Frank Pavlic <[EMAIL PROTECTED]>
remove CONFIG_MPC from Makefile which was
introduced accidently in the past.
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
---
drivers/s390/net/Makefile |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
bf8
Dirk Opfer wrote:
dm9000_release_board calls release_resource with the platform resource
instead of the requested resource:
db->addr_res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
db->addr_req = request_mem_region(db->addr_res->start, i, pdev->name);
dm9000_release_board:
if (db->ad
pulled
-
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
Ingo Molnar <[EMAIL PROTECTED]> wrote:
> we'll get rid of that pt_regs thing centrally, from all drivers at once
> - there's upstream buy-in for that already, and Thomas already generated
> a test-patch for that a few months ago. But it's not a big issue right
> now.
Yay! Can you give me a po
On Tue, Sep 05, 2006 at 08:45:39AM -0600, Eric W. Biederman wrote:
Daniel Lezcano <[EMAIL PROTECTED]> writes:
For HPC if you are interested in migration you need a separate IP
per container. If you can take you IP address with you migration of
networking state is simple. If you can't take your
Francois Romieu wrote:
The ring_info.len field is not used at all. cp_private.rx_skb is
turned into an array of sk_buff *.
Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
Need to remove the now-dead struct ring_info.
Otherwise, patchset looks OK.
When fixed, I'll pull into #upstream, just
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/Kconfig |9 +
drivers/net/Makefile |1 +
2 files changed, 10 insertions(+)
diff -Nurp -X dontdiff linux-2.6.18-rc6/drivers/net/Kconfig
patched_kernel/drivers/net/Kconfig
--- linux-2.6.18-rc6/drivers/net/Kconfi
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/ehea/Makefile |6 ++
1 file changed, 6 insertions(+)
--- linux-2.6.18-rc6-orig/drivers/net/ehea/Makefile 1970-01-01
01:00:00.0 +0100
+++ kernel/drivers/net/ehea/Makefile2006-09-06 15:53:43.0 +02
On Wed, 6 Sep 2006, Evgeniy Polyakov wrote:
+
+struct kevent_user
+{
These structure names get a little dicey (kevent, kevent_user, ukevent,
mukevent)... might there be slightly different names that could be
selected to better distinguish the purpose of each?
Like what?
ukevent means userspa
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/ehea/ehea.h| 443 +
drivers/net/ehea/ehea_hw.h | 290 +
2 files changed, 733 insertions(+)
--- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea.h 19
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/ehea/ehea_ethtool.c | 294
1 file changed, 294 insertions(+)
--- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea_ethtool.c 1970-01-01
01:00:00.0 +0100
+++ kernel/drivers/net/
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/ehea/ehea_qmr.c | 604
drivers/net/ehea/ehea_qmr.h | 362 ++
2 files changed, 966 insertions(+)
--- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea_qmr.c 1970
PF_MEM_NOWAIT - will make allocations fail before blocking. This is usefull
to convert process behaviour to non-blocking.
Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]>
CC: Mike Christie <[EMAIL PROTECTED]>
---
include/linux/sched.h |1 +
mm/page_alloc.c |4 ++--
2 files changed,
On Wed, Sep 06, 2006 at 08:40:21AM -0500, Chase Venters ([EMAIL PROTECTED])
wrote:
> Evgeniy,
> Sorry about the radio silence later. Some reviewer commentary
> follows.
> >+struct kevent
> >+{
> >+/* Used for kevent freeing.*/
> >+struct rcu_head rcu_head;
> >+struct u
Now that NFS can handle swap cache pages, add a swapfile method to allow
swapping over NFS.
NOTE: this dummy method is obviously not enough to make it safe.
A more complete version of the nfs_swapfile() function will be present
in the next VM deadlock avoidance patches.
Signed-off-by: Peter Zijls
Hi,
this is the latest version of the IBM eHEA Ethernet Device Driver.
We integrated the comment we got from Francois Romieu.
Thanks,
Jan-Bernd
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
Changelog-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
Differences to patch set http://www.spinics.
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
drivers/net/ehea/ehea_hcall.h | 51 +++
drivers/net/ehea/ehea_phyp.c | 705 ++
drivers/net/ehea/ehea_phyp.h | 454 +++
3 files changed, 1210 insertions(+)
--- linux-2.6.
Now that 'include/linux/mm.h' includes 'include/linux/swap.h', the global
remove_mapping() definition clashes with the arch/um one.
Rename the arch/um one.
Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]>
Acked-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/kernel/physmem.c |6 +++---
1 file
1 - 100 of 137 matches
Mail list logo