applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 15:04:42 +0900 (JST)
> In article <[EMAIL PROTECTED]> (at Wed, 23 Aug 2006 22:57:06 -0700 (PDT)),
> David Miller <[EMAIL PROTECTED]> says:
>
> > Are there any other Mobile-IPV6 patches necessary for the
> > kernel?
>
> The patch
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 15:48:10 +0900
> Should I start to design it?
Thank you for the analysis.
Let's not jump so quickly towards implementation just
yet.
What I plan to do right now is port my XFRM hashing patches into the
current net-2.6.19 tree.
David Miller wrote:
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:37 +0900
XFRM_MSG_REPORT is a message as notification of state protocol and selector
from kernel to user-space.
Mobile IPv6 will use it when inbound reject is occurred at route optimization
to make user
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
[EMAIL PROTECTED] wrote:
@@ -598,25 +608,7 @@ static void parse_cmdline(int argc, char
}
}
- if (autoneg_wanted == AUTONEG_ENABLE){
- if (speed_wanted == SPEED_10 && duplex_wanted == DUPLEX_HALF)
- advertising_wanted = ADVERTISED_10ba
Can you resend this against 2.6.18-rc1 and/or netdev-2.6.git#upstream ?
Jeff
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
In article <[EMAIL PROTECTED]> (at Wed, 23 Aug 2006 22:57:06 -0700 (PDT)),
David Miller <[EMAIL PROTECTED]> says:
> Are there any other Mobile-IPV6 patches necessary for the
> kernel?
The patches cover most of MIPv6 and CN should work.
However, for HA/MN, there are small number of patches
to sen
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:45 +0900
> Support Mobile IPv6 extension headers sorting for two transformation policies.
> Mobile IPv6 extension headers should be placed after IPsec
> transport mode, but before transport AH when outbound.
>
> Signed-off-b
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:44 +0900
> Add sort functions to combine templates/states for IPsec.
> Think of outbound transformation order we should be careful with transport AH
> which must be the last of all transport ones.
>
> Signed-off-by: Masahide
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:43 +0900
> Sub policy can be used through netlink socket.
> PF_KEY uses main only and it is TODO to support sub.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:42 +0900
> Under two transformation policies it is required to merge them.
> This is a platform to sort state for outbound and templates
> for inbound respectively.
> It will be used when Mobile IPv6 and IPsec are used at the
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:41 +0900
> Sub policy is introduced. Main and sub policy are applied the same flow.
> (Policy that current kernel uses is named as main.)
> It is required another transformation policy management to keep IPsec
> and Mobile IP
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:40 +0900
> Add Kconfig to support sub policy.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Applied to net-2.6.19
Note that sub-policy support is probably t
On Wed, Aug 23, 2006 at 07:22:56PM +0200, Jiri Benc wrote:
> On Mon, 07 Aug 2006 16:16:12 -0700, Jouni Malinen wrote:
> > Send Layer 2 Update frame from the 802.11 code in kernel to the netdev
> > that the STA is bound to. If the STA is bound to another VLAN netdev,
> > send another update frame. T
On Thu, Aug 24, 2006 at 12:54:57AM -0400, Jeff Garzik wrote:
> Besides via-rhine NAPI (optional) and the UCC gige driver (optional),
> just the collected fixes for drivers/net/.
>
>
>
> Please pull from 'upstream-greg' branch of
> master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.gi
pulled into #upstream
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
applied 1-2
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
pulled
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Andy Gay wrote:
Just tried it, and it works as advertised.
... except that OpenSwan will rip out the route and install a route
pointing to eth0, thus breaking the thing again.
Use a custom updown script with Openswan to fix that.
*Nod.*
I'm thinking that David definitely has a point abo
John,
Please apply to wireless-2.6.
Thanks, Larry
===
This patch sets the floor of wireless level (signal) and noise at -110 dBm, which makes them be
comatible with RCPI, as discussed by Simon Barber. With this change, bcm43xx-softmac and
bcm43xx-d8021
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:39 +0900
> Ignore to report user-space for known mobility headers rejected by
> destination options header transformation.
> Mobile IPv6 specification (RFC3775) says that mobility header
> is used with destination options hea
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:38 +0900
> Report to user-space when home address option is rejected.
> In receiving this message user-space application will send Mobile IPv6 binding
> error. It is rate-limited by kernel.
> Based on MIPL2 kernel patch.
>
>
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:37 +0900
> XFRM_MSG_REPORT is a message as notification of state protocol and selector
> from kernel to user-space.
> Mobile IPv6 will use it when inbound reject is occurred at route optimization
> to make user-space know a b
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:36 +0900
> For Mobile IPv6 usage, it is required to trace which secpath state is reject
> factor in order to notify it to user space (to know the address which cannot
> be used route optimized communication).
> Based on MIPL2
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:35 +0900
> Transformation support mobility header.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Applied to net-2.6.19, thanks
Hey Gang:
I just re-subscribed to netdev Earlier today I brought up
something I don't understand with some of the heavy weights
but still don't feel I understand what's happening. It could
be a kgdb cache flushing problem or some magic/land-mines
in the kernel that I'm not familiar with.
W
Krzysztof Halasa wrote:
Hi,
One of my recent changes broke C101 carrier handling, this patch
fixes it. Also fixes an old TX underrun checking bug.
2.6.18 material. Please apply.
it's already in netdev-2.6.git#upstream-fixes, destined for 2.6.18.
Jeff
-
To unsubscribe from this lis
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:32 +0900
> Add Mobility header definition for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> This patch was also written by: Antti Tuominen <[EMAIL PROTECTED]>
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Sig
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:33 +0900
> Like ICMPv6, mobility header is handled through raw socket.
> In inbound case, check only whether ICMPv6 error should be sent as a reply
> or not by kernel.
> Based on MIPL2 kernel patch.
>
> This patch was also w
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:34 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Mobility header is built by user-space and sent through raw socket.
> Kernel just extracts its type to flow.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masah
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:30 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Add destination options header transformation for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> This patch was also written by: Ville Nuorvala <[EMAIL PROTECTED]>
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:31 +0900
> Add Mobile IPv6 route optimization protocols to netlink interface.
> Route optimization states carry care-of address.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signe
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:29 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Add routing header type 2 transformation for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
> Signed-off-by: Ma
This shifts further sysctls into feat.h. No change in
functionality - shifting code only.
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/net/dccp/feat.h b/net/dccp/feat.h
index b44c455..cee553d 100644
--- a/net/dccp/feat.h
+++ b/net/dccp/feat.h
@@ -27,5 +27,10 @@ extern int dcc
This adds transmit buffering to DCCP.
I have tested with CCID2/3 and with loss and rate limiting.
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 676333b..2d7671c 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -43
This fixes CCID3 to give much closer performance to RFC4342.
CCID3 is meant to alter sending rate based on RTT and loss.
The performance was verified against:
http://wand.net.nz/~perry/max_download.php
For example I tested with netem and had the following parameters:
Delayed Acks 1, MSS 256 byte
This adds a new function dccp_rx_hist_find_entry.
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/net/dccp/ccids/lib/packet_history.c
b/net/dccp/ccids/lib/packet_history.c
index 7b6b03e..1c68182 100644
--- a/net/dccp/ccids/lib/packet_history.c
+++ b/net/dccp/ccids/lib/packet_hist
This adds a new function to see if two sequence numbers follow each other.
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index b8931d3..84b477d 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -81,6 +81,14 @@ static inline u64 max48(const u
Just updating copyright and contacts
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/CREDITS b/CREDITS
index 29be6d1..0fe904e 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2209,7 +2209,7 @@ S: (address available on request)
S: USA
N: Ian McDonald
-E: [EMAIL PROTECTED]
+E: [EMAIL PROT
This fixes a small typo in net/dccp/libs/packet_history.c
Signed off by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/net/dccp/ccids/lib/packet_history.c
b/net/dccp/ccids/lib/packet_history.c
index ad98d6a..6739be1 100644
--- a/net/dccp/ccids/lib/packet_history.c
+++ b/net/dccp/ccids/lib/pac
Please find following a series of patches for DCCP.
These have been tested against torvalds/linux-2.6.git and davem/net-2.6.19.git
My opinion is that 1 and 2 can go straight into 2.6.18 as documentation
changes only - Dave - are you able to do as Arnaldo is very busy at present.
I would love 3,
These patches modify the rt2x00-d80211 family of drivers to use the wireless
statics added in patch 1.
Signed-Off-By: Larry [EMAIL PROTECTED]>
==
diff --git a/drivers/net/wireless/d80211/rt2x00/rt2400pci.c
b/drivers/net/wireless/d80211/rt2x00/rt2400pci.c
This patch modifies d80211 to add wireless statistics.
Signed-Off-By: Larry [EMAIL PROTECTED]>
==
diff --git a/include/net/d80211.h b/include/net/d80211.h
index 42fdbf7..70655dc 100644
--- a/include/net/d80211.h
+++ b/include/net/d80211.h
@@ -205,6 +205,8 @@ s
These patches modify bcm43xx-d80211 to use the wireless statics added in patch
1.
Signed-Off-By: Larry [EMAIL PROTECTED]>
==
diff --git a/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
b/drivers/net/wireless/d80211/bcm43xx/bcm43xx.h
index a0faeca..75174f9 1
These patches modify adm8211-d80211 to use the wireless statics added in patch
1.
Signed-Off-By: Larry [EMAIL PROTECTED]>
==
diff --git a/drivers/net/wireless/d80211/adm8211/adm8211.c
b/drivers/net/wireless/d80211/adm8211/adm8211.c
index dcabeab..5f13e9e
David Miller wrote:
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:19 +0900
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Add Kconfig to enable Mobile IPv6.
Based on MIPL2 kernel patch.
Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
Signed-off-by: Masahide NAKAMUR
David Miller wrote:
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:17 +0900
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
For outbound transformation, bundle is checked whether it is
suitable for current flow to be reused or not. In such IPv6 case
as below, transformati
Jiri,
This series of patches address all of your earlier concerns, namely:
1. The d80211 stuff is in Part 1/4, the patches for bcm43xx-d80211 are in Part
2/4, the patches for
the adm8211 driver is in Part 3/4, and the patches for the RT2X00 family of
drivers are in Part 4/4.
2. The location f
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:28 +0900
> Mobile IPv6 defines home address option as an option of destination
> options header. It is placed before fragment header then
> ip6_find_1stfragopt() is fixed to know about it.
> Home address option also carries f
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:27 +0900
> IPv6 source address is replaced in receiving packet
> with home address option carried by destination options header.
> To send ICMPv6 error back, original address which is received one on wire
> should be used. Th
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:26 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Add inbound function of home address option by registering it to TLV table for
> destination options header.
> Based on MIPL2 kernel patch.
>
> This patch was also
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:25 +0900
> Add home address option definition for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YO
On Wed, 2006-08-23 at 18:14 -0700, H. Peter Anvin wrote:
> H. Peter Anvin wrote:
> > Alexey Kuznetsov wrote:
> >>
> >> The question is where is this host really?
> >>
> >> If it is far far away and connected only via IPsec tunnel with
> >> destionation
> >> of tunnel different of host address
> >>
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:24 +0900
> In receiving Mobile IPv6 home address option which is a TLV carried
> by destination options header, kernel will try to mangle source adderss
> of packet. Think of cloned skbuff it is required to replace it by
> th
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:23 +0900
> This is a helper to search option offset from extension header which
> can carry TLV option like destination options header.
> Mobile IPv6 home address option will use it.
> Based on MIPL2 kernel patch.
>
> Signed
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:22 +0900
> Add socket option and ancillary data interface of routing header type 2.
> Mobile IPv6 application will use this to send binding acknowledgement
> with the header without relation of confirmed route optimization (b
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:21 +0900
> Add inbound interface of routing header type 2 for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> This patch was also written by: Ville Nuorvala <[EMAIL PROTECTED]>
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL P
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:20 +0900
> Add routing header type 2 definition for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by:
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:19 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Add Kconfig to enable Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
> Signed-off-by: Masahide NAKAMURA <[EMAIL
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:18 +0900
> Transformation user interface is not only for IPsec.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Applied to net-2
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:17 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> For outbound transformation, bundle is checked whether it is
> suitable for current flow to be reused or not. In such IPv6 case
> as below, transformation may apply
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 10:19:47 +0900
> As you may already find out the resolution will not be so hard
> since this it is doing the same thing as destination hash about
> XFRM list.
Correct. I also do not think it will be very difficult.
-
To unsubscri
Hi Randy:
Sorry for the file path. I will regenerate with path
a/drivers/net/sundance.c
and re-submit again.
Thanks for your help!
Best Regards,
Jesse Huang
- Original Message -
From: "Randy.Dunlap" <[EMAIL PROTECTED]>
To: "Jesse Huang" <[EMAIL PROTECTED]>
Cc: ; ;
<[EMAIL PROTECTED]>;
Hi Francois:
I am very appreciated what you do for IP1000A.
I will follow those files. Thanks you very much!
Best Regards,
Jesse Huang
- Original Message -
From: "Francois Romieu" <[EMAIL PROTECTED]>
To: "Jesse Huang" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[E
David Miller wrote:
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:06 +0900
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Support source address based searching.
Mobile IPv6 will use it.
Based on MIPL2 kernel patch.
Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:16 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> With this patch transformation state is updated last used time
> for each sending. Xtime is used for it like other state lifetime
> expiration.
> Mobile IPv6 enabled
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:15 +0900
> Care-of address is carried by state as a transformation option like IPsec
> encryption/authentication algorithm.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]>
> Signed-off-
H. Peter Anvin wrote:
Alexey Kuznetsov wrote:
The question is where is this host really?
If it is far far away and connected only via IPsec tunnel with
destionation
of tunnel different of host address
ip ro add THEHOST dev dummy0
should be enough. It asserts that THEHOST is not on eth0.
IP
Alexey Kuznetsov wrote:
The question is where is this host really?
If it is far far away and connected only via IPsec tunnel with destionation
of tunnel different of host address
ip ro add THEHOST dev dummy0
should be enough. It asserts that THEHOST is not on eth0.
IPsec policy will figure ou
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:14 +0900
> For originated outbound IPv6 packets which will fragment, ip6_append_data()
> should know length of extension headers before sending them and
> the length is carried by dst_entry.
> IPv6 IPsec headers fragment then
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:13 +0900
> Outbound transformation replaces both source and destination address with
> state's end-point addresses at the same time when IPsec tunnel mode.
> It is also required to change them for Mobile IPv6 route optimizati
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:12 +0900
> On current kernel inbound transformation state is allowed transport and
> disallowed tunnel mode when mismatch is occurred between tempates and states.
> As the result of adding two more modes by Mobile IPv6, this
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:11 +0900
> XFRM_STATE_WILDRECV flag is introduced; the last resort state is set it
> and receives packet which is not route optimized but uses such extension
> headers i.e. Mobile IPv6 signaling (binding update and acknowledg
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:10 +0900
> For Mobile IPv6 usage, routing header or destination options header is used
> and
> it doesn't require this comparison. It is checked only for IPsec template.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Mas
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:09 +0900
> Route optimization is used with routing header and destination options
> header for Mobile IPv6.
> At outbound it makes header space like IPsec transport. At inbound
> it does nothing because exhdrs.c functions hav
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:08 +0900
> On current kernel, ip6_find_1stfragopt() is used by IPv6 IPsec to find offset
> to
> be inserted header in outbound for transport mode. (BTW, no usage may be
> needed for
> IPv4 case.)
> Mobile IPv6 requires anot
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:07 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> This is a support to search transformation states by its addresses
> by using source address list for Mobile IPv6 usage.
> To use it from user-space, it is also adde
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:06 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Support source address based searching.
> Mobile IPv6 will use it.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:05 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> XFRM_MAX_DEPTH is a limit of transformation states to be applied to the same
> flow. Two more extension headers are used by Mobile IPv6 transformation.
> Based on MI
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:04 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> It will be added two more transformation protocols (routing header
> and destination options header) for Mobile IPv6.
> xfrm_id_proto_match() can be handle zero as a
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:03 +0900
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> Put the helper to header for future use.
> Based on MIPL2 kernel patch.
>
> Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
> Signed-off-by: YOSHIFUJI Hideaki
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:02 +0900
> Transformation mode is used as either IPsec transport or tunnel.
> It is required to add two more items, route optimization and inbound trigger
> for Mobile IPv6.
> Based on MIPL2 kernel patch.
>
> This patch was
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 10 Aug 2006 17:46:35 +0900 (JST)
> Hello.
>
> In article <[EMAIL PROTECTED]> (at Thu, 10 Aug 2006 00:37:14 +0300), Ville
> Nuorvala <[EMAIL PROTECTED]> says:
>
> > >> commit e0ad64d5b44179ea1296d737dec23279c72c9636
> > >> Author: YOSHIFUJI
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Thu, 24 Aug 2006 00:02:01 +0900
> we have another discussion about improvement of XFRM state hash.
> Our patches (about source address list part) will conflict with that
> work, but we did not take that into account so far because it was not
> in t
It looks like you have not run the source throught Lindent as previously
requested. Before you submit the code again, please use the Lindent
script.
I can get the code to ping between two cards. Will be doing more
testing tomorrow.
--
Don Fry
[EMAIL PROTECTED]
-
To unsubscribe from this list:
Hello!
> What he's trying to accomplish doesn't sound all that weird,
Absolutely sane.
> does anyone have any other ideas?
The question is where is this host really?
If it is far far away and connected only via IPsec tunnel with destionation
of tunnel different of host address
ip ro add THEH
Francois Romieu <[EMAIL PROTECTED]> :
[...]
> Typo. It should be:
> http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.18-rc4/ip1000
Added 0038-ip1000-CodingStyle.txt.
More local variables, more unsigned int, less MixedCase, ipg_nic_rx()
fits in your favorite 80 cols console.
--
Ueimor
-
To unsubs
From: Thomas Graf <[EMAIL PROTECTED]>
Date: Wed, 23 Aug 2006 21:14:25 +0200
> * H. Peter Anvin <[EMAIL PROTECTED]> 2006-08-22 17:31
> > Specifically, Linux will not ProxyARP for an address unless it has a
> > route for it, *and* that route either has a DNAT marking or points to a
> > different i
On Wednesday 23 August 2006 23:12, Simon Barber wrote:
> We already do have intelligent qdiscs - via TC. Anyone using htb for
> rate pacing, will achieve better control (less jitter) if the DMA queue
> latency is kept down.
>
> One very important issue for 802.11 is the software rate control. At a
From: [EMAIL PROTECTED] (Linas Vepstas)
Date: Wed, 23 Aug 2006 16:36:42 -0500
> I could create a searate patch to change struct descr {} to split
> the u32 into several u8's; there's a dozen spots that get touched.
>
> Alternatel, I could do a cheesy cast to char[4] and access that way.
> Opinio
On Sat, Aug 19, 2006 at 01:03:04AM +0200, Arnd Bergmann wrote:
> using the NAPI poll function
Still fiddling with this. Getting side-tracked after noticing
that the RX side generates a *huge* numbe of interrupts, despite
code in the driver which superficially appears to be RX NAPI.
One step forw
Am Mittwoch, 23. August 2006 19:22 schrieb Jiri Benc:
> > Send Layer 2 Update frame from the 802.11 code in kernel to the netdev
> > that the STA is bound to. If the STA is bound to another VLAN netdev,
> > send another update frame. This fixes an issue in which a local bridge
> > table was not up
On Sun, Aug 20, 2006 at 12:03:14PM +0200, Arnd Bergmann wrote:
> On Sunday 20 August 2006 08:31, Benjamin Herrenschmidt wrote:
> > > card->low_watermark->next->dmac_cmd_status |= SPIDER_NET_DESCR_TXDESFLG;
> > > mb();
> > > card->low_watermark->dmac_cmd_status &= ~SPIDER_NET_DESCR_TXDESFLG;
> > > c
Pretty printing of skge registers. This is a redo of earlier
patch that must have got lost. It earlier patch was before the
git conversion.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
Makefile.am|2 -
ethtool-util.h |3 +
ethtool.c |1
skge.c | 189
We already do have intelligent qdiscs - via TC. Anyone using htb for
rate pacing, will achieve better control (less jitter) if the DMA queue
latency is kept down.
One very important issue for 802.11 is the software rate control. At a
certain point in time the rate control algorithm may determine i
On Wednesday 23 August 2006 22:32, Simon Barber wrote:
> Right - and what I'm proposing is that we don't just count the number of
> frames in the ring - but also count the amount of frame time the ring
> takes too. This way if there are a number of large, slow frames we can
> stop adding more frame
In article <[EMAIL PROTECTED]> (at Thu, 24 Aug 2006 00:02:28 +0900), YOSHIFUJI
Hideaki <[EMAIL PROTECTED]> says:
> +#ifdef CONFIG_IPV6_MIP6
> + if (ipv6_clear_mutable_options(skb->nh.ipv6h, hdr_len, XFRM_POLICY_IN))
> + goto out;
> +#else
> if (ipv6_clear_mutable_options(skb
Right - and what I'm proposing is that we don't just count the number of
frames in the ring - but also count the amount of frame time the ring
takes too. This way if there are a number of large, slow frames we can
stop adding more frames into the ring well before we reach the limit on
the number of
In article <[EMAIL PROTECTED]> (at Wed, 23 Aug 2006 13:22:06 -0400), Brian
Haley <[EMAIL PROTECTED]> says:
> > + /* not_found */
> > + return -1;
> > + bad:
> > + return -1;
> > +}
>
> You could change this to:
>
> /* not_found */
> bad:
> return -1;
> }
Right. I thi
1 - 100 of 280 matches
Mail list logo