RE: [PATCH 08/10] MLSXFRM: Add security context to acquire messag es using PF_KEY

2006-07-17 Thread Venkat Yekkirala
On Fri, Jul 14, 2006 at 09:54:59AM -0400, James Morris wrote: Herbert, any review from you on this would be greatly appreciated. Looks good to me. Thanks to all that have reviewed the patchset and for your comments/suggestions. Will try to get an updated patchset out before the end of

[PATCH] sky2: NAPI poll fix

2006-07-17 Thread Stephen Hemminger
When sky2 driver gets lots of received packets at once, it can get stuck. The NAPI poll routine gets called back to keep going, but since no IRQ bits are set it doesn't make progress. Increase version, since this is serious enough problem that I want to be able to tell new from old problems.

dscape git

2006-07-17 Thread Tomas Winkler
I've tried to clone dscape git and I got the error bellow. I hade no problem go get other trees. I'm new to git so maybe I didn't use correct switches Command Line: git clone http://www.kernel.org/pub/scm/linux/kernel/git/jbenc/dscap e.git/ dscape Thanks for help got

Re: dscape git

2006-07-17 Thread Erik Mouw
On Mon, Jul 17, 2006 at 07:15:03AM -0700, Tomas Winkler wrote: I've tried to clone dscape git and I got the error bellow. I hade no problem go get other trees. I'm new to git so maybe I didn't use correct switches Command Line: git clone

Re: dscape git

2006-07-17 Thread Tomas Winkler
First I'm behind the firewall second other gits worked just fine. Thanks --- Erik Mouw [EMAIL PROTECTED] wrote: On Mon, Jul 17, 2006 at 07:15:03AM -0700, Tomas Winkler wrote: I've tried to clone dscape git and I got the error bellow. I hade no problem go get other trees. I'm new to git

Re: [stable] [NET]: Update frag_list in pskb_trim

2006-07-17 Thread Greg KH
On Sat, Jul 15, 2006 at 10:10:03AM +1000, Herbert Xu wrote: On Thu, Jul 13, 2006 at 10:05:26PM -0700, David Miller wrote: As I noted already, this is in my tree and will go off to Linus soon. Please toss this over to -stable under seperate cover, if you haven't done so already.

[PATCH 1/7] NetLabel: documentation

2006-07-17 Thread paul . moore
Documentation for the NetLabel system, this includes a basic overview of how NetLabel works, how LSM developers can integrate it into their favorite LSM, as well as documentation on the CIPSO related sysctl variables. Also, due to the difficulty of finding expired IETF drafts, I am including the

[PATCH 6/7] NetLabel: SELinux support

2006-07-17 Thread paul . moore
Add NetLabel support to the SELinux LSM and modify the socket_post_create() LSM hook to return an error code. The most significant part of this patch is the addition of NetLabel hooks into the following SELinux LSM hooks: * selinux_file_permission() * selinux_socket_sendmsg() *

[PATCH 3/7] NetLabel: CIPSOv4 engine

2006-07-17 Thread paul . moore
Add support for the Commercial IP Security Option (CIPSO) to the IPv4 network stack. CIPSO has become a de-facto standard for trusted/labeled networking amongst existing Trusted Operating Systems such as Trusted Solaris, HP-UX CMW, etc. This implementation is designed to be used with the

[PATCH 2/7] NetLabel: core network changes

