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) PR
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) PR
On Sat, Feb 18, Andrew Morton wrote:
> What caused all that renaming? If it was userspace-initiated then perhaps
> we should display current->comm too?
Its udev, or nameif. Some apps (and worse: lusers!) expect stable
network device names. They cant be bothered to name them foo and bar and
be d
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
>
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 Net
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 line
[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: Carlos
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 mess
[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: Carlos
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 hard
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
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
patches.
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 dev
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 t
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 s
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 ge
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
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 d
> > - 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
> 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 b
20 matches
Mail list logo