| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | au1000: distinguish different models and set correct MAC-address | John Crispin | 2014-12-11 | 2 | -0/+76 |
* | mpc85xx: fix another typo in the image makefile | Felix Fietkau | 2014-12-11 | 1 | -1/+1 |
* | mpc85xx: add missing devicetree ranges property for ethernet devices | Felix Fietkau | 2014-12-11 | 1 | -0/+30 |
* | mpc85xx: fix typo in image name | Felix Fietkau | 2014-12-11 | 1 | -1/+1 |
* | mpc85xx: fix initramfs images | Felix Fietkau | 2014-12-11 | 2 | -8/+8 |
* | bcm53xx: support LEDs on Buffalo devices | Rafał Miłecki | 2014-12-11 | 4 | -0/+352 |
* | kirkwood: add 3.18 support | Luka Perkov | 2014-12-11 | 8 | -0/+889 |
* | bcm53xx: backport NVRAM driver sent upstream | Rafał Miłecki | 2014-12-10 | 13 | -756/+503 |
* | bcm53xx: use bcma callback in SPROM driver to fill the SPROM | Rafał Miłecki | 2014-12-10 | 3 | -186/+22 |
* | bcm53xx: use static NVRAM pointer for now | Rafał Miłecki | 2014-12-10 | 4 | -534/+14 |
* | kernel: drop CONFIG_PROC_DEVICETREE in 3.18 | Luka Perkov | 2014-12-10 | 3 | -3/+0 |
* | bcm53xx: clean up nvram header | Rafał Miłecki | 2014-12-10 | 5 | -61/+57 |
* | kernel: add missing config symbols for 3.18 | Luka Perkov | 2014-12-10 | 1 | -0/+12 |
* | bcm53xx: move SPROM driver to the target files | Rafał Miłecki | 2014-12-10 | 3 | -1386/+690 |
* | bcm53xx: move NVRAM driver to the target files | Rafał Miłecki | 2014-12-10 | 3 | -436/+215 |
* | bcm53xx: move NVRAM header to the target files | Rafał Miłecki | 2014-12-10 | 3 | -250/+66 |
* | oxnas: add support for 2nd S-ATA port to sata_oxnas driver | John Crispin | 2014-12-10 | 5 | -87/+686 |
* | oxnas: add copyright header to sata_oxnas | John Crispin | 2014-12-10 | 1 | -0/+19 |
* | kernel: refresh patches | Luka Perkov | 2014-12-09 | 25 | -54/+57 |
* | kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs | Luka Perkov | 2014-12-09 | 1 | -0/+13 |
* | ar71xx: improve ethernet driver cache footprint by removing an unnecessary po... | Felix Fietkau | 2014-12-09 | 3 | -27/+36 |
* | kernel: add a patch to make netfilter conntrack cache routing information | Felix Fietkau | 2014-12-09 | 10 | -16/+1025 |
* | ar71xx: remove another leftover broken chunk of code in the unaligned access ... | Felix Fietkau | 2014-12-09 | 1 | -24/+0 |
* | bcm53xx: bcm_nand: fix compilation | Rafał Miłecki | 2014-12-08 | 2 | -2/+2 |
* | bcm53xx: bcm_nand: switch from cmdlinepart to ofpart | Rafał Miłecki | 2014-12-08 | 2 | -6/+12 |
* | brcm47xx: add WNDR3400 V3 buttons | Rafał Miłecki | 2014-12-08 | 2 | -0/+50 |
* | brcm63xx: fix a few issues in irq chip drivers | Jonas Gorski | 2014-12-08 | 48 | -454/+575 |
* | brcm63xx: alphabetically order image generation | Jonas Gorski | 2014-12-08 | 1 | -5/+5 |
* | brcm63xx: refresh patches | Jonas Gorski | 2014-12-08 | 48 | -70/+70 |
* | brcm63xx: add DT support for USR9108 | Jonas Gorski | 2014-12-08 | 5 | -5/+52 |
* | brcm63xx: add DT support for F5D7633 | Jonas Gorski | 2014-12-08 | 7 | -6/+53 |
* | brcm63xx: add DT support for DG834GT/PN | Jonas Gorski | 2014-12-08 | 5 | -4/+51 |
* | brcm63xx: add DT support for TD-W8900GB | Jonas Gorski | 2014-12-08 | 9 | -9/+55 |
* | brcm63xx: add DT support for DSL-2640B | Jonas Gorski | 2014-12-08 | 7 | -4/+59 |
* | brcm63xx: add DT support for CPVA642 | Jonas Gorski | 2014-12-08 | 7 | -5/+66 |
* | kernel: update linux 3.18 to final release | Felix Fietkau | 2014-12-08 | 4 | -37/+23 |
* | kernel: backport an upstream xfrm crash fix | Felix Fietkau | 2014-12-08 | 1 | -0/+133 |
* | kernel: add missing check for skb->dev on netfilter xfrm optimization patch | Felix Fietkau | 2014-12-08 | 3 | -3/+3 |
* | kernel: remove the obsolete vm_exports patch | Felix Fietkau | 2014-12-08 | 6 | -614/+0 |
* | kernel: refresh patches | Felix Fietkau | 2014-12-08 | 258 | -4284/+1792 |
* | ar71xx: fix invalid pointer accesses caused by unaligned access hacks (#18455) | Felix Fietkau | 2014-12-08 | 1 | -12/+12 |
* | x86: update to linux 3.14 | Felix Fietkau | 2014-12-08 | 7 | -44/+35 |
* | x86: rename */config-3.10 to */config-default | Felix Fietkau | 2014-12-08 | 9 | -0/+0 |
* | kernel: fix x86 objdump invocation on 3.14 and 3.18 | Felix Fietkau | 2014-12-08 | 2 | -0/+27 |
* | ar7: bump to 3.14 | John Crispin | 2014-12-08 | 17 | -1/+958 |
* | adm8668: switch to 3.14 kernel | Florian Fainelli | 2014-12-07 | 1 | -1/+1 |
* | adm8668: add 3.14 kernel support | Florian Fainelli | 2014-12-07 | 27 | -0/+2959 |
* | adm8668: rename files to files-3.3 | Florian Fainelli | 2014-12-07 | 19 | -0/+0 |
* | cobalt: remove 3.3 and 3.10 kernel configuration files | Florian Fainelli | 2014-12-07 | 2 | -362/+0 |
* | cobalt: switch to 3.14 kernel | Florian Fainelli | 2014-12-07 | 1 | -1/+1 |