Re: [PATCH 1/2] pcnet32: Introduce basic AT 2700/01 FTX support

2006-02-18 Thread Seewer Philippe
I sent out a patch for testing on November 8 to netdev which is available on the archives, with a patch to support boards with multiple phys. I have received few comments on the code. Maybe you could test that code and see if it does what you need. I was waiting until 2.6.16 is final

Re: [PATCH 2/2] fix file counting

2006-02-18 Thread Christoph Hellwig
- Make the get_max_files export use _GPL - only unix.ko uses it. The real question is, does af_unix really need to allow beeing built modular? It's quite different from other network protocol and deeply tied to the kernel due to things like descriptor passing or using the filesystem namespace.

Re: [PATCH 2/2] fix file counting

2006-02-18 Thread Arjan van de Ven
On Sat, 2006-02-18 at 12:14 +, Christoph Hellwig wrote: - Make the get_max_files export use _GPL - only unix.ko uses it. The real question is, does af_unix really need to allow beeing built modular? It's quite different from other network protocol and deeply tied to the kernel due to

Re: [PKT_SCHED 00/05]: net/sched patches for 2.6.17

2006-02-18 Thread jamal
On Sat, 2006-18-02 at 08:45 +0100, Patrick McHardy wrote: jamal wrote: It is a correct statement about the RED algorithm, prove me wrong by showing me code. RED makes it decision before enqueuing, there is no decision involved in dequeueing. Parse error on your request for code. True -

[PATCH] IrDA: irda-usb bug fixes

2006-02-18 Thread Samuel Ortiz
Hi David, This patch fixes 2 bugs in the USB-IrDA code. The first one is a buffer overrun in the RX path. We are now using IRDA_SKB_MAX_MTU when initializing the Rx URB. The second one is a potential stack recursion when unplugging the USB dongle. It seems that first we get the Rx URB with a

Re: [RFT] sky2 0.16

2006-02-18 Thread Ian Kumlien
On Sat, 2006-02-18 at 18:00 +0100, Carl-Daniel Hailfinger wrote: Hi, Stephen Hemminger schrieb: Could everyone who has problems with hangs try the following patch (against current 2.6.16-rc3 version) If Stephen's patch doesn't work for you, could you try replacing sky2.c and sky2.h

Re: [RFT] sky2 0.16

2006-02-18 Thread Carl-Daniel Hailfinger
Ian Kumlien schrieb: On Sat, 2006-02-18 at 18:00 +0100, Carl-Daniel Hailfinger wrote: Hi, Stephen Hemminger schrieb: Could everyone who has problems with hangs try the following patch (against current 2.6.16-rc3 version) If Stephen's patch doesn't work for you, could you try replacing sky2.c

Re: [PKT_SCHED]: Change default clock source to gettimeofday

2006-02-18 Thread Andy Furniss
Patrick McHardy wrote: tc qdisc add dev ppp0 handle 1:0 root htb tc class add dev ppp0 classid 1:1 htb rate 220kbit tc filter add dev ppp0 protocol ip u32 match u32 0 0 classid 1:1 gives a 3 pkt queue I think each class gets 3 if there are more classes That is because you use it on a ppp

[PATCH] pktgen: Ports the if_list to the in-kernel implementation.

2006-02-18 Thread Luiz Fernando Capitulino
Hi! This patch ports the per-thread interface list to the in-kernel linked list implementation. In general, the resulting code is a bit simpler. I've tested it with QEMU emulating a four CPU machine with four NICs. Note that this patch has been made in the top of my previous pktgen

Re: [PATCH] ipw2200: support WEXT-18 enc_capa v3

2006-02-18 Thread John W. Linville
On Fri, Feb 17, 2006 at 11:28:37PM -0500, Miles Lane wrote: On 1/25/06, Zhu Yi [EMAIL PROTECTED] wrote: [PATCH] ipw2200: support WEXT-18 enc_capa v3 Dan Williams added a corresponding patch to IPW2100. This patch does the same thing for ipw2200. Signed-off-by: Miles Lane [EMAIL

[PATCH, RESEND] Add MWI workaround for Tulip DC21143

2006-02-18 Thread Peter Horton
This patch works around the MWI bug on the DC21143 rev 65 Tulip by ensuring that the receive buffers don't end on a cache line boundary (as documented in the errata). This patch is required for the MIPs based Cobalt Qube/RaQ as supporting the extra PCI commands seems to reduce the chance of a

From: Carlos Martín [EMAIL PROTECTED]

2006-02-18 Thread Carlos Martin
[PATCH] acxsm: Fix Kconfig option check This check never actually worked because CONFIG_ACX_{ACX,USB} are tristate. With Adrian Bunk's patch to the Kconfig, this works with the _BOOL hidden Kconfig options. Also update error message adding that this shouldn't happen anymore. Signed-off-by:

Re: From: Carlos Martín [EMAIL PROTECTED]

2006-02-18 Thread Carlos Martín
Oops, sorry about that, I'll send a properly formed e-mail. I'm still managing to get stuff wrong with git-send-email.perl cmn -- Carlos Martín Nieto| http://www.cmartin.tk Hobbyist programmer| - To unsubscribe from this list: send the line unsubscribe netdev in the body of a

From: Carlos Martín [EMAIL PROTECTED]

2006-02-18 Thread Carlos Martin
[PATCH] acxsm: Fix Kconfig option check This check never actually worked because CONFIG_ACX_{ACX,USB} are tristate. With Adrian Bunk's patch to the Kconfig, this works with the _BOOL hidden Kconfig options. Also update error message adding that this shouldn't happen anymore. Signed-off-by:

Re: From: Carlos Martín [EMAIL PROTECTED]

2006-02-18 Thread Carlos Martín
I feel so fucking stupid right now. This'll have to do for now. Denis isn't using any scripts to apply patches, so it shouldn't be much of a problem... Sorry again. cmn -- Carlos Martín Nieto| http://www.cmartin.tk Hobbyist programmer| - To unsubscribe from this list: send the

[PATCH] keep track of network interface renaming

2006-02-18 Thread Olaf Hering
Keep track about which network interface names were renamed after the network device driver printed its banner. Example insanity: honeydew:~ # dmesg| grep -Ew '(eth[0-9]|rename|renamed)' e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection e1000: eth1: e1000_probe: Intel(R) PRO/1000

Re: [PATCH] keep track of network interface renaming

2006-02-18 Thread Andrew Morton
Olaf Hering [EMAIL PROTECTED] wrote: honeydew:~ # dmesg| grep -Ew '(eth[0-9]|rename|renamed)' e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection

Re: [PATCH] keep track of network interface renaming

2006-02-18 Thread Jeff Garzik
On Sun, Feb 19, 2006 at 12:21:20AM +0100, Olaf Hering wrote: Keep track about which network interface names were renamed after the network device driver printed its banner. Example insanity: honeydew:~ # dmesg| grep -Ew '(eth[0-9]|rename|renamed)' e1000: eth0: e1000_probe: Intel(R)

Re: [PATCH] keep track of network interface renaming

2006-02-18 Thread Christoph Hellwig
On Sun, Feb 19, 2006 at 12:21:20AM +0100, Olaf Hering wrote: Keep track about which network interface names were renamed after the network device driver printed its banner. Example insanity: honeydew:~ # dmesg| grep -Ew '(eth[0-9]|rename|renamed)' e1000: eth0: e1000_probe: Intel(R)