summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-07-12create firmware image for the wrt400n board (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)Gabor Juhos
2009-07-12firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)Gabor Juhos
2009-07-12sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classesFelix Fietkau
2009-07-12madwifi: clean up wme handling, use same packet classification as mac80211Felix Fietkau
2009-07-12kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by defaultFelix Fietkau
2009-07-12madwifi: fix another instance of excessive stack usage in wlanconfigFelix Fietkau
2009-07-11use subsys_initcall in the i2c-gpio driverGabor Juhos
2009-07-11Cleanup glamo mmc driver.Lars-Peter Clausen
2009-07-11increase size of the kernel partition on the TL-WR[789]41N boardsGabor Juhos
2009-07-11increase size of the kernel partition on the TEW-632BR boardGabor Juhos
2009-07-11register the VSC7395 device on the PB44 boardGabor Juhos
2009-07-11enable I2C_GPIO driverGabor Juhos
2009-07-11add SPI controller driver for the PB44 boardGabor Juhos
2009-07-11use platform data to setup the MAC_CFG register in the spi_vsc7385 driverGabor Juhos
2009-07-11add definitions for some magic values in the spi_vsc7385 driverGabor Juhos
2009-07-11add AR7240 to BOARDNAMEGabor Juhos
2009-07-11upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler actionFelix Fietkau
2009-07-11move the toolchain_install stampfile to the right place to fix spurious missing toolchain errors after cleaning stuffFelix Fietkau
2009-07-11seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosgFelix Fietkau
2009-07-11rename <gsm0710muxd> to <fso-gsm0710muxd>, as it's fso-specificMirko Vogt
2009-07-11mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTikFelix Fietkau
2009-07-11mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement itFelix Fietkau
2009-07-11ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other driversFelix Fietkau
2009-07-11remove hotplug2-oldFelix Fietkau
2009-07-11ucitrigger depends on luaFelix Fietkau
2009-07-10fix a bug in the SPI driver (closes #5485)Gabor Juhos
2009-07-10atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors on devices that use a non-standard gpio line to control the spi flash chip selectFelix Fietkau
2009-07-10PS3: Add some HID quirks to the PS3 kernel configGeoff Levand
2009-07-10PS3: Add joystick support to the PS3 kernel configGeoff Levand
2009-07-10PS3: Fix gelic network RX hangGeoff Levand
2009-07-10PS3: Cleanup kernel configGeoff Levand
2009-07-10PS3: Enable kernel command line editingGeoff Levand
2009-07-10PS3: Enable kernel patchesGeoff Levand
2009-07-10PS3: Revert kexec kernel patchGeoff Levand
2009-07-09add board setup code for the RB-450G/RB-433UAH boards * based on a patch from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127Gabor Juhos
2009-07-09package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usageJo-Philipp Wich
2009-07-09register a GPIO LEDs and buttons on the PB44 boardGabor Juhos
2009-07-09register a I2C GPIO expander on the PB44 boardGabor Juhos
2009-07-08firmware-utils/mktplinkfw: add option for combined imagesGabor Juhos
2009-07-07create firmware image for the TL-WR741NDGabor Juhos
2009-07-07firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1Gabor Juhos
2009-07-07add initial support for the TL-WR741ND boardGabor Juhos
2009-07-07do not allow overriding the init argument by bootloadersMirko Vogt
2009-07-07add AR7240 specific fixes for the ag71xx driverGabor Juhos
2009-07-07make irq_chip definitions staticGabor Juhos
2009-07-07uClibc: fix build error on ARM targets (closes #5473)Gabor Juhos
2009-07-07AR7240 requires different IRQ unmasking codeGabor Juhos
2009-07-07wprobe: the bpf code expects direct-access fields to be in big endian, not cpu endianFelix Fietkau
2009-07-07wprobe: fix some endianness fail in the l2 filter codeFelix Fietkau
2009-07-07wprobe: fix uninitialized variableFelix Fietkau