Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-14 Thread David Woodhouse
On Thu, 2015-10-08 at 10:08 +0200, John Crispin wrote: > > correction, one has a SoB, the other has a description. having both > in both patches would be nice Yeah, sorry about the missing SoB. Although the "missing" description was intentional — it was just the one line in the subject. I have

[OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-13 Thread David Woodhouse
This contains two sets of fixes for the 8139cp driver. For all kernel versions older than 4.3, we can apply the fixes from the 4.3-rc4 kernel. In particular, these fix the TX timeout recovery which is causing my Geos to lock up until the hardware watchdog kicks in. For 4.0 and later kernels, we

Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-08 Thread John Crispin
Hi, SoB is missing from this and the CC backport patch John On 05/10/2015 22:26, David Woodhouse wrote: > For all kernels, add the fixes which are already in 4.3-rc4. > > For 4.0+, also add the fixes currently in net-next which fix and enable > hardware checksum and TSO support. > >

Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-08 Thread John Crispin
correction, one has a SoB, the other has a description. having both in both patches would be nice John On 08/10/2015 10:06, John Crispin wrote: > Hi, > > SoB is missing from this and the CC backport patch > > John > > On 05/10/2015 22:26, David Woodhouse wrote: >> For all

[OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-05 Thread David Woodhouse
For all kernels, add the fixes which are already in 4.3-rc4. For 4.0+, also add the fixes currently in net-next which fix and enable hardware checksum and TSO support. --- .../patches-3.18/760-8139cp-fixes-from-4.3.patch | 367 +