man-pages-2.45 and man-pages-2.46 are released

2007-04-29 Thread Michael Kerrisk
Gidday, I just released man-pages-2.45 and man-pages-2.46. These releases are now available for download at: ftp://ftp.kernel.org/pub/linux/docs/manpages or mirrors: ftp://ftp.XX.kernel.org/pub/linux/docs/manpages and soon at: ftp://ftp.win.tue.nl/pub/linux-local/manpages These re

r8169.c broke for me from 2.6.20.4 to 2.6.21

2007-04-29 Thread Jelle Foks
Hello, When I upgraded from 2.6.20.4 to 2.6.21, the r8169 kept thinking that the link was down, while with 2.6.20.4, the link was detected at 10Mbit/s. This is on a (I admit, probably out-of-spec) cable to a Gbit switch from the r8169 on the mainboard of an AOpen XC Cube EX761. With 2.6.20.4, th

Re: [RFC] [PATCH] [XFRM]: Restrict upper layer information by bundle.

2007-04-29 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Mon, 30 Apr 2007 13:36:03 +0900 > Can you have a time to check this? > If it is lost, I can send it again. I still have it, I just have not processed it yet. Each time you try to remind me and I have to reply with the same exact answer every time

Re: [RFC] [PATCH] [XFRM]: Restrict upper layer information by bundle.

2007-04-29 Thread Masahide NAKAMURA
Hello, On Thu, 12 Apr 2007 15:53:33 +0900 Masahide NAKAMURA <[EMAIL PROTECTED]> wrote: > David Miller wrote: > > From: Masahide NAKAMURA <[EMAIL PROTECTED]> > > Date: Thu, 12 Apr 2007 14:42:00 +0900 > > > >> Hello, > >> > >> I sent the patch, which is required for IPsec usage by Mobile IPv6. > >

[PATCH 1/2] atl1: use dev_printk macros

2007-04-29 Thread Jay Cliburn
Use dev_printk macros for PCI related errors, warnings, debug and info console messages. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atl1/atl1_ethtool.c | 19 +++-- drivers/net/atl1/atl1_hw.c | 22 +-- drivers/net/atl1/atl1_main.c| 83

[PATCH 2/2] atl1: fix whitespace damage

2007-04-29 Thread Jay Cliburn
Remove trailing whitespace and spaces preceding tabs. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atl1/atl1_hw.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/net/atl1/atl1_hw.c b/drivers/net/atl1/atl1_hw.c index 5b9dd3c

[PATCH 0/2] atl1: minor cleanup

2007-04-29 Thread Jay Cliburn
Please accept the following trivial patches to the atl1 driver. - use dev_printk macros - fix whitespace damage drivers/net/atl1/atl1_ethtool.c | 19 +++-- drivers/net/atl1/atl1_hw.c | 44 ++--- drivers/net/atl1/atl1_main.c| 83 +---

23k Hospital Admins with full contact info

2007-04-29 Thread boor
As requested, here is the information on this year's medical professional databases: Database 1: 780,000 Physicians in the USA Arranged by State Sortable by more than a dozen different fields including specialty COST: $299 D

[PATCH] libertas: fix for wireless Kconfig changes

2007-04-29 Thread John W. Linville
Need to change the libertas Kconfig entry to match changes made for other wireless drivers. Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index c4b3dc2..cb09e6b 100644 --- a/drivers/net/wireless/Kconfig +++ b/driver

Re: [Bugme-new] [Bug 8405] New: pppd does stops compresion with "Lost compression sync"

2007-04-29 Thread Andrew Morton
(switch to email - please retain all ccs) On Sun, 29 Apr 2007 13:01:25 -0700 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8405 > >Summary: pppd does stops compresion with "Lost compression sync" > Kernel Version: 2.6.18-2.6.21 > Status: NEW >

Re: [ofa-general] Re: IPoIB forwarding

2007-04-29 Thread Loic Prylli
On 4/28/2007 2:51 AM, Bill Fink wrote: On Fri, 27 Apr 2007, Rick Jones wrote: Bryan Lawver wrote: I had so much debugging turned on that it was not the "slowing of the traffic" but the "non-coelescencing" that was the remedy. The NIC is a MyriCom NIC and these are easy options to s

Re: [RFC] [GIT PATCH net-2.6.23] IPV6: Configurable IPv6 address selection policy table (RFC3484)

2007-04-29 Thread Ulrich Drepper
David Miller wrote: > Something more scalable has to be used. This is where the shared-memory based event notification comes in. It was always also meant to be used for things like this. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖ signature.asc Description: Open

