[PATCH 3/3] orinoco: Remove conditionals that are useless in the kernel

2005-09-09 Thread Pavel Roskin
Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> diff-tree 2f9196a9a825b97b2b9b3471da22682cf2720def (from ec36f4b4e7671a87861d06b5a86143c9e9152eaa) Author: Pavel Roskin <[EMAIL PROTECTED]> Date: Fri Sep 9 18:29:50 2005 -0400 Remove conditionals that are useless in the kernel. We ar

[PATCH 1/3] orinoco: WE-18 support

2005-09-09 Thread Pavel Roskin
Author: Jean Tourrilhes <[EMAIL PROTECTED]> Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> Use new Wireless Extension API for wireless stats. diff --git a/drivers/net/wireless/orinoco.c b/drivers/net/wireless/orinoco.c --- a/drivers/net/wireless/orinoco.c +++ b/drivers/net/wireless/orinoco.c @@

[PATCH 2/3] orinoco: Update PCMCIA ID's

2005-09-09 Thread Pavel Roskin
Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> diff-tree ec36f4b4e7671a87861d06b5a86143c9e9152eaa (from 9cd99739afa14e22f75a4940f53116aa8f8247d8) Author: Pavel Roskin <[EMAIL PROTECTED]> Date: Fri Sep 9 18:24:50 2005 -0400 Update PCMCIA ID's. Intel Pro/Wireless 2011 and 2011B hav

Re: [PATCH 8/8] orinoco: New driver - spectrum_cs.

2005-09-09 Thread Pavel Roskin
On Tue, 2005-09-06 at 12:24 +0100, Christoph Hellwig wrote: > > +#ifdef __IN_PCMCIA_PACKAGE__ > > +#include > > +#endif /* __IN_PCMCIA_PACKAGE__ */ > > this doesn't make sense for a 2.6 driver. Fixed in my tree, thanks. Patches will be sent shortly. > > +#ifdef SPECTRUM_FW_INCLUDED > > +/* He

Re: [PATCH 1/2] [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).

2005-09-09 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 09 Sep 2005 23:31:32 +0200), Patrick McHardy <[EMAIL PROTECTED]> says: > > --- a/include/linux/in6.h > > +++ b/include/linux/in6.h > > > +#define IPV6_RECVHOPLIMIT 64 > > +#define IPV6_HOPLIMIT 65 > > 64 and 65 are already in use by ip6_tabl

[Numbers] sock_sendfile(), generic_file_sendpage() or world without copy_from_user().

2005-09-09 Thread Evgeniy Polyakov
On Wed, Sep 07, 2005 at 09:22:59AM +0400, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > On Tue, Sep 06, 2005 at 08:57:57PM -0700, David S. Miller ([EMAIL PROTECTED]) > wrote: > > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > > Date: Fri, 2 Sep 2005 18:00:55 +0400 > > > > > sock_sendfile() and gen

Re: [PATCH] fib_trie: fix proc interface

2005-09-09 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 9 Sep 2005 12:53:19 -0700 > Create one iterator for walking over FIB trie, and use it > for all the /proc functions. Add a /proc/net/route > output for backwards compatibility with old applications. > > Make initialization of fib_trie same as

[PATCH] fib_trie: fix proc interface

2005-09-09 Thread Stephen Hemminger
Rediff of earlier patch... against net-2.6.git Create one iterator for walking over FIB trie, and use it for all the /proc functions. Add a /proc/net/route output for backwards compatibility with old applications. Make initialization of fib_trie same as fib_hash so no #ifdef is needed in af_inet.

Re: [PATCH 1/2] [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).

2005-09-09 Thread Brian Haley
Trying again to get this to netdev, sorry if duplicate... Subject: [PATCH 1/2] [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542). Thanks for getting a lot of this update done. +/* RFC3542 advanced socket options (50-67) */ +#define IPV6_RECVPKTINFO 50 +#de

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Andy Fleming
On Sep 9, 2005, at 05:10, Bogdan Costescu wrote: On Thu, 8 Sep 2005, Andy Fleming wrote: Is the cost of an extra read every minute really too high? You probably didn't look at the code. The MII registers are not exposed in the PCI space, they need to be accessed through a serial proto

Re: Current git tree oopses in tcp_time_to_recover

2005-09-09 Thread Michal Piotrowski
Hi, On 09/09/05, Michal Piotrowski <[EMAIL PROTECTED]> wrote: > It appears when I try to download gnome-2.12 from bittorrent. I tried to > download openoffice from bt and everything was ok. I have tried to download other big iso file from bt and problem still appears. It's not gnome-2.12 specifi

Re: Current git tree oopses in tcp_time_to_recover

2005-09-09 Thread Michal Piotrowski
Hi, Herbert Xu napisał(a): On Thu, Sep 08, 2005 at 01:31:26PM -0700, David S. Miller wrote: From: Dave Hansen <[EMAIL PROTECTED]> Date: Thu, 08 Sep 2005 07:02:17 -0700 KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) So tp->lost_out went negative, didn't we

Re: [PATCH] cleanup ieee80211_crypto.c

2005-09-09 Thread Christoph Hellwig
On Thu, Sep 08, 2005 at 12:59:29AM -0400, Jeff Garzik wrote: > Would you be kind enough to resend -again-, rediff'd against latest > upstream git tree? Here we go.. Signed-off-by: Christoph Hellwig <[EMAIL PROTECTED]> Index: linux-2.6/include/net/ieee80211_crypt.h ==

Re: Fw: masquerading failure for at least icmp and tcp+sack on amd64

2005-09-09 Thread Patrick McHardy
Marc Lehmann wrote: > It's also a 64-bit-only problem. To verify, I tried this: > > ethtool -K eth1 rx off tx off sg off > > Where eth1 is the interface where pppoe runs over. > > ethtool -k eth1 then displayed: > >rx-checksumming: off >tx-checksumming: off >scatter-gather: off >

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Neil Horman
On Fri, Sep 09, 2005 at 12:44:06AM -0700, Andrew Morton wrote: > Tommy Christensen <[EMAIL PROTECTED]> wrote: > > > > John W. Linville wrote: > > > Any chance you could re-diff this to apply on top of the patch posted > > > earlier today by Neil Horman? > > > > Sure, but his patch didn't apply to

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Bogdan Costescu
On Thu, 8 Sep 2005, Andy Fleming wrote: The new PHY Layer (drivers/net/phy/*) can provide all these features for you without much difficulty, I suspect. As pointed to be Andrew a few days ago, this driver supports a lot of chips - for most of them the test hardware would be hard to come by a

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Andrew Morton
Tommy Christensen <[EMAIL PROTECTED]> wrote: > > John W. Linville wrote: > > Any chance you could re-diff this to apply on top of the patch posted > > earlier today by Neil Horman? > > Sure, but his patch didn't apply to -git8. > > If Neil would please resend, then I can diff against that. > Is

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Tommy Christensen
John W. Linville wrote: Any chance you could re-diff this to apply on top of the patch posted earlier today by Neil Horman? Sure, but his patch didn't apply to -git8. If Neil would please resend, then I can diff against that. -Tommy - To unsubscribe from this list: send the line "unsubscribe