[PATCH] No need to inc/dec packet_socks_nr if PACKET_REFCNT_DEBUG is not set

2007-11-08 Thread Denis V. Lunev
No need to inc/dec packet_socks_nr if PACKET_REFCNT_DEBUG is not set. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] --- ./net/packet/af_packet.c.packetrefcnt 2007-11-08 13:48:22.0 +0300 +++ ./net/packet/af_packet.c2007-11-08 13:54:29.0 +0300 @@ -135,7 +135,9 @@

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-08 Thread Andrew Morton
On Thu, 8 Nov 2007 08:18:54 + Al Viro [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: config AX88796 tristate ASIX AX88796 NE2000 clone support - depends on ARM || MIPS + depends on ARM || MIPS || SUPERH You know, that really sucks

Re: Fwd: Re: [PATCH] iSCSI fix endieness of digest to be network byte order

2007-11-08 Thread Herbert Xu
On Thu, Nov 08, 2007 at 05:04:09PM +0900, FUJITA Tomonori wrote: I wonder why crc32c isn't used directly while crc32 is used directly since they vary by only the polynomial. It's because iSCSI uses it with scatterlists. The crypto layer provides a nice interface for that while using it

Re: [PATCH 19/24] [IPSEC]: Merge most of the output path

2007-11-08 Thread Herbert Xu
On Thu, Nov 08, 2007 at 12:23:29PM +0100, Patrick McHardy wrote: We have a few places that go though the trouble of selecting the correct hook value for the address family, even though the numerical values are identical. How about we just get rid of the different naming and use NF_INET_...

Re: [PATCH] No need to inc/dec packet_socks_nr if PACKET_REFCNT_DEBUG is not set

2007-11-08 Thread Denis V. Lunev
pls disregard this, Pavel have sent one similar already Denis V. Lunev wrote: No need to inc/dec packet_socks_nr if PACKET_REFCNT_DEBUG is not set. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] --- ./net/packet/af_packet.c.packetrefcnt 2007-11-08 13:48:22.0 +0300 +++

