Hi
Have included a patch fix for the x25 module in the latest stable
version of the kernel.
Problem:
When a user-space server application calls bind on a socket, then
in kernel space this bound socket is considered 'x25-linked' and the
SOCK_ZAPPED flag is unset.(As in x25_bind()/af_x25.c).
Now
dev_kfree_skb shouldn't be used in an IRQ context.
Signed-off-by: Graham Gower <[EMAIL PROTECTED]>
--- linux/drivers/net/wireless/prism54/islpci_eth.c.orig
+++ linux/drivers/net/wireless/prism54/islpci_eth.c
@@ -178,7 +178,7 @@
#endif
newskb->dev = skb->dev;
-
Russell Steinthal <[EMAIL PROTECTED]> :
[...]
> Again, here's the networking section of .config; the full .config is
> available at http://www.steinthal.us/kernel/config-2.6.15-rc7
$ grep -E 'CONFIG_DEBUG_SPINLOCK|CONFIG_PREEMPT|CONFIG_SMP' config-2.6.15-rc7
# CONFIG_SMP is not set
# CONFIG_PREEM
From: Jurij Smakov <[EMAIL PROTECTED]>
tulip driver advertises support for non-working id
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334104
It looks like tulip and dmfe have some identical PCI IDs in their lists
of supported devices, which, I believe, should not normally happen.
Attached
On Mon, Jan 02, 2006 at 05:46:36PM +0100, Adrian Bunk wrote:
> This email lists some known regressions in 2.6.15-rc7 compared to 2.6.14.
>
> If you find your name in the Cc header, you are either submitter of one
> of the bugs, maintainer of an affectected subsystem or driver, a patch
> of you w
On Mon, 2 Jan 2006 19:32:42 +0100, Ivo van Doorn wrote:
> Perhaps it is an idea to use a similar method as used in the ipw stack,
> where the xmit function is passing a list of sk_buffers. This way all
> fragments
> are passed to the device, and device can place all entries onto the buffer
> and
> > Another thing I notice was that fragments are handed 1 frame at a time, but
> > making the device
> > kick the TX-ring after each frame. Shouldn't for fragmented frames the ring
> > be kicked after the
> > last fragment has been given to the device?
>
> Good question. It should be guaranteed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I accidentally used wrong lkml address, so I resend it now with proper format.
dev->get_wireless_stats is deprecated but removing it also removes wireless
subdirectory in sysfs. This patch puts it back.
Signed-off-by: Andrey Borzenkov <[EMAIL PROTECT
This email lists some known regressions in 2.6.15-rc7 compared to 2.6.14.
If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you was declared guilty for a breakage or in any other way involved
with on
On Mon, 2 Jan 2006 16:11:36 +0100, Ivo van Doorn wrote:
> I was wondering about the ieee80211_hw->tx() method, perhaps I have missed
> something
> in the ieee80211 code, but MGMT frames are not indicated as a seperate field
> or queue right?
> RT2x00 has for example besides the TX ring the PRIO r
On Monday 2 January 2006 15:43, Jiri Benc wrote:
> On Mon, 2 Jan 2006 15:22:37 +0100, Ivo van Doorn wrote:
> > I don't know if there is a list of known issues with the stack,
> > but apparently the 80211.ko module doesn't load on a 64bit machine.
>
> My todo list currently starts with these items:
On Mon, 2 Jan 2006 15:22:37 +0100, Ivo van Doorn wrote:
> I don't know if there is a list of known issues with the stack,
> but apparently the 80211.ko module doesn't load on a 64bit machine.
My todo list currently starts with these items:
- Don't copy ieee80211_tx_control and ieee80211_rx_status
Hi rt2x00-devel & netdev lists,
First I would like to wish everybody a happy new year!
Secondly I would like to make the announcement that the rt2x00 project
has decided to switch ieee80211 stack used in the rt2x00-beta series.
Up to Beta3 we have used the IPW-stack which was merged into the ker
Pazartesi 2 Ocak 2006 12:49 tarihinde şunları yazmıştınız:
> dev->get_wireless_stats is deprecated but removing it also removes wireless
> subdirectory in sysfs. This patch puts it back.
Thanks, this also fixes http://bugzilla.kernel.org/show_bug.cgi?id=5800 .
Regards,
ismail
-
To unsubscribe fro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
dev->get_wireless_stats is deprecated but removing it also removes wireless
subdirectory in sysfs. This patch puts it back.
regards
- -andrey
- --- linux-2.6.14.5/net/core/net-sysfs.c.orig 2005-12-27 03:26:33.0
+0300
+++ linux-2.6.14.5/ne
15 matches
Mail list logo