help for a qdisc

2006-02-12 Thread eboucher
Hello, I am new on this list, and just trying to write my first real module (a qdisc). So this message is to ask for some help. The ultimate goal is to implement priority fair queueing which is a qdisc that reorder the packets in the increasing order of a special tag it associates to them. Right

[PATCH] ipw2200: Fix WPA network selection problem

2006-02-12 Thread Zhu Yi
From: Stefan Rompf <[EMAIL PROTECTED]> Date: Tue, 7 Feb 2006 03:42:23 + (+0800) [PATCH] ipw2200: Fix WPA network selection problem Do not avoid APs with wpa_ie or rsn_ie if !ieee->wpa_enabled There are broken APs out there that fill these elements even though encryption is disnabled. Also, t

[PATCH] ieee80211: Use IWEVGENIE to set WPA IE

2006-02-12 Thread Zhu Yi
[PATCH] ieee80211: Use IWEVGENIE to set WPA IE It replaces returning WPA/RSN IEs as custom events with returning them as IWEVGENIE events. I have tested that it returns proper information with both Xsupplicant, and the latest development version of the Linux wireless tools. Signed-off-by: Chris H

Re: [PATCH] AF_PACKET: mmap compat support

2006-02-12 Thread FUJITA Tomonori
From: FUJITA Tomonori <[EMAIL PROTECTED]> Subject: Re: [PATCH] AF_PACKET: mmap compat support Date: Mon, 13 Feb 2006 13:27:49 +0900 > > > NACK. The 32bit test ifdefs are horrible. Please add fops->compat_mmap > > > instead. > > > > is_compat_task() is going into asm-*/compat.h eventually anyway

Re: [PATCH] AF_PACKET: mmap compat support

2006-02-12 Thread FUJITA Tomonori
From: "David S. Miller" <[EMAIL PROTECTED]> Subject: Re: [PATCH] AF_PACKET: mmap compat support Date: Fri, 10 Feb 2006 02:53:42 -0800 (PST) > > NACK. The 32bit test ifdefs are horrible. Please add fops->compat_mmap > > instead. > > is_compat_task() is going into asm-*/compat.h eventually anyway

[PATCH] [BRIDGE]: netfilter missing symbol has_bridge_parent

2006-02-12 Thread Horms
On Sun, Feb 12, 2006 at 11:15:42PM +0100, Bernard Pidoux wrote: > Hi, > > I would like to report that when compiling 2.6.15.4 kernel > there is an error with undefined symbol 'has_bridge_parent' > in compilation of bridge/br_netfilter.c > due to CONFIG_NETFILTER_DEBUG 1 option. I think that the f

Re: [PATCH] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-12 Thread Yasuyuki KOZAKAI
Hi, Harald, From: Harald Welte <[EMAIL PROTECTED]> Date: Sun, 12 Feb 2006 18:56:22 +0100 > [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' > > This patch moves all helper related data fields of 'struct nf_conn' into a > separate structure 'struct nf_conn_help'. This new s

Fw: [Bugme-new] [Bug 6062] New: poor thoughput on broadcom 5704 using tg3

2006-02-12 Thread Andrew Morton
Begin forwarded message: Date: Sun, 12 Feb 2006 15:34:50 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6062] New: poor thoughput on broadcom 5704 using tg3 http://bugzilla.kernel.org/show_bug.cgi?id=6062 Summary: poor thoughput on broadcom 5704 using

Re: [RFC: 2.6 patch] CONFIG_FORCEDETH updates

2006-02-12 Thread Alistair John Strachan
On Sunday 12 February 2006 22:03, Lee Revell wrote: > On Sun, 2006-02-12 at 18:52 +0100, Adrian Bunk wrote: > > This patch contains the following possible updates: > > - let FORCEDETH no longer depend on EXPERIMENTAL > > - remove the "Reverse Engineered" from the option text: > > for the user it'

undefined symbol "has_bridge_parent"

2006-02-12 Thread Bernard Pidoux
Hi, I would like to report that when compiling 2.6.15.4 kernel there is an error with undefined symbol 'has_bridge_parent' in compilation of bridge/br_netfilter.c due to CONFIG_NETFILTER_DEBUG 1 option. Regards, Bernard Pidoux - To unsubscribe from this list: send the line "unsubscribe netdev"

Re: [RFC: 2.6 patch] CONFIG_FORCEDETH updates

2006-02-12 Thread Lee Revell
On Sun, 2006-02-12 at 18:52 +0100, Adrian Bunk wrote: > This patch contains the following possible updates: > - let FORCEDETH no longer depend on EXPERIMENTAL > - remove the "Reverse Engineered" from the option text: > for the user it's important which hardware the driver supports, not > how it

