| Commit message (Expand) | Author | Age | Files | Lines |
* | add ixp4xx 2.6.25 patchset | Imre Kaloz | 2008-04-20 | 32 | -0/+8815 |
* | disable IMQ on 2.6.25 until we have a new patch | Imre Kaloz | 2008-04-20 | 1 | -0/+1790 |
* | fix mini_fo compile -- still oopses on boot | Imre Kaloz | 2008-04-20 | 1 | -12/+12 |
* | fix gpio on rb532 - fixes the cf driver | Felix Fietkau | 2008-04-20 | 1 | -3/+3 |
* | fix patch | Imre Kaloz | 2008-04-20 | 1 | -462/+0 |
* | remove the clz function, use fls instead | Gabor Juhos | 2008-04-20 | 2 | -24/+2 |
* | make use of the marvell switch in the atheros port | Felix Fietkau | 2008-04-20 | 2 | -3/+6 |
* | Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ an... | Felix Fietkau | 2008-04-20 | 7 | -0/+648 |
* | remove strange direct usage of dev->priv as well | Gabor Juhos | 2008-04-20 | 1 | -1/+1 |
* | use the netdev_priv() macro instead of directly accessing dev->priv | Gabor Juhos | 2008-04-20 | 1 | -28/+26 |
* | use stats from net_device structure | Gabor Juhos | 2008-04-20 | 2 | -30/+20 |
* | nuke trailing whitespaces | Gabor Juhos | 2008-04-20 | 13 | -118/+118 |
* | make use of the adm6996 switch for atheros devices that support it (autodetec... | Felix Fietkau | 2008-04-20 | 2 | -1/+22 |
* | remove some redundant code | Felix Fietkau | 2008-04-20 | 1 | -41/+2 |
* | Add stub driver for ADM6996F switches (configured through MII) The driver cur... | Felix Fietkau | 2008-04-20 | 6 | -0/+333 |
* | we can't handle the switch on the GW2345 yet, but we cna support the GW2355 | Imre Kaloz | 2008-04-19 | 1 | -5/+5 |
* | rename patch to make it clear what it is | Imre Kaloz | 2008-04-19 | 1 | -0/+0 |
* | avila: add model detection, refresh patches. Kaloz: thank you for the review,... | Gabor Juhos | 2008-04-19 | 4 | -98/+191 |
* | add proper 2.6.25 support | Imre Kaloz | 2008-04-19 | 51 | -0/+134102 |
* | rename the bootloader image to standard name "otheros.bld" | Yuji Mano | 2008-04-18 | 2 | -4/+4 |
* | remove config for non supported kernel version | Yuji Mano | 2008-04-18 | 1 | -1087/+0 |
* | * update ps3 target kernel version to 2.6.25 * add default config for ps3 ker... | Yuji Mano | 2008-04-18 | 2 | -6/+991 |
* | disable CONFIG_BRIDGE_NETFILTER by default | Felix Fietkau | 2008-04-17 | 2 | -2/+2 |
* | disable CONFIG_NO_HZ by default (who enabled this?) | Felix Fietkau | 2008-04-17 | 3 | -3/+3 |
* | add missing symbol | Travis Kemen | 2008-04-15 | 1 | -0/+1 |
* | move spi_gpio driver into the kernel, clean-up SPI modules | Gabor Juhos | 2008-04-15 | 6 | -0/+359 |
* | update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches | Gabor Juhos | 2008-04-15 | 20 | -2844/+3164 |
* | add 2 more symbols missed from my last commit | Nicolas Thill | 2008-04-15 | 1 | -0/+2 |
* | add missing symbols to 2.6.24 generic config, preventing proper kernel config... | Nicolas Thill | 2008-04-15 | 1 | -0/+10 |
* | fix magicbox_ide on 2.6.24 | Nicolas Thill | 2008-04-15 | 1 | -1/+3 |
* | add missing CONFIG_GPIO_LEDS related ifdefs | Gabor Juhos | 2008-04-14 | 2 | -22/+26 |
* | fix GPIO direction setup on ar5312, and fix compiler warnings | Gabor Juhos | 2008-04-13 | 1 | -5/+7 |
* | add missing SSB config symbols | Nicolas Thill | 2008-04-12 | 1 | -0/+3 |
* | ar7: nuke unneeded patch | Matteo Croce | 2008-04-11 | 1 | -14/+0 |
* | Delete config-default file and resync kernel configuration for brcm63xx | Florian Fainelli | 2008-04-11 | 2 | -293/+3 |
* | fix a quilt incompatible patch | Gabor Juhos | 2008-04-10 | 1 | -95/+12 |
* | add basic support for the Titan Wireless TW-533-4 | Imre Kaloz | 2008-04-09 | 2 | -0/+289 |
* | add generic arm machine registry update | Imre Kaloz | 2008-04-09 | 2 | -8/+426 |
* | ar7: remove useless chunks from a patch | Matteo Croce | 2008-04-09 | 2 | -49/+14 |
* | Add the firmware generation for the AG241v2b device (#3315) | Florian Fainelli | 2008-04-09 | 1 | -0/+1 |
* | forward port redboot rootfs partition space expansion patch to 2.6.24 | Felix Fietkau | 2008-04-08 | 1 | -0/+32 |
* | modules/gpio-buttons: fix build error on older kernels | Gabor Juhos | 2008-04-08 | 1 | -13/+16 |
* | ssb-mips: Fix IRQ routing on the MIPS core. | Michael Büsch | 2008-04-08 | 1 | -6/+7 |
* | GPIO code updates, make the cf-mips driver compile against this gpio version | Florian Fainelli | 2008-04-07 | 4 | -166/+106 |
* | add a polled GPIO buttons input driver | Gabor Juhos | 2008-04-07 | 5 | -0/+331 |
* | refresh config | Gabor Juhos | 2008-04-07 | 2 | -6/+2 |
* | ar7: remove volatiles definitely | Matteo Croce | 2008-04-07 | 1 | -35/+32 |
* | vlynq: revert volatiles until we find a good way to remove them | Matteo Croce | 2008-04-07 | 1 | -10/+10 |
* | fix a bug in the GPIO code | Gabor Juhos | 2008-04-07 | 1 | -3/+3 |
* | ar7: use SLUB allocator, it gives slighty more TCP throughput | Matteo Croce | 2008-04-07 | 1 | -0/+3 |