2006-07-17 Thread paul . moore
Changes to the core network stack to support the NetLabel subsystem. This includes changes to the IPv4 option handling to support CIPSO labels, and a new NetLabel hook in inet_accept() to handle NetLabel attributes across accept() calls done by in-kernel daemons. Signed-off-by: Paul Moore [EMAIL

[PATCH 7/7] NetLabel: tie NetLabel into the Kconfig system

2006-07-17 Thread paul . moore
Modify the net/Kconfig file to enable selecting the NetLabel Kconfig options. Signed-off-by: Paul Moore [EMAIL PROTECTED] --- net/Kconfig |2 ++ 1 files changed, 2 insertions(+) Index: linux-2.6.18-rc2/net/Kconfig === ---

[PATCH 0/7] Updated patchset w/James' comments

2006-07-17 Thread paul . moore
Some changes in the patchset based on James Morris' comments over the weekend, in addition I rebased the patchset against 2.6.18-rc2. For those who want/need some background and missed my posting last week I have pasted the announcement below. Once again, please consider this patchset for

Re: [stable] [NET]: Add missing UFO initialisations

2006-07-17 Thread Greg KH
On Thu, Jul 13, 2006 at 10:04:34PM -0700, David Miller wrote: From: Herbert Xu [EMAIL PROTECTED] Date: Thu, 13 Jul 2006 19:11:01 +1000 [NET]: Add missing UFO initialisations This bug was unknowingly fixed the GSO patches (or rather, its effect was unknown at the time). Thanks to

Re: dscape git

2006-07-17 Thread Tomas Winkler
Hmm, I've missed the second part of you email. The solution you've suggested has worked. Thanks Anyhow if this is a problem of sync then it last for 2 days already. Thanks a lot --- Tomas Winkler [EMAIL PROTECTED] wrote: First I'm behind the firewall second other gits worked just fine.

Re: [stable] [patch] ieee80211: TKIP requires CRC32

2006-07-17 Thread Greg KH
On Fri, Jul 14, 2006 at 06:51:41PM -0400, Chuck Ebbert wrote: ieee80211_crypt_tkip will not work without CRC32. LD .tmp_vmlinux1 net/built-in.o: In function `ieee80211_tkip_encrypt': net/ieee80211/ieee80211_crypt_tkip.c:349: undefined reference to `crc32_le' Reported by Toralf

[patch 31/45] : Add missing UFO initialisations

2006-07-17 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Herbert Xu [EMAIL PROTECTED] This bug was unknowingly fixed the GSO patches (or rather, its effect was unknown at the time). Thanks to Marco Berizzi's persistence which is documented in the thread

[patch 29/45] ieee80211: TKIP requires CRC32

2006-07-17 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- ieee80211_crypt_tkip will not work without CRC32. LD .tmp_vmlinux1 net/built-in.o: In function `ieee80211_tkip_encrypt': net/ieee80211/ieee80211_crypt_tkip.c:349: undefined reference to `crc32_le'

Re: jumbo frames and memory fragmentation

2006-07-17 Thread Chris Friesen
Herbert Xu wrote: Chris Friesen [EMAIL PROTECTED] wrote: Looking at the page-splitting code, it says 82571 and greater support packet-split We're running the 82546GB device. Looks like it won't help me. Well, time to fork out for a new card then :) I wish. This is an embedded

Re: [PATCH] sky2: NAPI poll fix

2006-07-17 Thread Jeff Garzik
Stephen Hemminger wrote: When sky2 driver gets lots of received packets at once, it can get stuck. The NAPI poll routine gets called back to keep going, but since no IRQ bits are set it doesn't make progress. Increase version, since this is serious enough problem that I want to be able to tell

Re: [PATCH 0/4] e1000: fixes for 7.1.9-k2

2006-07-17 Thread Jeff Garzik
Kok, Auke wrote: Jeff, Please pull the following patches from git://lost.foo-projects.org/~ahkok/git/netdev-2.6 upstream-fixes-jgarzik (based on 22e1170310ec6afa41e0dc7ac9dfac735d82dcab) pulled - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to

Re: [stable] [NET]: Update frag_list in pskb_trim

2006-07-17 Thread Herbert Xu
On Mon, Jul 17, 2006 at 08:22:44AM -0700, Greg KH wrote: Ick, this doesn't apply to 2.6.17, care to rediff it? I don't trust myself to get it correct :) Oops, I thought I rediffed against 2.6.17, but it must've been something else. Here is a second attempt: [NET]: Update frag_list in

Re: [PATCH 0/7] Updated patchset w/James' comments

2006-07-17 Thread Paul Moore
[EMAIL PROTECTED] wrote: On Mon, 17 Jul 2006 11:52:24 EDT, [EMAIL PROTECTED] said: Some changes in the patchset based on James Morris' comments over the weekend, in addition I rebased the patchset against 2.6.18-rc2. Minor comment - can you start posting these with Subject: lines that say

[git patches] net driver fixes

2006-07-17 Thread Jeff Garzik
Frankly, I am surprised at the low volume of complains for 2.6.18-rc1, and now 2.6.18-rc2. I keep worrying, waiting for the tide of complaints to wash in... Anyway. Here is the next batch of net driver fixes. The e1000 'remove CRC' fix is probably the biggest one; that fixes a

Subject: [PATCH] sky2: add another PCI ID

2006-07-17 Thread Stephen Hemminger
Yet another PCI ID for 88E8056 Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- drivers/net/sky2.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) df48ef5419855dc19bbf3176552128143e431c69 diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index d98f28c..217b96f 100644 ---

[RFC] NAPI support for forcedeth

2006-07-17 Thread Stephen Hemminger
Experimental version of NAPI for forcedeth. Untested, but others may want to help with comments and testing. --- drivers/net/Kconfig | 16 + drivers/net/forcedeth.c | 85 +++ 2 files changed, 86 insertions(+), 15 deletions(-)