IRQ problem, MSI k8t800pro, Radeon

2006-02-12 Thread MichaƂ Pytasz
Hi, I seem to have a problem with ACPI irq routing on MSI K8T800 Pro (onboard gigabit network card from Realtek) mainboard with Athlon64 3200+, and Radeon 9550. System is running in native 64bit mode (with multilib support). Problem occured after changing to cvs drm module. When Xorg is started

Re: ratelimit irda messages

2006-02-12 Thread Dave Jones
On Sun, Feb 12, 2006 at 10:54:03AM -0800, Joe Perches wrote: > if/else if use? > > --- linux-2.6.15.noarch/include/net/irda/irda.h~ 2006-02-11 > 19:26:02.0 -0500 > +++ linux-2.6.15.noarch/include/net/irda/irda.h 2006-02-11 > 19:26:24.0 -0500 > @@ -84,7 +84,7 @@ d

Re: ratelimit irda messages

2006-02-12 Thread Joe Perches
On Sat, 2006-02-11 at 19:30 -0500, Dave Jones wrote: > It's easy to trigger a flood of 'protocol not supported' messages, > and probably not much more work to trigger the others. > > Signed-off-by: Dave Jones <[EMAIL PROTECTED]> > > --- linux-2.6.15.noarch/include/net/irda/irda.h~ 2006-02-11

[RFC: 2.6 patch] let NET_CLS_ACT no longer depend on EXPERIMENTAL

2006-02-12 Thread Adrian Bunk
This option should IMHO no longer depend on EXPERIMENTAL. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.16-rc2-mm1-full/net/sched/Kconfig.old 2006-02-12 02:21:30.0 +0100 +++ linux-2.6.16-rc2-mm1-full/net/sched/Kconfig 2006-02-12 02:21:58.0 +0100 @@ -434,7 +43

[PATCH] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-12 Thread Harald Welte
Hi Dave! This is net-2.6.17 stuff, please apply. Thanks! [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' This patch moves all helper related data fields of 'struct nf_conn' into a separate structure 'struct nf_conn_help'. This new structure is only present in conntrack

[RFC: 2.6 patch] CONFIG_FORCEDETH updates

2006-02-12 Thread Adrian Bunk
This patch contains the following possible updates: - let FORCEDETH no longer depend on EXPERIMENTAL - remove the "Reverse Engineered" from the option text: for the user it's important which hardware the driver supports, not how it was developed Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

[PATCH] trivial: fix spelling errors in Kconfigs

2006-02-12 Thread Jon Mason
Resubmission of patch originally sent on November 17, modified to apply cleanly to 2.6.16 This patch corrects a few spelling and grammar errors found in drivers/net Signed-off-by: Jon Mason <[EMAIL PROTECTED]> diff -r 2fa13972604f drivers/net/Kconfig --- a/drivers/net/Kconfig Wed Feb 8 1

suscribe

2006-02-12 Thread eboucher
suscribe - 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 RESEND 2/2] RT2x00 update: Channel initialization cleanup

2006-02-12 Thread Ivo van Doorn
Cleanup channel initialization and remove device specific value magic calculations. Just deliver a plain list of values. Read the EEPROM for default TXpower values for each channel. Signed-off-by Ivo van Doorn <[EMAIL PROTECTED]> diff -U 3 -H -w -E -d -r -N -- wireless-2.6/drivers/net/wireless/r

[PATCH RESEND 0/2] RT2x00 update

2006-02-12 Thread Ivo van Doorn
Hi, Here are the 2 resend patches (3/5 and 4/5 from ast series) [Patch 3] Allocate the ieee80211_hw structure for each device individually to allow the module to control multiple devices. [Patch 4] Cleans up the device specifi magic done in channel initialization. The code looks much clearer whe

[PATCH RESEND 1/2] RT2x00 update: Allocate ieee80211_hw for each device seperately

2006-02-12 Thread Ivo van Doorn
Allocate the ieee80211_hw structure for each device individually to allow the driver to support multiple devices at the same time. Signed-off-by Ivo van Doorn <[EMAIL PROTECTED]> diff -U 3 -H -w -E -d -r -N -- wireless-2.6/drivers/net/wireless/rt2x00/rt2400pci.c wireless-2.6-rt2x00/drivers/net/

[PATCH] RT2x00 coding style fix

2006-02-12 Thread Ivo van Doorn
Various coding style fixes. Add space after "if" and "for" and "else". Don't check for non-NULL before calling kfree(). Remove unneeded initializors. Signed-off-by Ivo van Doorn <[EMAIL PROTECTED]> diff -U 3 -H -w -E -d -r -N -- wireless-2.6-rt2x00/drivers/net/wireless/rt2x00/rt2400pci.c wirele

