Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove linux 4.1 support | Felix Fietkau | 2017-01-11 | 1 | -103/+0 |
| | | | | | | | The only target still referencing it is omap24xx, and it is marked as broken. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: update kernel 4.1 to version 4.1.11 | Hauke Mehrtens | 2015-10-25 | 1 | -6/+4 |
| | | | | | | | | https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.11 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47252 | ||||
* | generic: add 8139cp fixes, enable hardware csum/tso on 4.0+ | John Crispin | 2015-10-19 | 1 | -0/+105 |
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 can also apply the additional improvements which are going into 4.4 to fix and enable hardware checksum/TSO offload. Backporting those to older kernels is non-trivial. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 47220 |