Re: [2.6 patch] drivers/net/wireless/zd1211rw/: possible cleanups

2006-07-17 Thread Ulrich Kunitz
On 06-07-16 14:17 Daniel Drake wrote: Adrian Bunk wrote: This patch contains the following possible cleanups: - make needlessly global functions static - #if 0 unused functions Please review which of these functions do make sense and which do conflict with pending patches. Thanks

[PATCH 1/6][SCTP]: Check for NULL arg to sctp_bucket_destroy().

2006-07-17 Thread Sridhar Samudrala
Dave, Please apply the following 6 SCTP patches to the 2.6 tree. Thanks Sridhar [SCTP]: Check for NULL arg to sctp_bucket_destroy(). Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- net/sctp/socket.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 3/6][SCTP]: Verify all the paths to a peer via heartbeat before using them.

2006-07-17 Thread Sridhar Samudrala
[SCTP]: Verify all the paths to a peer via heartbeat before using them. This patch implements Path Initialization procedure as described in Sec 2.36 of RFC4460. Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- include/net/sctp/structs.h |4 include/net/sctp/user.h|9

[PATCH 2/6][SCTP]: Unhash the endpoint in sctp_endpoint_free().

2006-07-17 Thread Sridhar Samudrala
[SCTP]: Unhash the endpoint in sctp_endpoint_free(). This prevents a race between the close of a socket and receive of an incoming packet. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- net/sctp/endpointola.c | 11 ++- 1 files

[PATCH 4/6][SCTP]: Set chunk-data_accepted only if we are going to accept it.

2006-07-17 Thread Sridhar Samudrala
[SCTP]: Set chunk-data_accepted only if we are going to accept it. Currently there is a code path in sctp_eat_data() where it is possible to set this flag even when we are dropping this chunk. Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- net/sctp/sm_statefuns.c |3 ++- 1 files

[PATCH 6/6][SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.

2006-07-17 Thread Sridhar Samudrala
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. This patch adds more statistics info under /proc/net/sctp/snmp that should be useful for debugging. The additional events that are counted now include timer expirations, retransmits, packet and data chunk discards. The Data chunk

[PATCH 5/6][SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed

2006-07-17 Thread Sridhar Samudrala
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed This implements Rules D1 and D4 of Sec 4.3 in the ADDIP draft. Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- include/net/sctp/structs.h |7 +--- net/sctp/bind_addr.c |8 +++-- net/sctp/ipv6.c

Re: [PATCH 6/6][SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.

2006-07-17 Thread David Miller
From: Sridhar Samudrala [EMAIL PROTECTED] Date: Mon, 17 Jul 2006 17:25:37 -0700 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. This patch adds more statistics info under /proc/net/sctp/snmp that should be useful for debugging. The additional events that are counted now

Re: [PATCH 6/6][SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.

2006-07-17 Thread Sridhar Samudrala
On Mon, 2006-07-17 at 17:33 -0700, David Miller wrote: From: Sridhar Samudrala [EMAIL PROTECTED] Date: Mon, 17 Jul 2006 17:25:37 -0700 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. This patch adds more statistics info under /proc/net/sctp/snmp that should be useful

[PATCH] prism54: update to WE-19 for WPA support

2006-07-17 Thread Dan Williams
Add WE-19 capabilities to prism54 fullmac driver so that it supports the necessary Wireless Extensions WPA calls. Convert reporting of WPA/RSN Generic Information Elements to IWEVGENIE rather than pre-WE-19 IWEVCUSTOM as well. Signed-off-by: Dan Williams [EMAIL PROTECTED] diff --git

Re: [PATCH] Bug in pskb_trim_rcsum()

2006-07-17 Thread Wei Yongjun
On Monday 17 July 2006 08:17, Herbert Xu wrote: Wei Yongjun [EMAIL PROTECTED] wrote: So if I want to trim a skb, I think I must do a checksum even if the skb-ip_summed is CHECKSUM_UNNECESSARY. Nope. CHECKSUM_UNNECESSARY means that the hardware has already verified the checksum to be

RE: [PATCH 0/2] NET: Accurate packet scheduling for ATM/ADSL

2006-07-17 Thread Russell Stuart
On Sat, 2006-06-24 at 10:13 -0400, jamal wrote: And yes, I was arguing that the tc scheme you describe would not be so bad either if the cost of making a generic change is expensive. snip Patrick seems to have a simple way to compensate generically for link layer fragmentation, so i will not