aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/075-0004-net-ethernet-bgmac-convert-to-feature-flags.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: rename bgmac patches to squeeze themRafał Miłecki2017-01-311-384/+0
| | | | | | | This is a pure rename without any changes. It makes maintaining bgmac simpler and will hopefully make adding new kernel a bit easier. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* kernel: bump to 4.4.35Kevin Darbyshire-Bryant2016-11-291-17/+17
| | | | | | | | | | | Refresh patches on all 4.4 supported platforms. 077-0005-bgmac-stop-clearing-DMA-receive-control-register-rig.patch removed as now upstream. Compile & run tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* kernel: bgmac: backport patch switching to feature_flagsRafał Miłecki2016-08-171-0/+384
It was needed upstream to avoid bcma references in the main code. To match this new code our patch adding SRAB was also updated. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>