Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kernel/modules: load pppol2tp after pppox | Jo-Philipp Wich | 2012-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | l2tp_ppp needs to be loaded after pppox, otherwise it ends up like this: l2tp_ppp: Unknown symbol pppox_ioctl (err 0) ... during boot. I also fixed the dependency, it should be pppox rather than pppoe. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32562 | |||||
* | config: tag parallel build options with high build breakage probability with ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+2 | |
| | | | | | | a BROKEN dependency to discourage users from spamming us with tickets about them SVN-Revision: 32559 | |||||
* | uClibc: add -Wno-unused-but-set-variable to get rid of unnecessary warning ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+1 | |
| | | | | | | logspam SVN-Revision: 32558 | |||||
* | uClibc: split the package into the main directory and the headers/ and ↵ | Felix Fietkau | 2012-06-30 | 5 | -119/+170 | |
| | | | | | | utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557 | |||||
* | toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵ | Felix Fietkau | 2012-06-30 | 3 | -0/+12 | |
| | | | | | | to avoid errors on copying SVN-Revision: 32556 | |||||
* | toolchain/uClibc: fix getting the nameserver from _res state after res_init. ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+15 | |
| | | | | | | fixes displaying the nameserver in busybox nslookup SVN-Revision: 32555 | |||||
* | toolchain/gcc: fix installing the toolchain after removing the toolchain dir ↵ | Felix Fietkau | 2012-06-30 | 1 | -2/+8 | |
| | | | | | | without a full rebuild SVN-Revision: 32554 | |||||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 | 3 | -3/+10 | |
| | | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. SVN-Revision: 32553 | |||||
* | base-files: implement network_get_dnsserver() and network_get_dnssearch() in ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -0/+31 | |
| | | | | | | /lib/functions/network.sh SVN-Revision: 32531 | |||||
* | ath9k: revert an upstream initval update to fix a rx sensitivity regression ↵ | Felix Fietkau | 2012-06-29 | 1 | -0/+19 | |
| | | | | | | on ar9380 (fixes #11756) SVN-Revision: 32528 | |||||
* | eglibc: work around a broken configure test to fix compile errors on x86 | Felix Fietkau | 2012-06-29 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32527 | |||||
* | base-files: only consider enabled default routes when finding the wan iface ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -2/+4 | |
| | | | | | | (#11774) SVN-Revision: 32525 | |||||
* | netifd: update to current git head, exposes enabled state, mtu and metric ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -2/+2 | |
| | | | | | | overrides for routes SVN-Revision: 32524 | |||||
* | fix watchdog and rng drivers section mismatch (#11767) | Florian Fainelli | 2012-06-29 | 3 | -2/+22 | |
| | | | | SVN-Revision: 32522 | |||||
* | tools: sdcc depends on bison | Felix Fietkau | 2012-06-29 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32521 | |||||
* | ar71xx: detect and enable MIPS DSP extensions, AR9344 supports them (fixes ↵ | Felix Fietkau | 2012-06-28 | 1 | -0/+10 | |
| | | | | | | #11762) SVN-Revision: 32520 | |||||
* | 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 |