| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | brcm47xx: refresh config | hauke | 2013-03-10 | 2 | -6/+0 |
* | xburst: fix compilation: remove the __dev attributes | hauke | 2013-03-10 | 2 | -6/+6 |
* | kernel: add some missing config options found by the buildbot. | hauke | 2013-03-10 | 5 | -1/+9 |
* | mac80211: b43: increase number of rx slots to 256 again. | hauke | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers | nbd | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: fix an rx irq handling corner case | nbd | 2013-03-10 | 1 | -5/+5 |
* | cns3xxx: fix ethernet driver memory barrier usage | nbd | 2013-03-10 | 1 | -5/+8 |
* | realview: remove 3.3 support | juhosg | 2013-03-10 | 3 | -262/+0 |
* | realview: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm | nbd | 2013-03-10 | 1 | -0/+10 |
* | kernel: ensure that the arm exception handlers get preserved | nbd | 2013-03-10 | 1 | -0/+9 |
* | kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to ... | nbd | 2013-03-10 | 2 | -2/+94 |
* | kernel: remove the BROKEN dependency on the kernel export symbol strip | nbd | 2013-03-10 | 1 | -1/+0 |
* | xburst: remove 3.3 support | juhosg | 2013-03-10 | 26 | -5389/+0 |
* | xburst: switch to 3.8 | juhosg | 2013-03-10 | 1 | -2/+2 |
* | xburst: add support for 3.8 | juhosg | 2013-03-10 | 20 | -0/+4655 |
* | linux/3.8: add missing config symbols | juhosg | 2013-03-10 | 1 | -0/+4 |
* | adm5120: remove 3.7 support | juhosg | 2013-03-10 | 17 | -1038/+0 |
* | adm5120: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | malta: remove 3.7 support | juhosg | 2013-03-10 | 1 | -290/+0 |
* | malta: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | atheros: remove 3.3 support | juhosg | 2013-03-10 | 13 | -6484/+0 |
* | atheros: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | mpc83xx: remove 3.7 support | juhosg | 2013-03-10 | 11 | -4541/+0 |
* | mpc83xx: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | rb532: remove 3.7 support | juhosg | 2013-03-10 | 3 | -209/+0 |
* | rb532: switch to 3.8 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | rb532: add support for 3.8 | juhosg | 2013-03-10 | 3 | -0/+214 |
* | ar71xx: correct board name to make LEDs work on RB750 | juhosg | 2013-03-10 | 1 | -1/+1 |
* | ppc40x: remove __dev_{in,ex}it annotations | juhosg | 2013-03-10 | 2 | -6/+6 |
* | cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet perfo... | nbd | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: remove linux 3.3 support | nbd | 2013-03-10 | 23 | -1558/+0 |
* | cns3xxx: disable CONFIG_PROC_STRIPPED and add an init script to set the ether... | nbd | 2013-03-10 | 2 | -0/+22 |
* | mac80211: decrease rx slots to 128, I hope this is a good trade of between st... | hauke | 2013-03-09 | 1 | -1/+1 |
* | brcm47xx: add some more partition parser fixes by Rafał Miłecki | hauke | 2013-03-09 | 4 | -14/+156 |
* | brcm47xx: netconfig: add bacis support for swconfig | hauke | 2013-03-09 | 1 | -25/+27 |
* | kernel: add a missing config symbol for 3.8 | nbd | 2013-03-09 | 1 | -0/+1 |
* | mkimage: unbreak build on non-linux systems | nbd | 2013-03-09 | 1 | -0/+31 |
* | cns3xxx: add linux 3.8 support and use it by default | nbd | 2013-03-09 | 31 | -25/+1543 |
* | kernel: fix mpcore watchdog symbol export | nbd | 2013-03-09 | 1 | -2/+10 |
* | [tools] mkimage: upgrade to version 2013.01.01 | luka | 2013-03-08 | 5 | -19/+18 |
* | Revert "firewall3: update to git head" | jow | 2013-03-08 | 2 | -5/+2 |
* | firewall3: update to git head | jow | 2013-03-08 | 2 | -2/+5 |
* | odhcp6c: various bugfixes | cyrus | 2013-03-08 | 2 | -4/+7 |
* | build: BSD compile fixes | nbd | 2013-03-07 | 17 | -17/+173 |
* | netfilter: Fix typo in last commit | cyrus | 2013-03-07 | 1 | -1/+1 |
* | iptables: Add missing IPv6 builtin modules | cyrus | 2013-03-07 | 2 | -4/+6 |
* | iptables: redo update to 1.4.18 with old linking-behaviour | cyrus | 2013-03-06 | 12 | -512/+156 |
* | Update README file | mirko | 2013-03-06 | 1 | -2/+3 |
* | Revert "iptables: update to 1.4.18" due to toolchain-issue: | cyrus | 2013-03-06 | 11 | -105/+512 |