From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Thu, 24 May 2007 07:41:00 +0200
> David Miller wrote:
> >>* Herbert Xu <[EMAIL PROTECTED]> wrote:
> >>
> >>>[NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
> >
> > Applied, thanks everyone.
>
>
> Even though it didn't fix this pro
David Miller wrote:
>>* Herbert Xu <[EMAIL PROTECTED]> wrote:
>>
>>>[NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
>
> Applied, thanks everyone.
Even though it didn't fix this problem, this patch I sent earlier is
also needed.
[NET_SCHED]: sch_htb: fix event cache time calcula
On May 23, 2007, at 4:32 PM, David Acker wrote:
Milton Miller wrote:
My current reading of the manual is that the C bit will not be
set on an RFD that is size 0. It goes on to processes EL and
S, and decides to stop and interrupt RNR or suspend, or just
go to the next packet.
I double checked t
sys_setsockopt() do not check properly timeout values for
SO_RCVTIMEO/SO_SNDTIMEO, for example it's possible to set negative timeout
values. POSIX do not defines behaviour for sys_setsockopt in case negative
timeouts, but requires that setsockopt() shall fail with -EDOM if the send and
receive time
Vasily Averin a écrit :
sys_setsockopt() do not check properly timeout values for
SO_RCVTIMEO/SO_SNDTIMEO, for example it's possible to set negative timeout
values. POSIX do not defines behaviour for sys_setsockopt in case negative
timeouts, but requires that setsockopt() shall fail with -EDOM if
* Herbert Xu ([EMAIL PROTECTED]) wrote:
> On Wed, May 23, 2007 at 04:38:20PM -0700, Kok, Auke wrote:
> >
> > With that, please add my Acked-By...
>
> Sorry, I only read yours after Chris's message :)
>
> Chris, please add that Acked-By by Auke.
Got it, thanks.
-chris
-
To unsubscribe from this l
sys_setsockopt() do not check properly timeout values for
SO_RCVTIMEO/SO_SNDTIMEO, for example it's possible to set negative timeout
values. POSIX do not defines behaviour for sys_setsockopt in case negative
timeouts, but requires that setsockopt() shall fail with -EDOM if the send and
receive time
Auke Kok pointed out I had left an unfinished thought this
morning ... well, here's a completion, but I will mostly
think about David's latest proposal.
I think I was debating proposing this, then got side
tracked then hit send.
On May 23, 2007, at 9:02 AM, Milton Miller wrote:
What if we just
jamal wrote:
> + if (unlikely (ret != NETDEV_TX_BUSY && net_ratelimit()))
> + printk(KERN_DEBUG " BUG %s code %d qlen %d\n",dev->name, ret,
> q->q.qlen);
This seems to be based on an old version, your latest patch
changed this to KERN_WARNING.
-
To unsubscribe from this list: sen
In light of Commit: 39e00c5634cd15e14f3e8d2717c4861178dba275
(from Herbert), heres an update of the qdisc_restart cleanup.
Anyone using the batch patch, this is the patch needed on top of the
latest net-2.6, before you apply the batch patch. The old patch wont
apply (its a one line change but patc
Ingo Oeser wrote:
[EMAIL PROTECTED] schrieb:
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
This patch makes MIPv6 loadable module named "mip6".
Here is a modprobe.conf(5) example to load it automatically
when user application uses XFRM state for MIPv6:
alias xfrm-type-10-43 mip6
alias xfrm-type
On Wed, May 23, 2007 at 04:38:20PM -0700, Kok, Auke wrote:
>
> With that, please add my Acked-By...
Sorry, I only read yours after Chris's message :)
Chris, please add that Acked-By by Auke.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
H
On Wed, May 23, 2007 at 04:34:18PM -0700, Chris Wright wrote:
>
> Mind adding an updated changelog and signed-off-by please?
Sure.
[E1000]: Fix netif_poll_enable crash in e1000_open
e1000_open calls e1000_up which will always call netif_poll_enable.
However, it's illegal to call netif_poll_enab
This patch adds support for another radio appearing in new devices: the
Ubec UW2453. It's more complicated than the other RF's we support, but
Ubec publish full tech specs so we're able to understand the vendor code
relatively well.
Now that we support UW2453, we also support Atheros' new USB chip
The vendor driver code suggests that CR47 patching happens on every channel
change for every RF (depending on bit 8 in POD).
Due to a bug in their driver (upper bits of RF_Mode get zeroed out, then
are examined for 1s when setting some other flags), this isn't actually
what happens, and their gene
Tested by Guy Gallagher
zd1211 chip 0586:3407 v4721 high 00-13-49 AL2230_RF pa0 g---
FCC ID SI5WUB200Z
Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
---
zd_usb.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Index: linux/drivers/net/wireless/zd1211rw/zd_usb.c
=
These changes are needed for UW2453 RF support:
Add pointer which RF drivers can use to store private RF data
Add exit hook so that RF drivers can free private data
Allow RF's to disable the generic TX power integration handling code
Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
---
zd_chip.c
On Wed, 23 May 2007 15:23:22 +0200
Jan Altenberg <[EMAIL PROTECTED]> wrote:
> ucc_geth has been migrated to use the common phylib code. So lets add a
> 'select PHYLIB' to the UCC_GETH Kconfig entry.
>
> Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]>
Acked-by: Kim Phillips <[EMAIL PROTECTED]>
Chris Wright wrote:
* Herbert Xu ([EMAIL PROTECTED]) wrote:
On Tue, May 22, 2007 at 10:02:53AM -0700, Kok, Auke wrote:
I've posted that before and it's up to the stable team. I think that it's a
seriously toolarge change unless Herbert posts his short version of the fix
for 2.6.21.1. I would b
On Thursday 24 May 2007 00:08:40 Chuck Ebbert wrote:
> Chuck Ebbert wrote:
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240982
>
> Another; these started to appear after the below patch was merged:
> > Index: linux/kernel/sched.c
> >
> > > ===
* Herbert Xu ([EMAIL PROTECTED]) wrote:
> On Tue, May 22, 2007 at 10:02:53AM -0700, Kok, Auke wrote:
> >
> > I've posted that before and it's up to the stable team. I think that it's a
> > seriously toolarge change unless Herbert posts his short version of the fix
> > for 2.6.21.1. I would be OK
On Wed, 23 May 2007 16:59:02 -0500
"Tony Petz" <[EMAIL PROTECTED]> wrote:
> I'm working on a research project that requires two simultaneously
> running but independent TCP implementations. Searching the archives I
> was only able to come up with this:
> http://www.spinics.net/lists/linux-net/msg
From: Jon Paul Maloy <[EMAIL PROTECTED]>
Date: Tue, 15 May 2007 20:21:14 -0400
>
> Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]>
Patch applied, thanks Jon.
I specifically had the developer of that change audit for this exact
kind of bug, my apologies that this one case still slipped through
You know that you posted this exact message last time? ;->
And i responded here:
http://marc.info/?l=linux-netdev&m=117882888105536&w=2
cheers,
jamal
On Wed, 2007-23-05 at 23:02 +0200, Florian Fainelli wrote:
> Here comes a basic patch that adds a network led activity. It is not
> configurable
I'm working on a research project that requires two simultaneously
running but independent TCP implementations. Searching the archives I
was only able to come up with this:
http://www.spinics.net/lists/linux-net/msg09064.html
I was wondering if anyone had any insight into the problem, or knew of
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:57 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Signed-off-by:
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:56 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Signed-off-by:
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:55 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Cc: Per Liden <
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:54 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Cc: Vlad Yasevi
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:51 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Acked-by: Simon
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:49 -0700
> From: Jan Engelhardt <[EMAIL PROTECTED]>
>
> Use menuconfigs instead of menus, so the whole menu can be disabled at once
> instead of going through all options.
>
> Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
> Cc: Arnaldo Car
From: [EMAIL PROTECTED]
Date: Wed, 23 May 2007 14:35:48 -0700
> From: Matthias Kaehlcke <[EMAIL PROTECTED]>
>
> Use mutex instead of binary semaphore in idt77252 driver.
>
> Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]>
> Cc: chas williams <[EMAIL PROTECTED]>
> Signed-off-by: Andrew Morto
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTEC
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/tokenring/Kconfig | 33
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Acked-by: Simon Horman <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
From: Matthias Kaehlcke <[EMAIL PROTECTED]>
Use mutex instead of binary semaphore in idt77252 driver.
Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]>
Cc: chas williams <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/atm/idt77252.c | 27 ++-
From: Milan Kocian <[EMAIL PROTECTED]>
When you replace route via ip r r command the netlink multicast message is
not send. This patch corrects it. NL message is sent with NLM_F_REPLACE
flag. Addresses http://bugzilla.kernel.org/show_bug.cgi?id=8320
Signed-off-by: Milan Kocian <[EMAIL PROTECTE
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/arcnet/Kconfig | 17 +++
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Per Liden <[EMAIL PROTECTED]>
Cc: Jon Maloy <[EMAIL PROTECTED]>
Cc: Allan Stephens <[EMA
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Vlad Yasevich <[EMAIL PROTECTED]>
Cc: Sridhar Samudrala <[EMAIL PROTECTED]>
Signed-off-b
From: Urs Thuermann <[EMAIL PROTECTED]>
Date: 21 May 2007 20:20:51 +0200
> Oliver Hartkopp <[EMAIL PROTECTED]> writes:
>
> > Yep - you were right. It looks better like this as ARPHRD_SIT is
> > defined in if_arp.h in any CONFIG_* case ...
>
> Oliver asked me to resend the patch with a sane maile
Here comes a basic patch that adds a network led activity. It is not
configurable yet, but is enough to make a LED configured with
the "network-activity" trigger to blink on network activity.
Netdev people can probably comment on the place of ledtrig_network_activity(),
which is probably not ad
Milton Miller wrote:
I agree with this part of the approach. I just think we need
a bit more work on the "what to do when we are ready for
hardware to not stop" part.
Agreed.
The sync is required to push both cache lines, but there is no
ordering guarantee. This probably is why you saw size
From: Ingo Molnar <[EMAIL PROTECTED]>
Date: Wed, 23 May 2007 13:40:21 +0200
>
> * Herbert Xu <[EMAIL PROTECTED]> wrote:
>
> > [NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
> >
> > My previous patch that changed the return value of qdisc_restart
> > incorrectly made the case
Should this be:
> static void __exit meth_exit_module(void)
> {
> - unregister_netdev(meth_dev);
> - free_netdev(meth_dev);
> + platform_driver_register(&meth_driver);
> }
platform_driver_unregister(&meth_driver);
^^
Shan
Chuck Ebbert wrote:
>
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240982
Another; these started to appear after the below patch was merged:
> Index: linux/kernel/sched.c
> > ===
> > --- linux.orig/kernel/sched.c
> > +++ l
Hi Herbert,
Herbert Xu schrieb:
> [NET] napi: Call __netif_rx_complete in netif_rx_complete
>
> This patch kills a little bit of code duplication between the two
> variants of netif_rx_complete.
What about making it out of line?
There is nothing the compiler can optimize away here
and the cod
David Miller schrieb:
> From: David Woodhouse <[EMAIL PROTECTED]>
> Date: Fri, 18 May 2007 09:48:32 +0800
> > On Thu, 2007-05-17 at 15:27 -0700, Andrew Morton wrote:
> > > If only we could find some way in which all callers of a function as
> > > well as its definition can see the same declaration?
Linus Torvalds wrote:
> There appear to be other obvious problems in the recent "cleanups" in this
> area..
>
> Look at
>
> psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2,
> psched_time_t bound)
> {
> return min(tv1 - tv2, bound);
> }
>
> and compare
Hello,
I am trying to imitate the medium access behavior in HSDPA using wired
ethernet in my research in order to see how TCP behaves under such a
MAC. What I want to do is to send packets (if there are any in the
queue) for the duration of about 2 milliseconds and then keep silent
for some time,
Does this patch fix the problem? It is something I saw while doing
review for support of newer chips.
Subject: sky2: don't set bogus bit in PHY register
This code inherited from the sk98lin driver is incorrect on the Yukon2.
The definition used for these bits is incorrect. Act
On Wed, 23 May 2007, Patrick McHardy wrote:
>
> Yes, that looks better, thanks.
There appear to be other obvious problems in the recent "cleanups" in this
area..
Look at
psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2,
psched_time_t bound)
{
return
On Wed, May 23, 2007 at 07:50:26 -0700, Stephen Hemminger wrote:
[...]
> Don't use that patch, it isn't needed and probably causes problem.
>
> Please get output of 'ethtool -d eth0'; more recent versions of
> ethtool can decode the register format. Older versions just print hex.
Hi,
see the a
On Wed, 23 May 2007 09:54:31 +0200
Tino Keitel <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo.
> I checked the kernel log but I found nothing sky2 related. After
> reloading the module, the interface worked again.
>
> Both freeze
I tried to remove anything we were in agreement with.
On May 22, 2007, at 5:07 PM, David Acker wrote:
Milton Miller wrote:
Many of the issues you bring have been in the e100 for some time. If
you ignore the s-bit patch, I basically did the the following:
moved the el-bit to before the last b
ucc_geth has been migrated to use the common phylib code. So lets add a
'select PHYLIB' to the UCC_GETH Kconfig entry.
Signed-off-by: Jan Altenberg <[EMAIL PROTECTED]>
---
drivers/net/Kconfig |1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/drivers/net/Kconfig
=
On May 18, 2007, at 10:33 AM, Kim Phillips wrote:
On Fri, 18 May 2007 09:07:42 -0500
Kumar Gala <[EMAIL PROTECTED]> wrote:
On May 17, 2007, at 8:53 PM, Jeff Garzik wrote:
Kim Phillips wrote:
On Tue, 15 May 2007 17:45:19 -0400
Jeff Garzik <[EMAIL PROTECTED]> wrote:
Kim Phillips wrote:
It
On Wed, May 23, 2007 at 10:33:16AM +, "Thomas B. Rücker" wrote:
>
> Does this also explain why wireshark thinks the checksum is right when
> tested on <=2.6.17?
Probably not. It would help if you use the same tool between the kernels.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Em
Hi,
This patch is as same as the previous one.
I just cleaned up some code.
Thanks,
Hirokazu Takahashi.
Signed-off-by: Hirokazu Takahashi <[EMAIL PROTECTED]>
--- linux-2.6.21/net/sched/sch_tbf.c.ORG2007-05-08 20:59:28.0
+0900
+++ linux-2.6.21/net/sched/sch_tbf.c2007-05-21 2
* Herbert Xu <[EMAIL PROTECTED]> wrote:
> [NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
>
> My previous patch that changed the return value of qdisc_restart
> incorrectly made the case where dequeue returns empty continue
> processing packets.
>
> This patch is based on di
Hi,
> > > @@ -924,7 +926,9 @@ cbq_dequeue_prio(struct Qdisc *sch, int
> > > cl->xstats.borrows += skb->len;
> > > #endif
> > > }
> > > - q->tx_len = skb->len;
> > > + q->tx_segs = skb_shinfo(skb)->gso_segs ? :
> > > +
(Originally sent to linux-usb-devel)
The attached patch adds the device IDs for the Belkin F5D5055 device.
Reported by Andy Juniper <[EMAIL PROTECTED]>
Signed-off-by: David Hollis <[EMAIL PROTECTED]>
--
David Hollis <[EMAIL PROTECTED]>
--- a/drivers/net/usb/asix.c 2007-05-11 08:18:35.000
Herbert Xu wrote:
> On Wed, May 23, 2007 at 12:56:04PM +0200, Patrick McHardy wrote:
>
>>Looking at the recent changes to __qdisc_run, this indeed seems
>>to be the case, when the qdisc is throttled and has packets queued
>>we return a value != 0, causing __qdisc_run to loop until all
>>packets ha
On Wed, May 23, 2007 at 12:56:04PM +0200, Patrick McHardy wrote:
>
> Looking at the recent changes to __qdisc_run, this indeed seems
> to be the case, when the qdisc is throttled and has packets queued
> we return a value != 0, causing __qdisc_run to loop until all
> packets have been sent, which
* Patrick McHardy <[EMAIL PROTECTED]> wrote:
> How is this trace to be understood? Is it simply a call trace in
> execution-order? [...]
yeah. There's a help section at the top of the trace which explains the
other fields too:
_--=> CPU#
/ _-=> irqs-of
Ingo Molnar wrote:
> if you feel inclined to try the git-bisection then by all means please
> do it (it will certainly be helpful and educative), but it's optional: i
> dont think you should 'need' to go through extra debugging chores, my
> analysis based on the excellent trace you provided stil
On Tue, May 22, 2007 at 10:02:53AM -0700, Kok, Auke wrote:
>
> I've posted that before and it's up to the stable team. I think that it's a
> seriously toolarge change unless Herbert posts his short version of the fix
> for 2.6.21.1. I would be OK with that.
This patch should work for 2.6.21.
C
Herbert Xu wrote:
> "Thomas B. R??cker" <[EMAIL PROTECTED]> wrote:
>
>> Stephen Hemminger wrote:
>>
>>> The packet passed to packet capture programs may not have a valid checksum
>>> if you have checksum offload configured on the device. What kind of
>>> hardware
>>> do you have on sender
"Thomas B. R??cker" <[EMAIL PROTECTED]> wrote:
> Stephen Hemminger wrote:
>> The packet passed to packet capture programs may not have a valid checksum
>> if you have checksum offload configured on the device. What kind of hardware
>> do you have on sender and receiver?
> The c-snippet uses 127.x
Hi,
[EMAIL PROTECTED] schrieb:
> From: Masahide NAKAMURA <[EMAIL PROTECTED]>
>
> This patch makes MIPv6 loadable module named "mip6".
>
> Here is a modprobe.conf(5) example to load it automatically
> when user application uses XFRM state for MIPv6:
>
> alias xfrm-type-10-43 mip6
> alias xfrm-ty
On Sat, May 12, 2007 at 01:17:39AM +0900, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> The "fix" for emerging security threats was overkill and it broke
> basic semantic of IPv6 routing header processing. We should assume
> RT0 as "unknown" RH type so that we
> - silently ignore the routing header if segleft
From: "Wu, Bryan" <[EMAIL PROTECTED]>
This patch implements the driver necessary use the Analog Devices
Blackfin processor's on-chip ethernet MAC controller.
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
driv
On Wed, 2007-05-23 at 05:13 -0400, Jeff Garzik wrote:
> Bryan Wu wrote:
> > Hi Jeff:
> >
> > Could you please review this patch? Sorry for miss sending the patch to
> > you for review at beginning.
>
> can you resend as a patch rather than a quoted patch?
>
> Jeff
>
>
Oh, sorry, I forgo
On Wed, May 23, 2007 at 09:43:30AM +0100, Ralf Baechle wrote:
> The meth ethernet driver for the SGI IP32 aka O2 is so far still an old
> style driver which does not use the device driver model. This is now
> causing issues with some udev based gadgetry in debian-stable. Fixed by
> converting th
The meth ethernet driver for the SGI IP32 aka O2 is so far still an old
style driver which does not use the device driver model. This is now
causing issues with some udev based gadgetry in debian-stable. Fixed by
converting the meth driver to a platform device.
Signed-off-by: Ralf Baechle <[EMAI
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
This patch makes MIPv6 loadable module named "mip6".
Here is a modprobe.conf(5) example to load it automatically
when user application uses XFRM state for MIPv6:
alias xfrm-type-10-43 mip6
alias xfrm-type-10-60 mip6
Some MIPv6 feature is not included
From: Masahide NAKAMURA <[EMAIL PROTECTED]>
Kill unnecessary CONFIG_IPV6_MIP6.
o It is redundant for RAW socket to keep MH out with the config then
it can handle any protocol.
o Clean-up at AH.
Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]>
---
include/net/flow.h |4
include/ne
Hi folks,
in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo.
I checked the kernel log but I found nothing sky2 related. After
reloading the module, the interface worked again.
Both freezes were connected to access from a remote NFS client to a
directory with ~4700 files in it
Hello,
There are Mobile IPv6 patches for net-2.6 (2.6.22-rc2), which are
minor fixes and modularization. Please review and apply them.
[IPV6] MIP6: Kill unnecessary ifdefs.
[IPV6] MIP6: Loadable module support for MIPv6.
--
Masahide NAKAMURA
-
To unsubscribe from this list: sen
79 matches
Mail list logo