On 11/29/05, JaniD++ <[EMAIL PROTECTED]> wrote:
> Hello, list,
>
> I get this sometimes: (2.6.14.2)
>
> NETDEV WATCHDOG: eth0: transmit timed out
> e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
we've fixed some of these, unfortunately as much as I'd like to claim
we've fix
.
-
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
Hi David,
Please consider pulling from:
master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git
Best Regards,
- Arnaldo
tree 7fd8313de3740aea26a8d24a5514fd75845caeaf
parent 5b25a2f3a831b31f412cf7b4fb29f11232f46998
author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1133323126 -02
> I expect the worst behavior to simply translate into a mute interface
> with or without VLAN but...
Actually, I upgraded to 2.6.15-rc3 plus your patches, and the behaviour
is simply exactly the same. (I've only compiled one 2.6.15-rc3 kernel,
so I can't have possibly booted the wrong one.) Tcp
On Tue, 2005-29-11 at 00:26 +0100, Stefan Rompf wrote:
> Am Montag 28 November 2005 23:13 schrieb Thomas Graf:
>
> > The effort is nice but why do we need sysfs? Isn't netlink enough for
> > you?
>
> Well, there are already a *lot* of device attributes in sysfs (just ls
> -l /sys/class/net/eth
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Wed, 23 Nov 2005 02:23:59 +0100
> This patch makes two needlessly global functions static.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Also applied, thanks.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mes
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Wed, 23 Nov 2005 01:41:08 +0100
> This patch contains the following cleanups:
> - make needlessly global code static
> - ip_conntrack_core.c: ip_conntrack_flush() -> ip_conntrack_flush(void)
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied, t
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Wed, 23 Nov 2005 01:38:06 +0100
> This patch makes two needlessly global functions static.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied, thanks Adrian.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a m
All 11 patches applied, thanks Chas.
-
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
From: Mike Stroyan <[EMAIL PROTECTED]>
Date: Tue, 29 Nov 2005 16:25:02 -0700
> Is there any plan to change netstat to replace its uses of
> /proc/net/tcp* ?
Ask the maintainer of that userland utility :-)
It is a change which should be made.
> The current mechanism with alloc_large_system_ha
On Tue, Nov 29, 2005 at 01:33:34PM -0800, David S. Miller wrote:
> From: Mike Stroyan <[EMAIL PROTECTED]>
> Date: Tue, 29 Nov 2005 14:23:10 -0700
>
> > The tcp_ehash hash table gets too big on systems with really big memory.
> > It is worse on systems with pages larger than 4KB. It wastes memor
[EMAIL PROTECTED] <[EMAIL PROTECTED]> :
[...]
> Neat, thanks! Are they actually likely to mess up the host or make it
> unstable, or are you just saying "hey, these are for TESTING, capiche?"
I expect the worst behavior to simply translate into a mute interface
with or without VLAN but...
> I cu
Jozsef Kadlecsik wrote:
Mounting NFS file systems after a (warm) reboot could take a long time if
firewalling and connection tracking was enabled.
The reason is that the NFS clients tends to use the same ports (800 and
counting down). Now on reboot, the server would still have a TCB for an
exist
From: Mike Stroyan <[EMAIL PROTECTED]>
Date: Tue, 29 Nov 2005 14:23:10 -0700
> The tcp_ehash hash table gets too big on systems with really big memory.
> It is worse on systems with pages larger than 4KB. It wastes memory that
> could be better used. It also makes the netstat command slow beca
The tcp_ehash hash table gets too big on systems with really big memory.
It is worse on systems with pages larger than 4KB. It wastes memory that
could be better used. It also makes the netstat command slow because reading
/proc/net/tcp and /proc/net/tcp6 needs to go through the full hash table
Hi,
I realized that in fib_rules.c the inet_rtm_new_rule()
function adds rules without checking if they already
exist. This may result in duplicate rules being added.
It makes it difficult to remove a rule when it is
added multiple times (with the intention that it would
be added only once if it e
Hi,
> This time the questions are different.
>
> Given the following output could anyone please tell me what is wrong ?
> In explicit what does that mysterious "nobody cared" message mean?
> And another stupid question: should DMA for a network card be enabled before
> or maybe
> _after_ interru
>From the source,
/*
Transitions NUD_STALE <-> NUD_REACHABLE do not occur
when fast path is built: we have no timers associated with
these states, we do not have time to check state when sending.
neigh_periodic_timer check periodically neigh->confirmed
time and moves NUD_REACHABLE ->
Hello List,
This time the questions are different.
Given the following output could anyone please tell me what is wrong ?
In explicit what does that mysterious "nobody cared" message mean?
And another stupid question: should DMA for a network card be enabled before or
maybe
_after_ interrupts ge
please apply to 2.6 -- thanks!
[ATM]: [adummy] dummy ATM driver (similar to net/dummy)
Signed-off-by: chas williams <[EMAIL PROTECTED]>
---
commit 0b30678d4e789caae00d99fe5d5a330225c7b269
tree 81cb18c29443c002db658b7f0fd919b02060cbf2
parent d47a837e50bd53156dcfdef1fa58f4e5d7285d8c
author chas wi
please apply to 2.6 -- thanks!
[ATM]: deregistration removes device from atm_devs list immediately
atm_dev_deregister() removes device from atm_dev list immediately to
prevent operations on a phantom device. Decision to free device based
only on ->refcnt now. Remove shutdown_atm_dev() use atm_d
please apply to 2.6 -- thanks!
[ATM]: avoid race conditions related to atm_devs list
Use semaphore to protect atm_devs list, as no one need access to it from
interrupt context. Avoid race conditions between atm_dev_register(),
atm_dev_lookup() and atm_dev_deregister(). Fix double spin_unlock()
please apply to 2.6 -- thanks!
[ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging code
Signed-off-by: Mitchell Blank Jr <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit aebb4adaea614b537e361bdff15f23cf2b0137a3
tree 669168c28511fe168b42843b9b6c
please apply to 2.6 -- thanks!
[ATM]: linux/config.h only needed for #ifdef __KERNEL__ section
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit 76033f818bc407a871d82a69d60b3a6995c70ae8
tree bdbed6e0ad50e7bdf237f7b3c6fa3182d0dd171e
parent 3bce08ae95300db3031280bed31ec8c92e915eaa
author
please apply to 2.6 -- thanks!
[ATM]: attempt to autoload atm drivers
From: Mitchell Blank Jr <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit 4727673d1a795cd8d5dee1904571b76d2ba532ed
tree bfce97de4ef2bef8ac8ebc9853a449f9ce5426d6
parent d86bc37841a99650cb17debfaa1e
please apply to 2.6 -- thanks!
[ATM]: drivers/atm/atmdev_init.c no longer necessary
From: Jan Pieter <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit b783e46fa913af5ab173008174d8908b5c94
tree d64b05cdcbc8c3ec3bafb3bfeea5f4c054a5e787
parent 3d4d9c94921f1239ec36e
please apply to 2.6 -- thanks!
[ATM]: [lanai] lanai missing unregister
Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit 3d4d9c94921f1239ec36edc47aa830d567c9a17d
tree 98649d1ac17a5dcf8943f0c47c1ed509de047b5d
parent f3dd8fc6b754e8f52a14e538e
please apply to 2.6 -- thanks!
[ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as const
Signed-off-by: Mitchell Blank Jr <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit b98f2b10207afc5fe6be9c382d0a187e65f46756
tree db44e643a4b65fa0e6b0c7555
please apply to 2.6 -- thanks!
[ATM]: [lanai] better constification
Signed-off-by: Mitchell Blank Jr <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit f3dd8fc6b754e8f52a14e538e9d149ffd11020e6
tree ccbd02ec6064ff8caff9291fbb512f0ab0b72e11
parent b98f2b10207afc5fe6be9
please apply to 2.6 -- thanks!
[ATM]: always return the first interface for ATM_ITF_ANY
From: Mitchell Blank Jr <[EMAIL PROTECTED]>
Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
---
commit d86bc37841a99650cb17debfaa1ed59f7a9a4431
tree f8b60fc436ac81bfaca70363f441aaf44aa123ba
parent 03153af17b
On Mon, Nov 28, 2005 at 11:49:47PM -0800, David S. Miller wrote:
>
> I think #1 and #2 can be handled by an on-stack copy of "struct
> ip_options" high enough in the call chain, but #3 is a bit less
> trivial to cope with like that.
>
> It would be nice to kill the IPCB() copy, and give us 12 byt
Hi,
On Fri, 25 Nov 2005, Jozsef Kadlecsik wrote:
> On Thu, 24 Nov 2005, Olaf Kirch wrote:
>
> > On Thu, Nov 24, 2005 at 03:08:27PM +0100, Harald Welte wrote:
> > > Jozsef Kadlecsik doesn't recall those patches/changes (even though he's
> > > our "Mr. TCP state tracking" and is indicated as the au
Ok, I have tried for a couple of hours but in vain. Problems:
- I don't really understand how to probe for paths not using qdiscs
using skb as a source (skb->list check if list is empty?), which I
would really like to do in ip_finish_output2(). Something along the
lines of:
if (list_empt
33 matches
Mail list logo