Re: [RFC] [GIT PATCH net-2.6.23] IPV6: Configurable IPv6 address selection policy table (RFC3484)

2007-04-29 Thread David Miller
From: Ulrich Drepper <[EMAIL PROTECTED]> Date: Sat, 28 Apr 2007 23:39:22 -0700 > David Miller wrote: > > One idea is to have glibc have some kind of socket open, subscribed > > to a group which gets "sticky" events. > > I don't quite yet know the context but I have to intervene: keeping > sockets

Re: [patch 27/32] xen: Add the Xen virtual network device driver.

2007-04-29 Thread Christoph Hellwig
On Sun, Apr 29, 2007 at 10:29:02AM -0700, Jeremy Fitzhardinge wrote: > +#include not needed. > +#include > +#include > +#include > +#ifdef CONFIG_XEN_BALLOON > +#include > +#endif > +#include Please don't try to put such a fucked up include hierachy in. Just move everything under include/x

[patch 27/32] xen: Add the Xen virtual network device driver.

2007-04-29 Thread Jeremy Fitzhardinge
The network device frontend driver allows the kernel to access network devices exported exported by a virtual machine containing a physical network device driver. Signed-off-by: Ian Pratt <[EMAIL PROTECTED]> Signed-off-by: Christian Limpach <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL P

Re: [git patches] net driver updates

2007-04-29 Thread Christoph Hellwig
On Sun, Apr 29, 2007 at 12:19:01PM -0400, Jeff Garzik wrote: > > (just sent this upstream to Linus and Andrew) > > The only really notable thing is the merging of the wireless driver for > the OLPC, libertas. I don't think it's quite ready yet, at least I've got no feedback about completion of t

[git patches] net driver updates

2007-04-29 Thread Jeff Garzik
(just sent this upstream to Linus and Andrew) The only really notable thing is the merging of the wireless driver for the OLPC, libertas. Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus to receive the following upda

[PATCH] fib_info_hashfn leads to long hash chains

2007-04-29 Thread Benjamin LaHaise
Hello The patch below fixes a case where fib_find_info() is consume excessive amounts of CPU during the creation of 1 PPP interfaces. In access servers, each point to point link has the same local address, but a different destination and interface. Because the device is not included in th

Dead loop on netdevice eth0, fix it urgently! in -git2

2007-04-29 Thread Andi Kleen
FYI, While testing 2.6.21-git2 on a NFS root box and pulling the ethernet cable of the NFS server for a few seconds I got this nfs: server 10.23.204.1 not responding, still trying nfs: server 10.23.204.1 not responding, still trying Dead loop on netdevice eth0, fix it urgently! nfs: server 10

Re: PROBLEM: oops in 2.6.21.1 after bringing up the network

2007-04-29 Thread Michal Piotrowski
Hi Brett, On 29/04/07, Brett Ryland <[EMAIL PROTECTED]> wrote: Hi, I am consistently getting a kernel oops from a vanilla 2.6.21.1 kernel. It also occurs in vanilla 2.6.21, but not in 2.6.20.8. The relevant section of the kernel is networking, in particular the sis900 module (I think). The attac

Re: [PATCH] fix smc911x compilation breakage

2007-04-29 Thread Russell King
On Sat, Apr 28, 2007 at 10:10:57PM +0400, Vitaly Wool wrote: > Hello Jeff, > > > Vitaly Wool wrote: > > > Index: linux-2.6/drivers/net/smc911x.c > > > === > > > --- linux-2.6.orig/drivers/net/smc911x.c > > > +++ linux-2.6/drivers/net/

Re: [PATCH 2/2] Rename get_property to of_get_property: drivers/net

2007-04-29 Thread Andrew Morton
On Sat, 28 Apr 2007 20:47:54 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Stephen Rothwell <[EMAIL PROTECTED]> > Date: Sun, 29 Apr 2007 11:44:46 +1000 > > > So can I take this as a future OK for architecture specific network > > drivers changes to go through the architecture trees

Re: Slow tcp handshakes rate of 2.6.20 and 2.6.19

2007-04-29 Thread Quan Sun
Hi, On 4/28/07, Robert Iakobashvili <[EMAIL PROTECTED]> wrote: What are the #cat /proc/sys/net/ipv4/tcp_mem values for your kernels? Do you see tcp memory pressure by #netstat -s ? In my original kernel (2.6.20.6), tcp_mem is 24576, 32768, 49152 There is several memory_pressure in the `netst