Re: [PATCH ipsec-next 0/7] ipsec: add TCP encapsulation support (RFC 8229)

2019-08-23 Thread Carl-Daniel Hailfinger
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

Re: [PATCH 0/4] RFC: Realtek 83xx SMI driver core

2018-04-02 Thread Carl-Daniel Hailfinger
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

Re: [RFD] L2 Network namespace infrastructure

2007-06-23 Thread Carl-Daniel Hailfinger
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

Re: [PATCH] Virtual ethernet tunnel (v.2)

2007-06-08 Thread Carl-Daniel Hailfinger
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

Re: [LARTC] [ANNOUNCE] iproute2-2.6.18-061002

2006-10-04 Thread Carl-Daniel Hailfinger
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

Re: [PATCH] Revert sky2 to 0.13a

2006-02-27 Thread Carl-Daniel Hailfinger
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

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Carl-Daniel Hailfinger
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

[PATCH] Revert sky2 to 0.13a

2006-02-25 Thread Carl-Daniel Hailfinger
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

Re: [RFT] sky2 0.16

2006-02-20 Thread Carl-Daniel Hailfinger
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

Re: [PATCH 02/02] add mask options to fwmark masking code

2006-02-20 Thread Carl-Daniel Hailfinger
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

Re: [RFT] sky2 0.16

2006-02-18 Thread Carl-Daniel Hailfinger
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) >>

Re: [PATCH] sky2: fix hang on Yukon-EC (0xb6) rev 1

2006-01-25 Thread Carl-Daniel Hailfinger
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

Re: [PATCH] sky2: fix hang on Yukon-EC (0xb6) rev 1

2006-01-24 Thread Carl-Daniel Hailfinger
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

[PATCH] sky2: fix hang on Yukon-EC (0xb6) rev 1

2006-01-24 Thread Carl-Daniel Hailfinger
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

[PATCH] sky2: fix ethtool ops

2006-01-24 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
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 .

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-21 Thread Carl-Daniel Hailfinger
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

Re: sky2 0.11 instability

2006-01-21 Thread Carl-Daniel Hailfinger
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