[PATCH] [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit.

2007-11-08 Thread Radu Rendec
Computing the rank of the first set bit in the hash mask (for using later in u32_hash_fold()) was done with plain C code. Using ffs() instead makes the code more readable and improves performance (since ffs() is better optimized in assembler). Using the conditional operator on hash mask before

Re: [PATCH] [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit.

2007-11-08 Thread Jarek Poplawski
On Thu, Nov 08, 2007 at 01:07:47PM +0200, Radu Rendec wrote: Computing the rank of the first set bit in the hash mask (for using later in u32_hash_fold()) was done with plain C code. Using ffs() instead makes the code more readable and improves performance (since ffs() is better optimized in

[RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-08 Thread Al Viro
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: config AX88796 tristate ASIX AX88796 NE2000 clone support - depends on ARM || MIPS + depends on ARM || MIPS || SUPERH You know, that really sucks more and more. How about doing the following: a) making it

Re: ax88796: add superh to kconfig dependencies

2007-11-08 Thread Paul Mundt
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: ax88796: add superh to kconfig dependencies This patch adds sh architecture support to the ax88796 kconfig. Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- This patch was posted about a month ago but never picked up:

[PATCH] ipconfig.c : implement DHCP Class-identifier

2007-11-08 Thread Rainer Jochem
This patch implements the DHCP Class identifier (see rfc1533) which is used by DHCP clients to optionally identify the type and configuration of a DHCP client which is send as a string to the server. For example, the identifier may encode the client's hardware configuration. If the newly

Please pull 'fixes-jgarzik' branch of wireless-2.6 (3rd time is the charm?)

2007-11-08 Thread John W. Linville
Jeff, OK, I think things are settled now. I apologize for the confusion. These are fixes intended for 2.6.24. Please note that three of the patches from Michael Buesch in the list below were already sent to you directed for 2.6.25. Upon further review, I think they belong in 2.6.24 instead.

Re: Please pull 'fixes-jgarzik' branch of wireless-2.6 (this time for real!)

2007-11-08 Thread John W. Linville
Clearly having a bad week...just ignore this thread and I'll post a totally new request shortly. Thanks, John On Wed, Nov 07, 2007 at 08:34:29PM -0500, John W. Linville wrote: On Wed, Nov 07, 2007 at 02:24:19PM -0500, Jeff Garzik wrote: On Wed, Nov 07, 2007 at 02:13:29PM -0500, John W.

[PATCH] drivers/net: remove duplicated defines

2007-11-08 Thread Nicolas Kaiser
Remove duplicated defines. Signed-off-by: Nicolas Kaiser [EMAIL PROTECTED] --- drivers/net/cxgb3/regs.h | 37 -- drivers/net/e1000e/defines.h | 23 +- drivers/net/ehea/ehea_phyp.c |7 -

Re: [PATCH] [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit.

2007-11-08 Thread jamal
On Thu, 2007-08-11 at 13:07 +0200, Radu Rendec wrote: Computing the rank of the first set bit in the hash mask (for using later in u32_hash_fold()) was done with plain C code. Using ffs() instead makes the code more readable and improves performance (since ffs() is better optimized in

Re: [PATCH 0/5] fixups for mpc8360 rev. 2.1 erratum #2 (RGMII Timing)

2007-11-08 Thread Anton Vorontsov
On Mon, Nov 05, 2007 at 12:15:30PM -0600, Kim Phillips wrote: Hello all, the following patches fix RGMII timing for rev. 2.1 of the mpc8360, according to erratum #2 (erratum text included below). Basically the most intrusive part is the addition of two new RGMII Internal Delay modes; one

Re: [PATCH 04/05] ipv6: RFC4214 Support

2007-11-08 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Wed, 7 Nov 2007 11:12:47 -0800), Templin, Fred L [EMAIL PROTECTED] says: The goal was to avoid requiring changes to applications such as 'iproute2', i.e., the intention was for a standalone code insertion point within the kernel itself. What do you

Re: Fwd: Re: [PATCH] iSCSI fix endieness of digest to be network byte order

2007-11-08 Thread Vlad Yasevich
Herbert Xu wrote: On Thu, Nov 08, 2007 at 05:04:09PM +0900, FUJITA Tomonori wrote: I wonder why crc32c isn't used directly while crc32 is used directly since they vary by only the polynomial. It's because iSCSI uses it with scatterlists. The crypto layer provides a nice interface for that

Re: 2.6.24-rc1-gb4f5550 oops

2007-11-08 Thread Rafael J. Wysocki
On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 01:06:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Monday, 5 of November 2007, Grant Wilson wrote: Hi, I got this oops on 2.6.24-rc1-641-gb4f5550: (1) Is this reproducible? (2) Did it happen

No implementation of NETLINK_USERSOCK ?

2007-11-08 Thread Matti Aarnio
Some 6 months ago I asked about a way to make network protocol servers(s) that live in userspace, but whose application interface still uses kernel socket calls. I recall getting an answer that there is NETLINK_USERSOCK for that use. I have tried to have a look into what NETLINK_USERSOCK

Re: build #337 failed for 2.6.24-rc1-gb1d08ac In function `usbnet_set_settings':

2007-11-08 Thread Randy Dunlap
On Thu, 8 Nov 2007 04:30:10 +0100 Adrian Bunk wrote: On Wed, Nov 07, 2007 at 11:52:32PM +0100, Adrian Bunk wrote: On Wed, Nov 07, 2007 at 02:34:52PM -0800, David Brownell wrote: But on the other hand, it seems that only the ASIX code will work right; the DM9601 and MCS7830 Kconfig is

Re: [Bug 9080] Weird network problems with 2.6.23-rc2

2007-11-08 Thread Rafał J. Wysocki
On Thursday, 8 of November 2007, [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9080 [EMAIL PROTECTED] changed: What|Removed |Added CC|

Re: [PATCH] ipconfig.c : implement DHCP Class-identifier

2007-11-08 Thread Patrick McHardy
Rainer Jochem wrote: --- net/ipv4/ipconfig.c.orig2007-11-08 14:54:11.001662860 +0100 +++ net/ipv4/ipconfig.c 2007-11-08 14:54:15.961480524 +0100 @@ -139,6 +139,8 @@ __be32 ic_servaddr = NONE; /* Boot serve __be32 root_server_addr = NONE;/* Address of NFS server */ u8

[VLAN]: Don't synchronize addresses while the vlan device is down

2007-11-08 Thread Patrick McHardy
[VLAN]: Don't synchronize addresses while the vlan device is down While the VLAN device is down, the unicast addresses are not configured on the underlying device, so we shouldn't attempt to sync them. Noticed by Dmitry Butskoy [EMAIL PROTECTED] Signed-off-by: Patrick McHardy [EMAIL PROTECTED]

[VLAN]: Allow setting mac address while device is up

2007-11-08 Thread Patrick McHardy
This patch allows to change a VLAN device's MAC address while the device is up. Doesn't seem worth to hold back until 2.6.25-rc since it can't break anything without actually getting used (and it does work :)) [VLAN]: Allow setting mac address while device is up Signed-off-by: Patrick McHardy

Re: 2.6.24-rc1-gb4f5550 oops

2007-11-08 Thread Grant Wilson
On Thu, 8 Nov 2007 16:53:10 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 01:06:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Monday, 5 of November 2007, Grant Wilson wrote: Hi, I got this oops

Re: Why does a connect to IPv6 LLA address fail ?

2007-11-08 Thread Andreas Gruenbacher
On Wednesday 07 November 2007 20:42, Vlad Yasevich wrote: The reason is that 2 different hosts may have the same link-local address as long as they are on different links. If the sender is connected to both links then it may send the packet to the wrong destination. Good point. What's

Re: Please pull 'fixes-jgarzik' branch of wireless-2.6 (3rd time is the charm?)

2007-11-08 Thread Jeff Garzik
On Thu, Nov 08, 2007 at 09:26:26AM -0500, John W. Linville wrote: Jeff, OK, I think things are settled now. I apologize for the confusion. These are fixes intended for 2.6.24. Please note that three of the patches from Michael Buesch in the list below were already sent to you directed

Re: [PATCH 1/2] qla3xxx: bugfix: Move link state machine into a worker thread

2007-11-08 Thread Jeff Garzik
On Wed, Nov 07, 2007 at 01:59:06PM -0800, Ron Mercer wrote: The link state machine requires access to some resources that are shared with the iSCSI function on the chip. (See iSCSI driver at drivers/scsi/qla4xxx) If the interface is being up/downed at a rapid pace this driver may need to

Re: [PATCH] [NETFILTER] Consolidate nf_sockopt and compat_nf_sockopt v2

2007-11-08 Thread Patrick McHardy
Pavel Emelyanov wrote: Both lookup the nf_sockopt_ops object to call the get/set callbacks from, but they perform it in a completely similar way. Introduce the helper for finding the ops. Ported at the top of today's net-2.6 tree to resolve conflict with the patch from Alexey Dobriyan.

Re: Why does a connect to IPv6 LLA address fail ?

2007-11-08 Thread Vlad Yasevich
Andreas Gruenbacher wrote: On Wednesday 07 November 2007 20:42, Vlad Yasevich wrote: The reason is that 2 different hosts may have the same link-local address as long as they are on different links. If the sender is connected to both links then it may send the packet to the wrong

Re: [PATCH 0/5] fixups for mpc8360 rev. 2.1 erratum #2 (RGMII Timing)

2007-11-08 Thread Kim Phillips
On Thu, 8 Nov 2007 17:16:11 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Mon, Nov 05, 2007 at 12:15:30PM -0600, Kim Phillips wrote: Hello all, the following patches fix RGMII timing for rev. 2.1 of the mpc8360, according to erratum #2 (erratum text included below). Basically the

[PATCH] sky2: new pci id's

2007-11-08 Thread Stephen Hemminger
Found a couple of more chips in the latest version of the vendor driver. They are minor variations on existing chips, so please incorporate into 2.6.24. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/drivers/net/sky2.c2007-11-07 22:45:02.0 -0800 +++

[PATCH] Fix e100 on systems that have cache incoherent DMA

2007-11-08 Thread Auke Kok
From: David Acker [EMAIL PROTECTED] On the systems that have cache incoherent DMA, including ARM, there is a race condition between software allocating a new receive buffer and hardware writing into a buffer. The two race on touching the last Receive Frame Descriptor (RFD). It has its el-bit

[PATCH] NET: Fix skb_truesize_check() assertion

2007-11-08 Thread Chuck Lever
The intent of the assertion in skb_truesize_check() is to check for skb-truesize being decremented too much by other code, resulting in a wraparound below zero. The type of the right side of the comparison causes the compiler to promote the left side to an unsigned type, despite the presence of

Re: [PATCH] sky2: netpoll on port 0 only

2007-11-08 Thread Jeff Garzik
On Tue, Nov 06, 2007 at 11:45:40AM -0800, Stephen Hemminger wrote: Netpoll will only work on port 0 because of the restrictive relationship between NAPI and netpoll. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 1/2] bonding: fix rtnl locking merge error

2007-11-08 Thread Jeff Garzik
On Tue, Nov 06, 2007 at 01:33:28PM -0800, Jay Vosburgh wrote: Looks like I incorrectly merged one of the rtnl lock changes, so that one function, bonding_show_active_slave, held rtnl but didn't release it, and another, bonding_store_active_slave, never held rtnl but did release it.

Re: [PATCH 1/2] pasemi_mac: Don't set replace-source-address descriptor bits

2007-11-08 Thread Jeff Garzik
On Tue, Nov 06, 2007 at 10:20:39PM -0600, Olof Johansson wrote: Don't use the replace source address with local MAC address bits, since it causes problems on some variations of the hardware due to an erratum. Signed-off-by: Olof Johansson [EMAIL PROTECTED] applied 1-2 - To unsubscribe

Re: ax88796: add superh to kconfig dependencies

2007-11-08 Thread Jeff Garzik
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: ax88796: add superh to kconfig dependencies This patch adds sh architecture support to the ax88796 kconfig. Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- This patch was posted about a month ago but never picked up:

Re: Why does a connect to IPv6 LLA address fail ?

2007-11-08 Thread Karsten Keil
On Thu, Nov 08, 2007 at 01:15:52PM -0500, Vlad Yasevich wrote: Andreas Gruenbacher wrote: On Wednesday 07 November 2007 20:42, Vlad Yasevich wrote: The reason is that 2 different hosts may have the same link-local address as long as they are on different links. If the sender is connected

Re: [PATCH 0/5] fixups for mpc8360 rev. 2.1 erratum #2 (RGMII Timing)

2007-11-08 Thread Anton Vorontsov
On Thu, Nov 08, 2007 at 12:15:08PM -0600, Kim Phillips wrote: On Thu, 8 Nov 2007 17:16:11 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Mon, Nov 05, 2007 at 12:15:30PM -0600, Kim Phillips wrote: Hello all, the following patches fix RGMII timing for rev. 2.1 of the mpc8360,

Re: [2.6 patch] drivers/net/netxen/: cleanups

2007-11-08 Thread Dhananjay Phadke
This looks good to me, I might chop off these #if 0 'ed functions in my next round of patches. Acked-by: Dhananjay Phadke [EMAIL PROTECTED] On 11/5/07, Adrian Bunk [EMAIL PROTECTED] wrote: This patch contains the following cleanups: - static functions in .c files shouldn't be marked inline -

[PATCH 03/05] r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (partly)

2007-11-08 Thread Francois Romieu
Various symptoms depending on the .config options: - the card stops working after some (short) time - the card does not work at all - the card disappears (nothing in lspci/dmesg) A real power-off is needed to recover the card. Signed-off-by: Mark Lord [EMAIL PROTECTED] Signed-off-by: Francois

[PATCH 04/05] r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (bis repetita)

2007-11-08 Thread Francois Romieu
RTL_GIGA_MAC_VER_17 breaks as well. Signed-off-by: Mark Lord [EMAIL PROTECTED] Signed-off-by: Francois Romieu [EMAIL PROTECTED] Cc: Edward Hsu [EMAIL PROTECTED] --- drivers/net/r8169.c | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/drivers/net/r8169.c

Re: [PATCH 02/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Thu, 08 Nov 2007 12:41:39 -0800), osprey67 [EMAIL PROTECTED] says: From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured

[PATCH 05/05] r8169: prevent bit sign expansion error in mdio_write

2007-11-08 Thread Francois Romieu
Oops. The current code does not like being given an u16 with the highest bit set as an argument to mdio_write. Let's enforce a correct range of values for both the register address and value (resp. 5 and 16 bits). The callers are currently left as-is. Signed-off-by: Francois Romieu [EMAIL

[PATCH 00/05] pull request for 'upstream-jeff' branch

2007-11-08 Thread Francois Romieu
Please pull from branch 'upstream-jeff' in repository git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6.git upstream-jeff to get the changes below. They should make things better for people who have experienced the 8168b regression since 2.6.24-rc1. Distance from 'master'

[PATCH 02/05] r8169: do not enable the TBI for the 8168 and the 81x0

2007-11-08 Thread Francois Romieu
The 8168c and the 8100e choke on it. I have not seen an indication nor received a report that the TBI is being actively used on the remaining 8168b and 8110. Let's disable it for now until someone complains. Signed-off-by: Francois Romieu [EMAIL PROTECTED] Cc: Matthias Winkler [EMAIL PROTECTED]

[PATCH] NET: Add the helper kernel_sock_shutdown()

2007-11-08 Thread Trond Myklebust
From: Trond Myklebust [EMAIL PROTECTED] ...and fix a couple of bugs in the NBD, CIFS and OCFS2 socket handlers. Looking at the sock-op-shutdown() handlers, it looks as if all of them take a SHUT_RD/SHUT_WR/SHUT_RDWR argument instead of the RCV_SHUTDOWN/SEND_SHUTDOWN arguments. Add a helper, and

Re: 2.6.24-rc1-gb4f5550 oops

2007-11-08 Thread Rafael J. Wysocki
On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 16:53:10 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 01:06:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Monday, 5 of

[PATCH 05/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread osprey67
From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified ip utility with device names beginning with: isatap. The following diffs are specific

Re: [PATCH] ipconfig.c : implement DHCP Class-identifier

2007-11-08 Thread Ilpo Järvinen
On Thu, 8 Nov 2007, Rainer Jochem wrote: @@ -620,6 +622,17 @@ ic_dhcp_init_options(u8 *options) *e++ = sizeof(ic_req_params); memcpy(e, ic_req_params, sizeof(ic_req_params)); e += sizeof(ic_req_params); + + // Send it only if the

Re: [PATCH] using mii-bitbang on different processor ports - update the booting-without-of.txt-file

2007-11-08 Thread Scott Wood
Sergej Stepanov wrote: If both mdio and mdc controlling pins are on the same processor port, one resource should be used. Otherwise, two resources are used: the 1-st - mdio, the 2-nd - mdc. How about: The first reg resource is the I/O port register block on which MDIO resides. The second reg

[PATCH 01/05] r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboard

2007-11-08 Thread Francois Romieu
Signed-off-by: Ciaran McCreesh [EMAIL PROTECTED] Signed-off-by: Francois Romieu [EMAIL PROTECTED] Cc: Edward Hsu [EMAIL PROTECTED] --- drivers/net/r8169.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index b94fa7e..702334e

Re: 2.6.24-rc1-gb4f5550 oops

2007-11-08 Thread Rafael J. Wysocki
On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 22:42:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 16:53:10 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of

Re: Why does a connect to IPv6 LLA address fail ?

2007-11-08 Thread Vlad Yasevich
Karsten Keil wrote: OK I run into this issue while running the TAHI testsuite. The test is as follows: Check 03: DNS Address: fec0::9 Candidate Source Addresses: fec0::1(SS) or LLA(LS) Destination Address List: 3fff::2(GS) or fe80::2(LS) Result: fe80::2 (src LLA) then

[PATCH 04/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread osprey67
From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified ip utility with device names beginning with: isatap. The following diffs are specific

[PATCH 03/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread osprey67
From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified ip utility with device names beginning with: isatap. The following diffs are specific

Re: [PATCH 0/5] fixups for mpc8360 rev. 2.1 erratum #2 (RGMII Timing)

2007-11-08 Thread Kim Phillips
On Thu, 8 Nov 2007 21:39:52 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 12:15:08PM -0600, Kim Phillips wrote: On Thu, 8 Nov 2007 17:16:11 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Mon, Nov 05, 2007 at 12:15:30PM -0600, Kim Phillips wrote: Hello

Re: [PATCH] NET: Add the helper kernel_sock_shutdown()

2007-11-08 Thread David Howells
Trond Myklebust [EMAIL PROTECTED] wrote: Looking at the sock-op-shutdown() handlers, it looks as if all of them take a SHUT_RD/SHUT_WR/SHUT_RDWR argument instead of the RCV_SHUTDOWN/SEND_SHUTDOWN arguments. Add a helper, and then define the SHUT_* enum to ensure that kernel users of

[PATCH 01/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread osprey67
From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified ip utility with device names beginning with: isatap. The following diffs are specific

[PATCH 02/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread osprey67
From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified ip utility with device names beginning with: isatap. The following diffs are specific

Re: No implementation of NETLINK_USERSOCK ?

2007-11-08 Thread Matti Aarnio
Following up on myself... On Thu, Nov 08, 2007 at 05:15:12PM +0200, Matti Aarnio wrote: Some 6 months ago I asked about a way to make network protocol servers(s) that live in userspace, but whose application interface still uses kernel socket calls. I recall getting an answer that there is

RE: [PATCH 04/05] ipv6: RFC4214 Support

2007-11-08 Thread Templin, Fred L
Hmm, what is missing from API POV? This would have to be determined under a follow-on project (hopefully with input from others) after we have gained operational experience. Since even if you do not change iproute2 now, users may need to change their configuration script twice anyway, we

Re: 2.6.24-rc1-gb4f5550 oops

2007-11-08 Thread Grant Wilson
On Thu, 8 Nov 2007 22:42:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007 16:53:10 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Thursday, 8 of November 2007, Grant Wilson wrote: On Thu, 8 Nov 2007

Re: [PATCH 04/05] ipv6: RFC4214 Support

2007-11-08 Thread David Miller
From: Templin, Fred L [EMAIL PROTECTED] Date: Thu, 8 Nov 2007 13:01:34 -0800 Hmm, what is missing from API POV? This would have to be determined under a follow-on project (hopefully with input from others) after we have gained operational experience. I personally don't buy any of this

[PATCH 1/2] forcedeth new mcp79 device ids

2007-11-08 Thread Ayaz Abdulla
This patch adds new device ids for mcp79 devices. Signed-off-by: Ayaz Abdulla [EMAIL PROTECTED] --- old/include/linux/pci_ids.h 2007-11-07 14:14:01.0 -0500 +++ new/include/linux/pci_ids.h 2007-11-07 14:13:53.0 -0500 @@ -1237,6 +1237,10 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_33

[PATCH 2/2] forcedeth new mcp79 device ids

2007-11-08 Thread Ayaz Abdulla
This patch adds new device ids and features for mcp79 devices into the forcedeth driver. Signed-off-by: Ayaz Abdulla [EMAIL PROTECTED] --- old/drivers/net/forcedeth.c 2007-11-07 14:13:47.0 -0500 +++ new/drivers/net/forcedeth.c 2007-11-07 14:13:39.0 -0500 @@ -5613,6 +5613,22 @@

Re: [PATCH] [POWERPC] Fix typo #ifdef - #ifndef

2007-11-08 Thread Andrew Morton
On Sat, 03 Nov 2007 20:16:36 +0100 Jochen Friedrich [EMAIL PROTECTED] wrote: Subject: [PATCH] [POWERPC] Fix typo #ifdef - #ifndef Please put the powerpc outside the []. Because things inside [] get removed when the receiver applies the patch, but the subsystem identification (powerpc) is

[PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-08 Thread Jon Smirl
This is the reason I couldn't get user space started or connect to my nfs server. Patch is against current linus git. mpc5200 fec driver is corrupting memory. This patch fixes two bugs where the wrong skb buffer was being referenced. Signed-off-by: Jon Smirl [EMAIL PROTECTED] ---

[2.6 patch] remove references to net-modules.txt

2007-11-08 Thread Adrian Bunk
When I removed net-modules.txt because it only contained ancient information I missed that many Kconfig entries pointed to this ancient information. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- Documentation/networking/3c505.txt |3 drivers/net/Kconfig| 199

[PATCH] [AF_PACKET] Fix minor code duplication

2007-11-08 Thread Urs Thuermann
Simplify some code by eliminating duplicate if-else clauses in packet_do_bind(). Signed-off-by: Urs Thuermann [EMAIL PROTECTED] --- net-2.6/net/packet/af_packet.c.orig 2007-11-05 13:07:28.0 +0100 +++ net-2.6/net/packet/af_packet.c 2007-11-08 12:14:25.0 +0100 @@ -886,20