As seen when booting ppc64_defconfig:
sysctl table check failed: /net/token-ring .3.14 procname does not match binary
path procname
Signed-off-by: Olof Johansson <[EMAIL PROTECTED]>
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c
index 5a2f2b2..4abc6d2 100644
--- a/kernel/sysctl_che
This is the listing of the open bugs that are relatively new, around
2.6.22 and up. They are vaguely classified by specific area.
(not a full list, there are more :)
The good part is that reporters of the bugs below are still around and
haven't dissipated, or disposed of their hardware, so it is a
On Mon, 2007-11-12 at 21:28 -0800, David Miller wrote:
> I have no problems with this, but I'd like to add it along
> with subsequent patches that use the new routines and
> also I'd like to defer this to net-2.6.25 so please resubmit
> this later.
I've since changed the functions in my tree to:
From: Florian Fainelli <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 23:58:48 +0100
> This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x
> System-on-chips.
>
> Signed-off-by: Sten Wang <[EMAIL PROTECTED]>
> Signed-off-by: Daniel Gimpelevich <[EMAIL PROTECTED]>
> Signed-off-
From: Jeff Garzik <[EMAIL PROTECTED]>
Date: Sun, 11 Nov 2007 08:52:47 -0500
> David Miller has agreed to collect net driver bug fix patches in my
> absence, with Stephen and Francois (and others, hopefully) helping out
> with patch review.
I'll be integrating fixes directly into my usual net-2.
From: Joe Perches <[EMAIL PROTECTED]>
Date: Sun, 11 Nov 2007 19:19:30 -0800
> Add inline functions to in.h that make the IP4 address tests
> a bit easier to read and also add some type safety.
>
> gcc optimizes IP4_ADDR to a constant (O2 or Os)
>
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]
From: Pavel Emelyanov <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 17:26:57 +0300
> The inetpeer.c tracks the LRU list of inet_perr-s, but makes
> it by hands. Use the list_head-s for this.
>
> Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]>
Applied, thanks Pavel.
-
To unsubscribe from this lis
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Sun, 11 Nov 2007 07:48:40 +0100
> This patch removes the following unused EXPORT_SYMBOL's:
> - ip_vs_try_bind_dest
> - ip_vs_find_dest
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied.
-
To unsubscribe from this list: send the line "unsubscri
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Sun, 11 Nov 2007 07:48:37 +0100
> sysctl_{r,w}mem_max can now be unexported.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied, thanks Adrian.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMA
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:39:10 -0800
> This patch updates the version number to 3.86
>
> Signed-off-by: Matt Carlson <[EMAIL PROTECTED]>
> Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
Also applied, thanks a lot.
-
To unsubscribe from this list: send t
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:39:07 -0800
> This patch changes the PHY type reported through ethtool for copper
> devices from MII to TP. The latter is more accurate.
>
> Signed-off-by: Matt Carlson <[EMAIL PROTECTED]>
> Signed-off-by: Michael Chan <[EMAIL PR
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:39:04 -0800
> This patch adds the A1 revision of 5784, 5764, and 5761, and applies all
> previous bugfixes. In places where the list of devices gets too long,
> the patch uses a new TG3_FLG3_5761_5784_AX_FIXES flag instead.
>
> S
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:39:01 -0800
> Previous devices hardcoded the PCI Maximum Read Request Size to 4K. To
> better comply with the PCI spec, the hardware now defaults the MRRS to
> 512 bytes. This will yield poor driver performance if left untouched.
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:59 -0800
> Internal hardware timers become inaccurate after link events. Clock
> frequency switches performed by the CPMU fail to adjust timer
> prescalers. The fix is to detect core clock frequency changes during
> link event
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:56 -0800
> Most 5784 / 5764 LED modes do not work as expected because of a hardware
> bug. This patch forces the LED mode to be in MAC LED mode.
>
> Signed-off-by: Matt Carlson <[EMAIL PROTECTED]>
> Signed-off-by: Michael Chan
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:54 -0800
> New CPMU devices contend with the GPHY for power management. The GPHY
> autopowerdown feature is enabled by default in the PHY and thus needs to
> be disabled after every PHY reset.
>
> Signed-off-by: Matt Carlson <
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:52 -0800
> This patch adds the LINK_SPEED mode to the list of CPMU modes that can
> cause the loopback tests to fail. These bugs are planned to be fixed in
> future revisions of the chip, so the patch qualifies the fixes as suc
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:49 -0800
> Newer devices contain bootcode in the chip's private ROM area. This
> bootcode is called selfboot. Selfboot can be patched in the device's
> NVRAM and the patches can have several formats. In one particular
> forma
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:46 -0800
> 5784 and 5764 devices lock up when the link speed is 10Mbps, the CPMU
> link speed mode is enabled, and the MAC clock is running at 1.5Mhz. The
> fix is to run the MAC clock at faster speeds.
>
> Signed-off-by: Matt
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:43 -0800
> This patch corrects a bug where the ENABLE_APE flag was tested against
> the wrong flag variable.
>
> Signed-off-by: Matt Carlson <[EMAIL PROTECTED]>
> Signed-off-by: Michael Chan <[EMAIL PROTECTED]>
Good catch, pat
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:40 -0800
> 5784 and 5764 devices fail to link / pass traffic after one load /
> unload cycle. This happens because of a hardware bug in the new CPMU.
> During normal operation, the MAC depends on the PHY clock being
> available
From: "Matt Carlson" <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 16:38:37 -0800
> When 5761 devices boot the machine using PXEboot, PXE leaves the device
> active when it terminates. The tg3 driver has code to detect this
> condition and resets the device during initialization. On 5761 devices,
>
From: Urs Thuermann <[EMAIL PROTECTED]>
Date: 09 Nov 2007 08:06:38 +0100
> Simplify some code by eliminating duplicate if-else clauses in
> packet_do_bind().
>
> Signed-off-by: Urs Thuermann <[EMAIL PROTECTED]>
Applied, thanks Urs.
-
To unsubscribe from this list: send the line "unsubscribe netd
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Fri, 9 Nov 2007 07:01:41 +0100
> 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]>
Applied, than
From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Wed, 7 Nov 2007 17:20:16 -0200
> Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Applied, thanks Arnaldo!
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More maj
From: Vlad Yasevich <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 11:38:15 -0500
> I've updated the series of SCTP bugfixes. These pass all of the regression
> tests.
>
> You can pull the changes from:
> master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git pending
Pulled, thanks a lot V
Fix bond_destroy and bond_free_all to not reference the
struct net_device after calling unregister_netdevice.
Bug and offending change reported by Moni Shoua <[EMAIL PROTECTED]>
Signed-off-by: Jay Vosburgh <[EMAIL PROTECTED]>
---
Copying DaveM since Jeff is out this week
From: Trond Myklebust <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 15:19:24 -0500
> ...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_S
From: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 09:32:46 +1100
>
> On Mon, 2007-11-12 at 18:45 +0100, Johannes Berg wrote:
> > Commit bea3348e (the NAPI changes) made sungem unconditionally enable
> > NAPI when resuming and unconditionally disable when suspending, this,
>
From: Joe Perches <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 15:33:51 -0800
> fix sparse warnings "Using plain integer as NULL pointer"
>
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
Applied, thanks Joe.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mes
In article <[EMAIL PROTECTED]> (at Mon, 12 Nov 2007 12:50:53 -0700), [EMAIL
PROTECTED] (Eric W. Biederman) says:
> My opinion is that both your analysis is slightly off (as to the cause
> of your problems) and that your approach to fix your problem is wrong
> because you don't untangle the knot y
From: Pierre Ynard <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 01:19:47 + (GMT)
> > > > Unfortunately you cannot change the layout of a structure
> > > > already exported to userspace, it is part of the ABI.
> > >
> > > Well, I thought it would not be a problem, as it is not exactly
> > > rele
You won the sum of 250,000,GBP by the Thunderball promotions. contact this
email for further instructions: [EMAIL PROTECTED]
TEL:+447045708596
Thank you.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http
2007/11/13, David Miller <[EMAIL PROTECTED]>:
> From: Willy Tarreau <[EMAIL PROTECTED]>
> Date: Tue, 13 Nov 2007 00:32:57 +0100
>
> > At least, being able to disable the feature at module load time
> > would be acceptable. Many people who often need to sniff on decent
> > machines would always keep
2007/11/13, Willy Tarreau <[EMAIL PROTECTED]>:
> On Mon, Nov 12, 2007 at 02:57:16PM -0800, David Miller wrote:
> > From: "Chris Friesen" <[EMAIL PROTECTED]>
> > Date: Mon, 12 Nov 2007 16:43:24 -0600
> >
> > > David Miller wrote:
> > >
> > > > When you select VLAN, you by definition are asking for n
> > > Unfortunately you cannot change the layout of a structure
> > > already exported to userspace, it is part of the ABI.
> >
> > Well, I thought it would not be a problem, as it is not exactly
> > released yet. We are also currently developping the
> > corresponding RDNSS daemon and would be to
> Unfortunately you cannot change the layout of a structure
> already exported to userspace, it is part of the ABI.
Well, I thought it would not be a problem, as it is not exactly
released yet. We are also currently developping the
corresponding RDNSS daemon and would be totally ready to
handle th
From: Pierre Ynard <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 01:08:26 + (GMT)
> > Unfortunately you cannot change the layout of a structure
> > already exported to userspace, it is part of the ABI.
>
> Well, I thought it would not be a problem, as it is not exactly
> released yet. We are als
From: Pierre Ynard <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 01:54:13 +0100
> Userland neighbor discovery options are typically heavily involved with
> the interface on which thay are received: add a missing ifindex field to
> the original struct. Thanks to Rémi Denis-Courmont.
>
> Signed-off-by
Userland neighbor discovery options are typically heavily involved with
the interface on which thay are received: add a missing ifindex field to
the original struct. Thanks to Rémi Denis-Courmont.
Signed-off-by: Pierre Ynard <[EMAIL PROTECTED]>
diff --git a/include/linux/rtnetlink.h b/include/lin
On Sun, 11 Nov 2007 10:52:41 -0800 (PST) [EMAIL PROTECTED] wrote:
> The RTNLGRP_ND_USEROPT NetLink message introduced in 2.6.24 does not
> seem to include any information as to which netif the user options
> come from. Considering this is meant to carry data that is heavily
> link-layer involved, t
From: Willy Tarreau <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 00:32:57 +0100
> At least, being able to disable the feature at module load time
> would be acceptable. Many people who often need to sniff on decent
> machines would always keep it disabled.
I'm willing to accept the feature, in what
Willy Tarreau wrote:
> On Mon, Nov 12, 2007 at 03:19:23PM -0800, David Miller wrote:
>> From: Willy Tarreau <[EMAIL PROTECTED]>
>> Date: Tue, 13 Nov 2007 00:15:16 +0100
>>
>>> I can say that sometimes you'd like to be aware that one of your
>>> VLANs is wrong and you'd simply like to sniff the wire
fix sparse warnings "Using plain integer as NULL pointer"
Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
drivers/net/ppp_async.c | 34 ++--
drivers/net/ppp_generic.c | 126 ++--
drivers/net/ppp_synctty.c | 27 +-
3 files changed
On Mon, Nov 12, 2007 at 03:19:23PM -0800, David Miller wrote:
> From: Willy Tarreau <[EMAIL PROTECTED]>
> Date: Tue, 13 Nov 2007 00:15:16 +0100
>
> > I can say that sometimes you'd like to be aware that one of your
> > VLANs is wrong and you'd simply like to sniff the wire to guess the
> > correct
This patch adds support for the RDC R6040 MAC we can find in the RDC R-321x
System-on-chips.
Signed-off-by: Sten Wang <[EMAIL PROTECTED]>
Signed-off-by: Daniel Gimpelevich <[EMAIL PROTECTED]>
Signed-off-by: Florian Fainelli <[EMAIL PROTECTED]>
--
diff --git a/drivers/net/Kconfig b/drivers/net/Kco
From: Fred L. Templin <[EMAIL PROTECTED]>
This patch includes support for the Intra-Site Automatic Tunnel
Addressing Protocol (ISATAP) per RFC4214.
The following diffs are specific to the iproute2-2.6.23
software distribution. This message includes the full and
patchable diff text; please use thi
From: Willy Tarreau <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 00:15:16 +0100
> I can say that sometimes you'd like to be aware that one of your
> VLANs is wrong and you'd simply like to sniff the wire to guess the
> correct tag. And on production, you simply cannot remove other
> VLANs, otherwise
From: Fred L. Templin <[EMAIL PROTECTED]>
This patch includes support for the Intra-Site Automatic Tunnel
Addressing Protocol (ISATAP) per RFC4214. It uses the SIT
module, and is configured using extensions to the "iproute2"
utility.
The following diffs are specific to the Linux 2.6.24-rc2 kerne
On Mon, Nov 12, 2007 at 02:57:16PM -0800, David Miller wrote:
> From: "Chris Friesen" <[EMAIL PROTECTED]>
> Date: Mon, 12 Nov 2007 16:43:24 -0600
>
> > David Miller wrote:
> >
> > > When you select VLAN, you by definition are asking for non-VLAN
> > > traffic to be elided. It is like plugging th
From: Ram Pai <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 15:13:23 -0800
>
>
> On Sun, 2007-11-04 at 09:47 +0200, Eliezer Tamir wrote:
> > On Fri, 2007-11-02 at 16:35 -0700, Max Asbock wrote:
> >
> > > I built the newest bnx2x code against the net-2.6 kernel and ran a
> > > number of stress test
On Sun, 2007-11-04 at 09:47 +0200, Eliezer Tamir wrote:
> On Fri, 2007-11-02 at 16:35 -0700, Max Asbock wrote:
>
> > I built the newest bnx2x code against the net-2.6 kernel and ran a
> > number of stress tests with netperf and pktgen. I did not encounter
> > any
> > errors.
> >
> > Max
> >
>
From: "Chris Friesen" <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 16:43:24 -0600
> David Miller wrote:
>
> > When you select VLAN, you by definition are asking for non-VLAN
> > traffic to be elided. It is like plugging the ethernet cable
> > into one switch or another.
>
> For max functionality
Chris Friesen wrote:
> David Miller wrote:
>
>> When you select VLAN, you by definition are asking for non-VLAN
>> traffic to be elided. It is like plugging the ethernet cable
>> into one switch or another.
>
> For max functionality it seems like the raw eth device should show
> everything on th
David Miller wrote:
When you select VLAN, you by definition are asking for non-VLAN
traffic to be elided. It is like plugging the ethernet cable
into one switch or another.
For max functionality it seems like the raw eth device should show
everything on the wire in promiscuous mode.
If we
From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 18:21:35 +0100
> Do you really consider that a realistic choice? Who is going to
> remove interfaces that are in use just to see traffic for other
> VLANs? Sniffing specific VLANs can always be done on the VLAN
> device itself.
Chan
On Mon, 2007-11-12 at 18:45 +0100, Johannes Berg wrote:
> Commit bea3348e (the NAPI changes) made sungem unconditionally enable
> NAPI when resuming and unconditionally disable when suspending, this,
> however, makes napi_disable() hang when suspending when the interface
> was taken down before su
From: "Kok, Auke" <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 09:12:40 -0800
> Actually I think this patch removes a choice from the user.
>
> Before this patch, the user can sniff all traffic by disabling vlans, or a
> specific vlan only by leaving vlans on when going into promisc mode.
>
> Afte
> Ok, thanks for the explanation. One questions is though why
> do we need all the #if defines() throughout the file?
Was just trying to follow what I thought was
convention, but I'm willing to be educated...
> Most distros end up enabled almost everything anyway. Looking
> at the code, there i
From: "Denis V. Lunev" <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 19:49:03 +0300
> Unregister for a loopback in !init_net is a _valid_ operation and should
> be clean, i.e. without kludges in the path. This is the only way to
> check the ref-counting.
For ipv6 the stack really wants to pin down t
Hi Fred
Templin, Fred L wrote:
> Vlad,
>
> Yes, I was breaking into multiples to ease review only.
> The "[PATCH 01/04] ... (5)" thread includes the complete
> reviewable and patchable final text in 4 files. In my
> next message, I will put the entire patchfile as inline
> text. (The "[PATCH 01/0
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 extensions to the
"iproute2" utility.
The following diffs are specific to the Linux 2.6.24-rc2
ker
Vlad,
Yes, I was breaking into multiples to ease review only.
The "[PATCH 01/04] ... (5)" thread includes the complete
reviewable and patchable final text in 4 files. In my
next message, I will put the entire patchfile as inline
text. (The "[PATCH 01/01] ... (5)" for 'iproute2' is
already complete
Hi Fred
First, are you breaking up the functionality into multiple
patches _only_ to ease review and plan to submit the final
version as a big patch?
The reason I ask, is that you Patch 02, which adds Kconfig
pieces could break compilations if the functionality is
enabled.
Templin, Fred L wrote
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 spec
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 extensions to the
"iproute2" utility.
The following diffs are specific to the Linux 2.6.24-rc2
kerne
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 extensions to the
"iproute2" utility.
The following diffs are specific to the Linux 2.6.24-rc2
kerne
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 extensions to the
"iproute2" utility.
The following diffs are specific to the Linux 2.6.24-rc2
kerne
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 extensions to the
"iproute2" utility.
The following diffs are specific to the Linux 2.6.24-rc2
kerne
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:54 AM
To: netdev@vger.kernel.org
Subject: [PATCH 01/05] ipv6: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Ad
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:58 AM
To: netdev@vger.kernel.org
Subject: [PATCH 01/01] iproute2-2.6.23: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automati
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:55 AM
To: netdev@vger.kernel.org
Subject: [PATCH 04/05] ipv6: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Ad
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:55 AM
To: netdev@vger.kernel.org
Subject: [PATCH 02/05] ipv6: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Ad
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:54 AM
To: netdev@vger.kernel.org
Subject: [PATCH 01/05] ipv6: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Ad
-Original Message-
From: osprey67 [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 7:55 AM
To: netdev@vger.kernel.org
Subject: [PATCH 03/05] ipv6: RFC4214 Support (4)
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Ad
> Let me try to clarify:
>
> * when the init network namespace is created, the loopback is created
> first, before ipv6, and the notifier call chain for ipv6 is not setup,
> so the protocol does not receive the REGISTER event
>
> * when the init network namespace is destroyed during shutdown, t
...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 then define the SHUT_* enum to ensure th
From: Fred L. Templin <[EMAIL PROTECTED]>
This message attaches the combined diffs from
messages 01/05 through 04/05. This file should be
suitable for use with the patch utility.
Signed-off-by: Fred L. Templin <[EMAIL PROTECTED]>
---
--- linux-2.6.24-rc2/include/linux/if.h.orig2007-11-0
Daniel Lezcano <[EMAIL PROTECTED]> writes:
> Eric W. Biederman wrote:
>> "Denis V. Lunev" <[EMAIL PROTECTED]> writes:
>>
Index: linux-2.6-netns/net/ipv6/addrconf.c
===
--- linux-2.6-netns.orig/net/ipv6/addrconf.c
+
Timur Tabi wrote:
Hi,
I'm trying to get the ULI 526x driver working on a Freescale 8610
reference board, and it can't connect. When I turn on debug, I see this:
Update: I can ping anything on my subnet, but nothing else. Also, it looks like
my MAC address is hosed:
eth0 Link encap:E
Hi,
I'm trying to get the ULI 526x driver working on a Freescale 8610 reference
board, and it can't connect. When I turn on debug, I see this:
Configuring network interfaces...uli526x: uli526x_open 0
uli526x: uli526x_init() 0
uli526x: uli526x_descriptor_init() 0
uli526x: send_filter_frame() 0
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 spe
On Mon, 12 Nov 2007 19:05:49 +0100
Peter Zijlstra <[EMAIL PROTECTED]> wrote:
>
> On Thu, 2007-11-08 at 23:49 +0100, Rafael J. Wysocki wrote:
> > On Thursday, 8 of November 2007, Grant Wilson wrote:
> > > On Thu, 8 Nov 2007 22:42:21 +0100
> > > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote:
> > >
Coalesce setting errors use the same error messages as the
descriptor ring errors.
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
---
ethtool.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ethtool.c b/ethtool.c
index 6c7a2e3..bb9dd59 100644
--- a/ethtool.c
+++ b/ethto
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 spe
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 spe
On Thu, 2007-11-08 at 23:49 +0100, Rafael J. Wysocki wrote:
> 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:
Patrick McHardy wrote:
> Kok, Auke wrote:
>> Joonwoo Park wrote:
>>> IMHO even though netdevice is in the promiscuous mode, we should receive
>>> all of ingress packets.
>>> This disable the vlan filtering feature when a vlan hw accel configured
>>> e1000 device goes into promiscuous mode.
>>> Th
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 spe
From: Fred L. Templin <[EMAIL PROTECTED]>
This is experimental support for the Intra-Site Automatic
Tunnel Addressing Protocol (ISATAP) per RFC4214. The
attached file includes diffs that are specific to the
iproute2-2.6.23 software distribution.
Signed-off-by: Fred L. Templin <[EMAIL PROTECTED]>
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 spe
From: Fred L. Templin <[EMAIL PROTECTED]>
This message attaches the combined diffs from
messages 01/05 through 04/05. This file should be
suitable for use with the patch utility.
Signed-off-by: Fred L. Templin <[EMAIL PROTECTED]>
--- linux-2.6.24-rc2/include/linux/if.h.orig2007-11-08 12:05:47
Commit bea3348e (the NAPI changes) made sungem unconditionally enable
NAPI when resuming and unconditionally disable when suspending, this,
however, makes napi_disable() hang when suspending when the interface
was taken down before suspend because taking the interface down also
disables NAPI. This
Kok, Auke wrote:
Joonwoo Park wrote:
IMHO even though netdevice is in the promiscuous mode, we should receive all of
ingress packets.
This disable the vlan filtering feature when a vlan hw accel configured e1000
device goes into promiscuous mode.
This make packets visible to sniffers though it
Joonwoo Park wrote:
> IMHO even though netdevice is in the promiscuous mode, we should receive all
> of ingress packets.
> This disable the vlan filtering feature when a vlan hw accel configured e1000
> device goes into promiscuous mode.
> This make packets visible to sniffers though it's not vla
Eric W. Biederman wrote:
"Denis V. Lunev" <[EMAIL PROTECTED]> writes:
Index: linux-2.6-netns/net/ipv6/addrconf.c
===
--- linux-2.6-netns.orig/net/ipv6/addrconf.c
+++ linux-2.6-netns/net/ipv6/addrconf.c
@@ -2272,7 +2272,8 @@ static
"Denis V. Lunev" <[EMAIL PROTECTED]> writes:
>>> why should we care on down? we are destroying the device. It should
>>> gone. All references to it should also gone. So, we should perform the
>>> cleaning and remove all IPv6 addresses, so notifier should also work.
>>
>> We need to take care of n
"Denis V. Lunev" <[EMAIL PROTECTED]> writes:
>> Index: linux-2.6-netns/net/ipv6/addrconf.c
>> ===
>> --- linux-2.6-netns.orig/net/ipv6/addrconf.c
>> +++ linux-2.6-netns/net/ipv6/addrconf.c
>> @@ -2272,7 +2272,8 @@ static int addrconf_
On Mon, 12 Nov 2007 16:42:34 +0100
"Antoine Zen-Ruffinen" <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I'm writing a network analyzer software using Linux and I need a VERY
> precise frame time stamping. Therefor I am planing to add my own time
> stamping algorithm on a modified network driver. For
Daniel Lezcano <[EMAIL PROTECTED]> writes:
> The loopback is now dynamically allocated. The ipv6 code was written
> considering the loopback is allocated before the ipv6 protocol
> initialization. This is still the case when we don't use multiple
> network namespaces.
You do know that register_
1 - 100 of 129 matches
Mail list logo