Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain: enable gdb by default | Felix Fietkau | 2012-06-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 32518 | ||||
* | ath9k: de-duplicate initvals, reduces uncompressed binary size by 24 KB | Felix Fietkau | 2012-06-28 | 1 | -0/+3745 |
| | | | | SVN-Revision: 32517 | ||||
* | ath9k: update the ar934x initvals | Felix Fietkau | 2012-06-27 | 1 | -0/+786 |
| | | | | SVN-Revision: 32516 | ||||
* | ath9k: remove the queue length limiting patch, the approach was ↵ | Felix Fietkau | 2012-06-27 | 3 | -147/+4 |
| | | | | | | experimental, not used by default and a different solution is required SVN-Revision: 32515 | ||||
* | kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht) | Felix Fietkau | 2012-06-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Despite Westwood's theoretical advantages, in nearly every benchmark we ran last year, TCP cubic won, whether it be on correct RTT estimates, amount of buffering, responsiveness, etc. on current hardware and software designs. (both need timestamps on to work well, besides) TCP cubic is better maintained and understood than westwood, also. While a scenario where westwood would win possibly exists, there is too much buffering in the wifi stack in particular at present, to see any improvement. If you wish to exercise various TCPs under contention, the current svn head of netperf (2.6) has options to switch congestion control agorithms on the fly, as does iperf. SVN-Revision: 32514 | ||||
* | base-files: enable TCP timestamps, enable sack/dsack. (patch by Dave Täht) | Felix Fietkau | 2012-06-27 | 1 | -1/+3 |
| | | | | | | | | | | A year of testing in the cerowrt project shows not using timestamps to be a very bad idea in nearly any TCP at speeds above a few Mbit. Lastly sack/dsack help on recovery from larger amounts of packet loss. SVN-Revision: 32513 | ||||
* | fix SPI clock frequency selection | Florian Fainelli | 2012-06-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 32512 | ||||
* | ath9k: improve ani behavior during scanning | Felix Fietkau | 2012-06-27 | 1 | -15/+71 |
| | | | | SVN-Revision: 32511 | ||||
* | ath9k: more ani fixes | Felix Fietkau | 2012-06-27 | 3 | -0/+83 |
| | | | | SVN-Revision: 32510 | ||||
* | ath9k: enable rx for tx antennas earlier (and only for multi-stream devices) ↵ | Felix Fietkau | 2012-06-27 | 1 | -4/+4 |
| | | | | | | to fix some validation corner cases SVN-Revision: 32509 | ||||
* | ath9k: make antenna mask validation more flexible, allow arbitrary tx chain ↵ | Felix Fietkau | 2012-06-27 | 1 | -4/+9 |
| | | | | | | combinations, enable rx for chains that have enabled tx as well, fix using the second antenna for single-stream diversity based devices SVN-Revision: 32508 | ||||
* | ath9k: reject invalid antenna mask configurations | Felix Fietkau | 2012-06-27 | 1 | -0/+28 |
| | | | | SVN-Revision: 32507 | ||||
* | netifd: update to latest version, fixes bridge member interface settings | Felix Fietkau | 2012-06-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 32506 | ||||
* | broadcom-wl: fix WDS hotplug for multiple networks | Jo-Philipp Wich | 2012-06-26 | 1 | -1/+3 |
| | | | | SVN-Revision: 32505 | ||||
* | linux-atm: remove defunct ipoa protocol support | Jo-Philipp Wich | 2012-06-26 | 2 | -36/+0 |
| | | | | SVN-Revision: 32504 | ||||
* | base-files: allow wireless ifaces to be part of multiple networks | Jo-Philipp Wich | 2012-06-26 | 2 | -5/+10 |
| | | | | SVN-Revision: 32503 | ||||
* | sdcc: enable packihx, required by firmwarehotplug | Jo-Philipp Wich | 2012-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 32500 | ||||
* | scripts/feeds: redirect stderr of the which call to /dev/null to avoid ↵ | Felix Fietkau | 2012-06-25 | 1 | -1/+1 |
| | | | | | | potentially confusing error messages on some systems SVN-Revision: 32499 | ||||
* | kernel: add missing config symbol | Felix Fietkau | 2012-06-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 32498 | ||||
* | ath9k: fix a dynamic WEP related regression | Felix Fietkau | 2012-06-23 | 3 | -3/+45 |
| | | | | SVN-Revision: 32492 | ||||
* | ath9k: merge a patch for improving ad-hoc mode performance | Felix Fietkau | 2012-06-23 | 4 | -14/+93 |
| | | | | SVN-Revision: 32491 | ||||
* | ramips: mac address detection for Fonera 2.0n | Vasilis Tsiligiannis | 2012-06-23 | 2 | -0/+6 |
| | | | | | | | | | Detect and apply MAC address of a Fonera 2.0n (ramips) Signed-off-by: Malte Forkel <malte.forkel@berlin.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32490 | ||||
* | provide an early ioremap cookie of the system configuration register | Florian Fainelli | 2012-06-23 | 6 | -29/+38 |
| | | | | SVN-Revision: 32489 | ||||
* | group SYSDBG register defines in mcs814x.h | Florian Fainelli | 2012-06-23 | 3 | -20/+22 |
| | | | | SVN-Revision: 32488 | ||||
* | make hardware.h a forward inclusion of mcs814x.h | Florian Fainelli | 2012-06-23 | 11 | -28/+43 |
| | | | | | | mach/hardware.h is soon to be removed by upstream kernel SVN-Revision: 32487 | ||||
* | remove platform specific initialization from ethernet driver | Florian Fainelli | 2012-06-23 | 4 | -24/+90 |
| | | | | | | | | Hardware filtering must always be enabled as long as there is an Ethernet device registered, and use device tree for setting the link activity and buffer shifting enable/disable bit. SVN-Revision: 32486 | ||||
* | regroup interrupt controller register definitions in hardware.h | Florian Fainelli | 2012-06-23 | 3 | -8/+10 |
| | | | | SVN-Revision: 32485 | ||||
* | ppp: the pptp buffering option is not supported anymore, remove it | Jo-Philipp Wich | 2012-06-21 | 1 | -5/+0 |
| | | | | SVN-Revision: 32482 | ||||
* | remove handle_irq callback in board-mcs8140-dt.c | Florian Fainelli | 2012-06-21 | 1 | -1/+0 |
| | | | | | | This should have been removed in r32470. SVN-Revision: 32481 | ||||
* | fix USB led triggers | Florian Fainelli | 2012-06-20 | 2 | -5/+5 |
| | | | | SVN-Revision: 32474 | ||||
* | use generic uci defaults functions | Florian Fainelli | 2012-06-20 | 1 | -27/+8 |
| | | | | SVN-Revision: 32473 | ||||
* | remove uselss cache invalidations | Florian Fainelli | 2012-06-20 | 1 | -22/+0 |
| | | | | SVN-Revision: 32472 | ||||
* | improve ethernet driver debugging | Florian Fainelli | 2012-06-20 | 1 | -19/+102 |
| | | | | SVN-Revision: 32471 | ||||
* | do not use MULTI_IRQ_HANDLER it is bogus on our platform | Florian Fainelli | 2012-06-20 | 3 | -23/+25 |
| | | | | | | | This caused stalls in the Ethernet DMA block, so until properly written and sorted out, fallback to the assembly version instead. SVN-Revision: 32470 | ||||
* | verified to work - remove broken flag | Mirko Vogt | 2012-06-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 32469 | ||||
* | toolchain: move eglibc-files from base-files to toolchain, it is packaged as ↵ | Felix Fietkau | 2012-06-20 | 1 | -0/+0 |
| | | | | | | part of the libc package SVN-Revision: 32467 | ||||
* | add and export HOSTCC_NOCACHE | John Crispin | 2012-06-20 | 1 | -0/+2 |
| | | | | SVN-Revision: 32466 | ||||
* | Fix sysupgrade for squashfs, jffs2 and ext4 images | Vasilis Tsiligiannis | 2012-06-19 | 2 | -16/+55 |
| | | | | | | | * use 'fsync' with 'dd' for image writing * save config to boot partition SVN-Revision: 32465 | ||||
* | busybox: Enable ibs, obs and conv options on 'dd' | Vasilis Tsiligiannis | 2012-06-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 32464 | ||||
* | ppp: annotate most patches with description and S-o-b | Jo-Philipp Wich | 2012-06-19 | 28 | -39/+280 |
| | | | | SVN-Revision: 32463 | ||||
* | add Moschip MSC814x support | Florian Fainelli | 2012-06-19 | 49 | -0/+4494 |
| | | | | | | | | | | | | | | | | | | | | | | This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462 | ||||
* | ar71xx: create profile and build image for the TL-WDR4300 board | Gabor Juhos | 2012-06-19 | 2 | -0/+17 |
| | | | | SVN-Revision: 32461 | ||||
* | ar71xx: add user space support for the TL-WDR4300 | Gabor Juhos | 2012-06-19 | 5 | -0/+15 |
| | | | | SVN-Revision: 32460 | ||||
* | ar71xx: add support for the TL-WDR4300 board | Gabor Juhos | 2012-06-19 | 3 | -0/+244 |
| | | | | SVN-Revision: 32459 | ||||
* | ar71xx: refresh patches | Gabor Juhos | 2012-06-19 | 3 | -7/+7 |
| | | | | SVN-Revision: 32458 | ||||
* | ar71xx: make AR8327 LEDs working on the DB120 board | Gabor Juhos | 2012-06-19 | 1 | -9/+18 |
| | | | | SVN-Revision: 32457 | ||||
* | generic: ar8216: allow to configure AR8327 LEDs via platform data | Gabor Juhos | 2012-06-19 | 3 | -1/+33 |
| | | | | SVN-Revision: 32456 | ||||
* | ar71xx: remove superfluous include of asm/mach-ath79/pci.h | Gabor Juhos | 2012-06-19 | 5 | -5/+0 |
| | | | | SVN-Revision: 32455 | ||||
* | ar71xx: add a common function to configure USB power GPIOs | Gabor Juhos | 2012-06-19 | 9 | -19/+63 |
| | | | | SVN-Revision: 32454 | ||||
* | ar71xx: correctly detect NETGEAR WNDRMAC | Gabor Juhos | 2012-06-19 | 1 | -0/+2 |
| | | | | | | | | | This patch helps properly detect a WNDRMAC device. Before this patch the model is detected as "NETGEAR ?????????N". Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32453 |