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.
> Patrick seems to have a simple way to compensate generically for link
> layer fragmentation, so i will not ar
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
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 a/drivers
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
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
[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
[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 disc
[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
[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 +++
[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
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 a/net/sctp/so
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.
>
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(-)
318a6a7
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
---
[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 t
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 something like:
Subject:
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 pskb
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 recently-introdu
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 n
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 [
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
-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'
-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
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.
Add CIPSO/IPv4 and unlabeled packet management to the NetLabel subsystem. The
CIPSO/IPv4 changes allow the configuration of CIPSO/IPv4 within the overall
NetLabel framework. The unlabeled packet changes allows NetLabel to pass
unlabeled packets without error.
Signed-off-by: Paul Moore <[EMAIL PR
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).
> >
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
===
--- linu
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 inclu
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 Toral
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()
* selinux_socket_
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 NetLabel
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
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 I
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 a
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
>
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
> http://www.kernel.org/pub/scm/linux/kernel/git/jben
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 0cdcef84239e5f1d60310883688b7a
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.
Sign
> 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
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 correct for the given protocol.
Trimming a packet d
Stephen,
Here's one of 2-3 patches over a period of time that i will send your
way to clean up the help for actions. Please apply.
cheers,
jamal
First part of cleaning up the help output of actions.
---
commit a31787bf2939fd9eb11396e3765c78c4d1e744a1
tree 884f90d157adf219559481ae5a1d70cb6cda90e7
41 matches
Mail list logo