[PATCH 1/1] [NETFILTER] bridge: fix link error with recent netfilter-bridge change

2006-02-12 Thread Harald Welte
[NETFILTER] bridge: fix link error with recent netfilter-bridge change commit 5dce971acf2ae20c80d5e9d1f6bbf17376870911 removed the "has_bridge_parent" macro from net/bridge/br_netfilter.c, resulting in the following warning at compile time: net/bridge/br_netfilter.c: In function `br_nf_post_rout

Re: [PATCH 5/5] RT2x00 update: Suspend fix

2006-02-12 Thread Ivo van Doorn
On Sunday 12 February 2006 11:59, Ivo van Doorn wrote: > On Sunday 12 February 2006 01:10, Francois Romieu wrote: > > Ivo van Doorn <[EMAIL PROTECTED]> : > > [...] > > > diff -U 3 -H -w -E -d -r -N -- > > > wireless-2.6/drivers/net/wireless/rt2x00/rt2400pci.c > > > wireless-2.6-rt2x00/drivers/net

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Marcel Holtmann
Hi Dave, > > > > > How do you produce these oopses, because I've never seen them. > > > > http://people.redhat.com/davej/sfuzz.c > > > > (it ran for a few hours before it caused the oopses) > > > > > > Any options to make it appear faster? > > > > I just ran it with no arguments. > > I w

Re: [PATCH 4/5] RT2x00 update: Channel initialization cleanup

2006-02-12 Thread Ivo van Doorn
On Sunday 12 February 2006 01:03, Francois Romieu wrote: > Ivo van Doorn <[EMAIL PROTECTED]> : > > Cleanup channel initialization and remove device specific > > value magic calculations. Just deliver a plain list of values. > > Read the EEPROM for default TXpower values for each channel. > > > > S

Re: [PATCH 5/5] RT2x00 update: Suspend fix

2006-02-12 Thread Ivo van Doorn
On Sunday 12 February 2006 01:10, Francois Romieu wrote: > Ivo van Doorn <[EMAIL PROTECTED]> : > [...] > > diff -U 3 -H -w -E -d -r -N -- > > wireless-2.6/drivers/net/wireless/rt2x00/rt2400pci.c > > wireless-2.6-rt2x00/drivers/net/wireless/rt2x00/rt2400pci.c > > --- wireless-2.6/drivers/net/wirel

Re: [PATCH 3/5] RT2x00 update: Allocate ieee80211_hw for each device seperately

2006-02-12 Thread Ivo van Doorn
On Sunday 12 February 2006 00:28, Francois Romieu wrote: > Ivo van Doorn <[EMAIL PROTECTED]> : > > Allocate the ieee80211_hw structure for each device > > individually to allow the driver to support multiple devices > > at the same time. > > > > Signed-off-by Ivo van Doorn <[EMAIL PROTECTED]> > >

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Marcel Holtmann
Hi Dave, > > > > How do you produce these oopses, because I've never seen them. > > > http://people.redhat.com/davej/sfuzz.c > > > (it ran for a few hours before it caused the oopses) > > > > Any options to make it appear faster? > > I just ran it with no arguments. I was able to reprodu

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Dave Jones
On Sun, Feb 12, 2006 at 10:19:36AM +0100, Marcel Holtmann wrote: > Hi Dave, > > > > > Triggered whilst running a socket stress test. > > > > (The tainted flag came from 'p8023') > > > > > > does 2.6.15-1.1929_FC5smp equals 2.6.16-rc2-git? > > > > yes. > > not additional Fedora spe

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Marcel Holtmann
Hi Dave, > > > Triggered whilst running a socket stress test. > > > (The tainted flag came from 'p8023') > > > > does 2.6.15-1.1929_FC5smp equals 2.6.16-rc2-git? > > yes. not additional Fedora specific patches? It is a plain vanilla kernel? > > How do you produce these oopses, because I'v

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Dave Jones
On Sun, Feb 12, 2006 at 09:46:43AM +0100, Marcel Holtmann wrote: > > Triggered whilst running a socket stress test. > > (The tainted flag came from 'p8023') > > does 2.6.15-1.1929_FC5smp equals 2.6.16-rc2-git? yes. > How do you produce these oopses, because I've never seen them. http://pe

Re: two bluetooth oopses in 2.6.16rc2-git

2006-02-12 Thread Marcel Holtmann
Hi Dave, > Triggered whilst running a socket stress test. > (The tainted flag came from 'p8023') does 2.6.15-1.1929_FC5smp equals 2.6.16-rc2-git? How do you produce these oopses, because I've never seen them. Regards Marcel - To unsubscribe from this list: send the line "unsubscribe netdev"