[IPV6]: ip6_xmit: remove unnecessary NULL ptr check
The sk argument to ip6_xmit is never NULL nowadays since the skb->priority
assigment expects a valid socket.
Coverity #354
Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>
---
commit 01de2f38ba7c30523c84cbc33f4170396b2daddb
tree 408a8341337
Hi Dave,
following is a patch to add rule change notifications to fib_rules and
two minor coverity fixes to remove the noise from net/.
[IPV4]: Add fib rule netlink notifications
To really make sense of route notifications in the presence of multiple
tables, userspace also needs to be notified a
[NET_SCHED]: cls_u32: remove unnecessary NULL-ptr check
In both cases n can't be NULL without crashing anyway.
Coverity #78
Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>
---
commit 4c28d48f6c3b14f3f8aa7142a428a91d1f2561e1
tree 02af578b80fd3e8b2eff2495a9fb1a2726ee669c
parent 00edcfde5f7e84
A while ago I sent in an incomplete patch to the TCP memory allocation code
to help it behave better when under memory stress. I sort of never had
enough time to follow up and finish it, and it has grown very stale by this
point. I was working on it in order to make a strong case for the default
John W. Linville wrote:
The following changes since commit 1c2e02750b992703a8a18634e08b04353face243:
Linus Torvalds:
Merge git://git.kernel.org/.../perex/alsa
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
upstream
Pull
The following changes since commit 1c2e02750b992703a8a18634e08b04353face243:
Linus Torvalds:
Merge git://git.kernel.org/.../perex/alsa
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
upstream
Denis Vlasenko:
ieee80211
Ian McDonald wrote:
On 3/23/06, Mark Butler <[EMAIL PROTECTED]> wrote:
I understand that timed intervals between individual packets is not
realistic in general. What I have in mind is a fixed granularity
transmission timer, where packets are assigned to buckets, and
transmitted one bucket p
"Alessandro Suardi" <[EMAIL PROTECTED]> wrote:
>
Plze try to cc the right people.
> Driver - or firmware ? Don't know - since the new git snapshots run
> 1.1.1 which requires newer firmware from http://ipw2200.sourceforge.net.
>
> Symptom -> my new FC5 partition with 2.6.16-git kernels conn
Krzysztof, thank you for taking the time to look at my driver
and for answering my Linux questions over the last few months.
> Not sure (that's your drivers and hardware) but you may consider
> letting the old driver stay for a while, to enable users to
> make a smooth transition. Especially if th
> The qdiscs would ideally exist at the layer 2 / layer 3 boundary like
> existing qdiscs, but the problem is getting the scheduling parameters down
> that far. Perhaps a transport protocol could create a tagged route entry
> with the appropriate parameters, the routing layer could assign skbs to
Please pull from 'upstream-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
to receive the following updates:
drivers/net/Makefile |4 +-
drivers/net/au1000_eth.c | 18 --
drivers/net/depca.c |2 -
drivers/net/sis900.c
Frank Pavlic wrote:
[patch 2/6] s390: qeth driver statistics fixes
From: Ursula Braun <[EMAIL PROTECTED]>
- display "unsigned int" values in /proc/qeth_perf with %u instead of %i
- omit qdio header length when increasing card->stats.tx_bytes
Signed-off-by: Frank Pavlic <[EMAIL
On Wed, 2006-03-22 at 19:28 -0500, Jeff Garzik wrote:
>
> ACK, though 'status_stats_size" sounds a bit awkward. Not that its a
> big deal or requires another patch revision, but I would have chosen
> something like status_alloc_size.
>
Yeah, I know it's a bit awkward, but I wanted it to mean
Combine two small (56 byte and 320 byte) pci consistent memory
allocations into one allocation. Jeff Garzik suggested to store
the combined size in the bp structure for later use when freeing
the memory.
Use kzalloc() instead of kmalloc() + memset().
Signed-off-by: Michael Chan <[EMAIL PROTECTED]
Michael Chan wrote:
Combine two small (56 byte and 320 byte) pci consistent memory
allocations into one allocation. Jeff Garzik suggested to store
the combined size in the bp structure for later use when freeing
the memory.
Use kzalloc() instead of kmalloc() + memset().
Signed-off-by: Michael C
Michael Chan wrote:
Update version to 1.4.39.
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
ACK 1-5, except for my comments on #2
-
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
Michael Chan wrote:
Combine two small (56 byte and 320 byte) pci consistent memory
allocations into one allocation.
Use kzalloc() instead of kmalloc() + memset().
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index c56888e..b6395ea 100644
The most visible things:
David Boggs <[EMAIL PROTECTED]> writes:
> I have totally rewritten the lmc wan device driver.
> Directory drivers/net/wan/lmc and its 12 source
> files are replaced by two files in drivers/net/wan.
Not sure (that's your drivers and hardware) but you may consider
letting
Update version to 1.4.39.
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index a0f60d9..9bdbe66 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -55,8 +55,8 @@
#define DRV_MODULE_NAME"bnx2"
#define PFX DRV_MODUL
Put the tx producer and consumer fields in separate cache lines in
the device structure, similar to the VJ net channel queue structure.
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 0a89677..a0f60d9 100644
--- a/drivers/net/bnx2.c
+++
Move all #include <> from bnx2.h to bnx2.c.
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index b6395ea..0a89677 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -9,6 +9,46 @@
* Written by: Michael Chan ([EMAIL PROTECTED])
*/
Fix some link-related problems by doing a coalesce_now after link
change interrupt to flush out the transient link status.
To facilitate this, the host coalesce cmd register value is cached in
the device structure.
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c
Combine two small (56 byte and 320 byte) pci consistent memory
allocations into one allocation.
Use kzalloc() instead of kmalloc() + memset().
Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index c56888e..b6395ea 100644
--- a/drivers/net/bnx
On 3/23/06, Mark Butler <[EMAIL PROTECTED]> wrote:
> I understand that timed intervals between individual packets is not
> realistic in general. What I have in mind is a fixed granularity
> transmission timer, where packets are assigned to buckets, and
> transmitted one bucket per timer expiration
Stephen Hemminger wrote:
The bigger problem is that too be effective rate control needs accurate
real time. Linux is doing better at real time, but still providing useful
high speed inter packet spacing is beyond the current capabilities. To get
around this I think most high speed 10G cards pro
John W. Linville wrote:
I would like to start merging the softmac code towards upstream ASAP.
The ieee80211+softmac stack seems to be good enough to achieve basic
functionality for a number of drivers. If we had softmac upstream today,
there are at least three more drivers that would be availabl
Remove the function_enter() debugging macros.
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c |9 +
net/ieee80211/softmac/ieee80211softmac_auth.c | 12
net/ieee80211/softmac/ieee80211softmac_priv.h |9 ---
From: "John W. Linville" <[EMAIL PROTECTED]>
Date: Wed, 22 Mar 2006 16:14:42 -0500
> From: Johannes Berg <[EMAIL PROTECTED]>
> Date: Wed Jan 4 16:32:16 2006 +0100
> Subject: [PATCH] wireless: Add softmac layer to the kernel
>
> Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
I think this pat
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 20:28:58 2006 +0100
Subject: [PATCH] softmac: remove dead code
This patch removes ieee80211softmac_reassoc which is neither implemented
nor used nor necessary.
Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
Signed-off-by: John W. Linville
From: Larry Finger <[EMAIL PROTECTED]>
Date: Tue Feb 7 15:20:52 2006 -0600
Subject: [PATCH] Fix softmac scan
Softmac scanning fails because the stop flag is not cleared before
scanning is started. The attached one-line patch fixes this.
Signed-Off-By: Larry Finger <[EMAIL PROTECTED]>
Signed-off-b
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 19:48:06 2006 +0100
Subject: [PATCH] softmac: update deauth handler to quiet warning
Recently the deauth packet handler was updated to use a deauth packet
struct (identical to the auth packet struct) and this now gives a
warning. This patch
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 19:49:42 2006 +0100
Subject: [PATCH] softmac: add reassociation code
This patch adds handling of reassociation to softmac when the AP
requests it. Patch from Larry Finger.
Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
Signed-off-by: John
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 19:35:14 2006 +0100
Subject: [PATCH] trivial fixes to softmac
This patch removes a blank line that shouldn't be there and fixes a
spelling error in softmac.
Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
Signed-off-by: John W. Linville <[
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 31 19:31:41 2006 +0100
Subject: [PATCH] update copyright in softmac
This patch updates the copyright statements in softmac that I
erroneously added for 2005 only (when we already had 2006).
Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
Sign
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Thu Jan 12 21:18:25 2006 +0100
Subject: [PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_module.c |6 ++
1 files changed, 6 insertions(+
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Thu Jan 12 21:19:48 2006 +0100
Subject: [PATCH] softmac: move EXPORT_SYMBOL_GPL right after functions
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_module.c | 15 +++
1 files changed, 7
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Thu Jan 12 21:12:59 2006 +0100
Subject: [PATCH] softmac: add copyright and license headers
add copyright and license headers to all softmac files
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
include/net/ieee80211softmac.h
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 11 19:32:02 2006 +0100
Subject: [PATCH] softmac: some comment stuff
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_module.c |2 +-
net/ieee80211/softmac/ieee80211softmac_scan.c |1 -
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 11 10:46:16 2006 +0100
Subject: [PATCH] softmac: scan at least once before selecting a network by essid
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c | 15 ---
1 files ch
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 11 11:01:22 2006 +0100
Subject: [PATCH] softmac: properly check return value of
ieee80211softmac_alloc_mgt
Properly check return value of ieee80211softmac_alloc_mgt
in ieee80211softmac_disassoc_deauth (patch by Denis Vlasenko)
Signed-off-by:
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 10 19:12:19 2006 +0100
Subject: [PATCH] softmac: check if disassociation is for us before processing it
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c |5 -
1 files changed, 4 i
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Fri Jan 6 18:11:23 2006 +0100
Subject: [PATCH] softmac: correctly use netif_carrier_{on,off}
TODO: add callbacks for ifup/ifdown (see mailing list)
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 10 16:50:22 2006 +0100
Subject: [PATCH] softmac: add fixme for disassoc
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
74eaa2
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 10 18:56:32 2006 +0100
Subject: [PATCH] softmac: select "best" network based on rssi
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c | 12
1 files changed, 8 insertions(+)
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Tue Jan 10 15:47:06 2006 +0100
Subject: [PATCH] softmac: try to reassociate when being disassociated from the
AP
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_assoc.c |1 +
1 files changed, 1 ins
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Fri Jan 6 01:43:45 2006 +0100
Subject: [PATCH] softmac: convert to use global workqueue
Convert softmac to use global workqueue instead of private one...
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
include/net/ieee80211softmac.h
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Thu Jan 5 18:45:00 2006 +0100
Subject: [PATCH] softmac: fix Makefiles
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/Makefile |1 +
net/ieee80211/softmac/Makefile |2 +-
2 files changed, 2 insertions(+), 1 dele
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 4 21:06:28 2006 +0100
Subject: [PATCH] softmac: fix some sparse warnings
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_auth.c |2 +-
net/ieee80211/softmac/ieee80211softmac_io.c | 14 ++
From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 4 16:51:31 2006 +0100
Subject: [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/Kconfig |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
391f1d
I haven't posted much in a while, except a few surly maintainer-ish
remarks about changelogs and the like. So, I thought it would be good
to say something about where I think things are going with wireless.
WHERE ARE WE?
Those of you who have been keeping-up know that I have established a
wirele
> The bigger problem is that too be effective rate control needs accurate
> real time. Linux is doing better at real time, but still providing useful
> high speed inter packet spacing is beyond the current capabilities. To get
> around this I think most high speed 10G cards provide some form of rat
I have to give credit to Sun, once we finally got them to open the
issue and take a look they addressed it very quickly.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6401245
Thanks everyone...
Cheers,
Eric Molitor
On 3/13/06, Rick Jones <[EMAIL PROTECTED]> wrote:
> >>S, since they
Expose all the available hardware statistics via ethtool.
And cleanup some of the statistics definitions.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- sky2-2.6.17.orig/drivers/net/sky2.c 2006-03-22 09:33:41.0 -0800
+++ sky2-2.6.17/drivers/net/sky2.c 2006-03-22 09:58:43.00
On Wed, 22 Mar 2006 16:42:14 +0100
"Martin Schwidefsky" <[EMAIL PROTECTED]> wrote:
> On 3/22/06, Frank Pavlic <[EMAIL PROTECTED]> wrote:
> > [patch 1/6] s390: minor claw driver fix
> >
> > From: Frank Pavlic <[EMAIL PROTECTED]>
> >
> > use CONFIG_ARCH_S390X instead of CONFIG_64BIT in funct
[patch 3/6] s390: qeth driver cleanups
From: Ursula Braun <[EMAIL PROTECTED]>
- code analyzing tool BEAM has found some unreachable
and unnecessary statements and also conditions
which are always true.
- removed some useless MII code since OSA card will never
[patch 2/6] s390: qeth driver statistics fixes
From: Ursula Braun <[EMAIL PROTECTED]>
- display "unsigned int" values in /proc/qeth_perf with %u instead of %i
- omit qdio header length when increasing card->stats.tx_bytes
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
[patch 4/6] s390: qeth :allow setting of attribute "route6" to "no_router".
From: Ursula Braun <[EMAIL PROTECTED]>
when setting route6 attribute back to no_router qeth does not
issue an IP ASSIST command to reset router value to no_router.
Once primary_router is set device
[patch 2/6] s390: qeth driver statistics fixes
From: Ursula Braun <[EMAIL PROTECTED]>
- display "unsigned int" values in /proc/qeth_perf with %u instead of %i
- omit qdio header length when increasing card->stats.tx_bytes
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
[patch 5/6] s390: remove tty support from ctc network device driver [1/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[1/2]:
tty support code will be removed from the ctc network device driver.
Today we have a couple of alternatives which are performing much
better.
[patch 6/6] s390: remove tty support from ctc network device driver [2/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[2/2]: remove ctctty.c and ctctty.h files .
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
ctctty.c | 1259
[patch 3/6] s390: qeth driver cleanups
From: Ursula Braun <[EMAIL PROTECTED]>
- code analyzing tool BEAM has found some unreachable
and unnecessary statements and also conditions
which are always true.
- removed some useless MII code since OSA card will never
[patch 5/6] s390: remove tty support from ctc network device driver [1/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[1/2]:
tty support code will be removed from the ctc network device driver.
Today we have a couple of alternatives which are performing much
better.
[patch 4/6] s390: qeth :allow setting of attribute "route6" to "no_router".
From: Ursula Braun <[EMAIL PROTECTED]>
when setting route6 attribute back to no_router qeth does not
issue an IP ASSIST command to reset router value to no_router.
Once primary_router is set device
[patch 6/6] s390: remove tty support from ctc network device driver [2/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[2/2]: remove ctctty.c and ctctty.h files .
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
ctctty.c | 1259
On Wed, 22 Mar 2006 18:14:36 +0100
Patrick McHardy <[EMAIL PROTECTED]> wrote:
yes, skge has the same typo as well.
-
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 Tue, 21 Mar 2006 22:31:14 -0800
Chris Wright <[EMAIL PROTECTED]> wrote:
> The network device frontend driver allows the kernel to access network
> devices exported exported by a virtual machine containing a physical
> network device driver.
>
> Signed-off-by: Ian Pratt <[EMAIL PROTECTED]>
> Si
[SKY2]: Fix RX stats
Unicast packets are shown as multicast, real multicast packets are missing.
Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>
---
commit 8b21e6d05d6ac0aeb44f5866ab611e2709c2f08e
tree 08611dd41fd752b396a0af311abfa1016ffd81e7
parent 832f94f42b041fbb32f838ae3cdd6e5a654ad6d8
au
[patch 5/6] s390: remove tty support from ctc network device driver [1/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[1/2]:
tty support code will be removed from the ctc network device driver.
Today we have a couple of alternatives which are performing much
better.
[patch 3/6] s390: qeth driver cleanups
From: Ursula Braun <[EMAIL PROTECTED]>
- code analyzing tool BEAM has found some unreachable
and unnecessary statements and also conditions
which are always true.
- removed some useless MII code since OSA card will never
Hi ,
following 6 patches are for s390 network drivers claw, qeth and ctc.
tty support will be removed from the ctc network device driver , which will
happen with patch 5/6 and 6/6 . The latter one will remove two files , ctctty.c
and ctctty.h .
Thanks
Frank
[patch 1/6] s390: minor claw driver
[patch 6/6] s390: remove tty support from ctc network device driver [2/2]
From: Peter Tiedemann <[EMAIL PROTECTED]>
[2/2]: remove ctctty.c and ctctty.h files .
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
ctctty.c | 1259
[patch 2/6] s390: qeth driver statistics fixes
From: Ursula Braun <[EMAIL PROTECTED]>
- display "unsigned int" values in /proc/qeth_perf with %u instead of %i
- omit qdio header length when increasing card->stats.tx_bytes
Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]>
diffstat:
[patch 4/6] s390: qeth :allow setting of attribute "route6" to "no_router".
From: Ursula Braun <[EMAIL PROTECTED]>
when setting route6 attribute back to no_router qeth does not
issue an IP ASSIST command to reset router value to no_router.
Once primary_router is set device
On Tuesday 21 March 2006 18:33, Patrick Klos wrote:
>
> If the Linux machine has just recently been booted, the transfer takes around
> 8 or 9 milliseconds. If the Linux machine has been up for a while (but still
> primarily idle), the transfer starts to take anywhere from 32 to 70 milli-
> seco
On Tuesday 21 March 2006 15:17, Eric Dumazet wrote:
> This is a new point of failure for x86 machines that use lot of tcp sockets,
> I
> learnt it the bad way and had to revert to 2.6.14 some servers that cannot
> run
> stock 2.6.15/2.6.16 for long because of this problem.
x86-64/ppc64/other
On Wed, Mar 22, 2006 at 04:03:36PM +0100, Frank Pavlic wrote:
> Hi ,
> following 6 patches are for s390 network drivers claw, qeth and ctc.
> tty support will be removed from the ctc network device driver
Why?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a me
I have totally rewritten the lmc wan device driver.
Directory drivers/net/wan/lmc and its 12 source
files are replaced by two files in drivers/net/wan.
This driver works in Linux, FreeBSD, NetBSD and OpenBSD.
FreeBSD and NetBSD have accepted it into their kernels.
I designed the lmc wan cards dri
Andrew Morton wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=6268
>
>Summary: b44 driver - system hangs while changing
> MAC address
The same problem was reported last week and this patch should
fix it:
http://marc.theaimsgroup.com/?l=linux-netdev&m=114290902317997&w=2
-
To
On 3/22/06, Frank Pavlic <[EMAIL PROTECTED]> wrote:
> [patch 1/6] s390: minor claw driver fix
>
> From: Frank Pavlic <[EMAIL PROTECTED]>
>
> use CONFIG_ARCH_S390X instead of CONFIG_64BIT in function dumpit .
Nack. CONFIG_ARCH_S390X doesn't exists anymore. It has been replaced
by CONFIG_64B
Hi ,
following 6 patches are for s390 network drivers claw, qeth and ctc.
tty support will be removed from the ctc network device driver , which will
happen with patch 5/6 and 6/6 . The latter one will remove two files , ctctty.c
and ctctty.h .
Thanks
Frank
[patch 1/6] s390: minor claw driver
Hi ,
following 6 patches are for s390 network drivers claw, qeth and ctc.
tty support will be removed from the ctc network device driver , which will
happen with patch 5/6 and 6/6 . The latter one will remove two files , ctctty.c
and ctctty.h .
Thanks
Frank
[patch 1/6] s390: minor claw driver
Michael> BTW, is there some way to see your git tree e.g. with gitweb?
Sure,
http://www.kernel.org/git/?p=linux/kernel/git/roland/infiniband.git;a=summary
- R.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordo
Steven Whitehouse writes:
> Here is the updated patch. If you are happy with this, then will you send
> it on to Dave, or should I do that?
Hello!
Yes the minor problem with the "return code" is fixed as:
Result: OK: mpls=0001000a,0002000a,000a
So I'll guess Dave will apply it.
Hello,
I am trying to reroute incoming packets from netfilter (PREROUTING
hook). Stealing and sending the packet
off using dev_queue_xmit works, but I also want to deliver some
packets locally.
Unfortunately I cannot find the correct manner to inject a packet
into the networking code. I s
From: Steven Whitehouse <[EMAIL PROTECTED]>
Date: Wed, 22 Mar 2006 11:11:10 +
> Here is the updated patch. If you are happy with this, then will you send
> it on to Dave, or should I do that?
I have eyes here :-)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body
postfix:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:E8:6B:24:B6
inet addr:192.168.1.98 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:e8ff:fe6b:24b6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6343 e
Hi,
Here is the updated patch. If you are happy with this, then will you send
it on to Dave, or should I do that?
Steve.
---
Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
diff --git a/Documentation/networking/p
Begin forwarded message:
Date: Wed, 22 Mar 2006 02:32:49 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Bugme-new] [Bug 6268] New: b44 driver - system hangs while changing
MAC address
http://bugzilla.kernel.org/show_bug.cgi?id=6268
Summary: b44 driver - system hangs
Hi,
On Tue, Mar 21, 2006 at 07:38:06PM +0100, Robert Olsson wrote:
>
> Steven Whitehouse writes:
>
> > I've been looking into MPLS recently and so one of the first things that
> > would be useful is a testbed to generate test traffic, and hence the
> > attached patch to pktgen.
> >
> > If
Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
> Subject: Re: [PATCH 6/6 v2] IB: userspace support for RDMA connection manager
>
> I added this patch to the rdma_cm branch in my git tree.
BTW, is there some way to see your git tree e.g. with gitweb?
--
Michael S. Tsirkin
Staff Engineer, Mellanox
90 matches
Mail list logo