[PATCH - 2.6.14.5]x25: fix for broken x25 module

2006-01-02 Thread Shaun Pereira
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

[PATCH] [TRIVIAL] prism54/islpci_eth.c: dev_kfree_skb in irq context

2006-01-02 Thread Graham Gower
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; -

Re: R8169 driver & Netgear GA511 NIC - soft lockup/hang in rtl8169_phy_timer

2006-01-02 Thread Francois Romieu
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

[patch] tulip: remove duplicate pci ID's

2006-01-02 Thread maximilian attems
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

Re: 2.6.15-rc7: known regressions

2006-01-02 Thread Paul E. McKenney
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

Re: [ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Jiri Benc
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

Re: [ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Ivo van Doorn
> > 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

Re: [PATCH][2.6.14.5] fix /sys/class/net//wireless without dev->get_wireless_stats

2006-01-02 Thread Andrey Borzenkov
-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

2.6.15-rc7: known regressions

2006-01-02 Thread Adrian Bunk
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

Re: [ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Jiri Benc
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

Re: [ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Ivo van Doorn
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:

Re: [ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Jiri Benc
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

[ANNOUNCE] RT2x00 ieee80211 stack switch

2006-01-02 Thread Ivo van Doorn
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

Re: [PATCH][2.6.14.5] fix /sys/class/net//wireless without dev->get_wireless_stats

2006-01-02 Thread Ismail Donmez
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

[PATCH][2.6.14.5] fix /sys/class/net//wireless without dev->get_wireless_stats

2006-01-02 Thread Andrey Borzenkov
-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