Hi!
On Wed, 21 Aug 2019 23:46:18 +0200, Sabrina Dubroca wrote:
> This patchset introduces support for TCP encapsulation of IKE and ESP
> messages, as defined by RFC 8229 [0]. It is an evolution of what
> Herbert Xu proposed in January 2018 [1] that addresses the main
> criticism against it, by not
Hi Linus,
did you make any progress with this?
I noticed that the Vodafone Easybox 904xdsl/904lte models both make use
of the RTL8367 switch. About one million of these routers have been
deployed in Germany.
There is an OpenWrt fork at
https://github.com/Quallenauge/Easybox-904-XDSL/commits/master
On 23.06.2007 19:19, Eric W. Biederman wrote:
> Patrick McHardy <[EMAIL PROTECTED]> writes:
>
>> Eric W. Biederman wrote:
>
>>> Depending upon the data structure it will either be modified to hold
>>> a per entry network namespace pointer or it there will be a separate
>>> copy per network namesp
On 08.06.2007 19:00, Ben Greear wrote:
> I have another sysfs patch that allows setting a default skb->mark for
> an interface so that you can set the skb->mark
> before it hits the connection tracking logic, but I'm been told this one
> has very little chance
> of getting into the kernel. The skb
Stephen Hemminger wrote:
> This is a much delayed update to the iproute2 command set.
> It can be downloaded from:
>
> http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061002.tar.gz
Thanks!
Are there any plans to merge the "ip arp" patches at
http://www.ssi.bg/~ja/#iparp ? Apolo
Ian Kumlien schrieb:
> On Sun, 2006-02-26 at 23:38 +0100, Carl-Daniel Hailfinger wrote:
>
>>Ian Kumlien schrieb:
>>
>>>I also saw some oddities... portage stopped working, i dunno if this can
>>>be MSI related or so, else something is trashing memory in a v
Ian Kumlien schrieb:
> On Sun, 2006-02-26 at 16:47 +0100, Arjan van de Ven wrote:
>
>>On Sun, 2006-02-26 at 16:00 +0100, Ian Kumlien wrote:
>>
>>>On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote:
>>>
On Sunday 26 February 2006 03:03, Stephen Hemminger wrote:
>Instead of whin
Later versions cause random oopses and just hang on some chips.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
diff -Nurp linux-2.6.16-rc4-git8/drivers/net/sky2.c
linux-2.6.16-rc4-git8-sky2fix/drivers/net/sky2.c
--- linux-2.6.16-rc4-git8/drivers/net/sky2.c2006-02-25 02:38:3
Ian Kumlien schrieb:
> On Sun, 2006-02-19 at 14:20 +0100, Wolfgang Hoffmann wrote:
>
>>On Saturday 18 February 2006 18:00, Carl-Daniel Hailfinger wrote:
>>
>>>Hi,
>>>
>>>Stephen Hemminger schrieb:
>>>
>>>>Could everyone who ha
Michael Richardson schrieb:
> [PATCH] This patch introduces a mask to the fwmark test cases in the advanced
> routing. This let's one test individual bits of the fwmark to determine
> how things should be routed (pick a routing table). This patch retains
> compatibility with tests that do not set t
Ian Kumlien schrieb:
> On Sat, 2006-02-18 at 18:00 +0100, Carl-Daniel Hailfinger wrote:
>
>>Hi,
>>
>>Stephen Hemminger schrieb:
>>
>>>Could everyone who has problems with hangs try the
>>>following patch (against current 2.6.16-rc3 version)
>>
Carl-Daniel Hailfinger schrieb:
> Stephen Hemminger schrieb:
>
>>On Tue, 24 Jan 2006 14:19:56 +0100
>>Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>>This patch for sky2 fixes a hang on Yukon-EC (0xb6) rev 1
>>>where sud
Stephen Hemminger schrieb:
> On Tue, 24 Jan 2006 14:19:56 +0100
> Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>
>
>>This patch for sky2 fixes a hang on Yukon-EC (0xb6) rev 1
>>where suddenly no more interrupts were delivered.
>>
>>I don't know
nutes.
Regards,
Carl-Daniel
--
http://www.hailfinger.org/
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
--- linux-2.6.15/drivers/net/sky2.c 2006-01-23 23:41:35.0 +0100
+++ linux-2.6.15/drivers/net/sky2.c 2006-01-24 14:12:12.0 +0100
@@ -1913
This fixes setting rx_coalesce_usecs_irq via ethtool in sky2.
The write was directed to the wrong register.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
--- linux/drivers/net/sky2.c2006-01-23 23:41:35.0 +0100
+++ linux/drivers/net/sky2.c2006-01-24 12:52:11.000
Carl-Daniel Hailfinger schrieb:
> Stephen Hemminger schrieb:
>
>>On Mon, 23 Jan 2006 20:57:10 +0100
>>Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Stephen Hemminger schrieb:
>>>
>>>>You might try adjusting the interr
Stephen Hemminger schrieb:
> On Mon, 23 Jan 2006 20:57:10 +0100
> Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote:
>
>
>>Stephen Hemminger schrieb:
>>
>>>You might try adjusting the interrupt coalescing parameters with
>>> ethtool -C eth0 .
Stephen Hemminger schrieb:
> You might try adjusting the interrupt coalescing parameters with
> ethtool -C eth0 ...
> But I can't give you hard guidelines as to what would make it better.
>
> I have a debug patch, but it needs work still.
I don't care whether that debug patch will freeze th
Carl-Daniel Hailfinger schrieb:
> Stephen Hemminger schrieb:
>
>>You might try adjusting the interrupt coalescing parameters with
>> ethtool -C eth0 ...
>>But I can't give you hard guidelines as to what would make it better.
>>
>>I have a deb
Stephen Hemminger schrieb:
> You might try adjusting the interrupt coalescing parameters with
> ethtool -C eth0 ...
> But I can't give you hard guidelines as to what would make it better.
>
> I have a debug patch, but it needs work still.
ethtool -C bridgeint1 rx-frames 255 rx-frames-irq 25
Hi,
Carl-Daniel Hailfinger schrieb:
> Carl-Daniel Hailfinger schrieb:
>
>>Carl-Daniel Hailfinger schrieb:
>>
>>
>>>after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21
>>>card (sky2 says it is a "Yukon-EC (0xb6) rev 1"), the card
Carl-Daniel Hailfinger schrieb:
> Hi,
>
> Carl-Daniel Hailfinger schrieb:
>
>>after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21
>>card (sky2 says it is a "Yukon-EC (0xb6) rev 1"), the card appears
>>dead. Machine is an Athlon64 3200+ on
Hi,
Carl-Daniel Hailfinger schrieb:
>
> after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21
> card (sky2 says it is a "Yukon-EC (0xb6) rev 1"), the card appears
> dead. Machine is an Athlon64 3200+ on an Asus A8N-SLI Deluxe board.
>
> sky2 v0.11 add
23 matches
Mail list logo