| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
significantly improves ethernet<->wireless performance with mac80211 based drivers
SVN-Revision: 31886
|
|
|
|
|
|
|
|
|
|
|
| |
Build images for D-Link DSL-274XB revision F1. Flashing
through original web UI as well as CFE works.
Known issues:
* wifi led inverted (on when wifi is off and vice cersa)
* same issues as generic bcm6328 support
SVN-Revision: 31885
|
|
|
|
| |
SVN-Revision: 31884
|
|
|
|
|
|
|
|
|
|
|
| |
BCM6328 support is in a usable state, with the following issues
* internal switch port not configurable
* external phys not supported
* broadcom wifis will probably not work correctly
* and all other generic bcm63xx issues (so yes, still no ADSL)
SVN-Revision: 31883
|
|
|
|
| |
SVN-Revision: 31882
|
|
|
|
|
|
|
|
| |
bcm_enetsw_probe did not properly reset port states, resulting in
connected ports staying disabled after bringing up the interface the
second time.
SVN-Revision: 31881
|
|
|
|
| |
SVN-Revision: 31880
|
|
|
|
|
|
|
| |
Add support for the HSSPI controller found on bcm6328 and SPI attached
flash.
SVN-Revision: 31879
|
|
|
|
| |
SVN-Revision: 31878
|
|
|
|
| |
SVN-Revision: 31877
|
|
|
|
|
|
|
| |
Prevents CFE from flashing to the second image offset. Fix up the rootfs
length on first boot else CFE will complain.
SVN-Revision: 31876
|
|
|
|
| |
SVN-Revision: 31874
|
|
|
|
| |
SVN-Revision: 31873
|
|
|
|
| |
SVN-Revision: 31872
|
|
|
|
|
|
| |
No need to keep the bcm63xx/ at the start or the chipid info at the end.
SVN-Revision: 31871
|
|
|
|
| |
SVN-Revision: 31856
|
|
|
|
| |
SVN-Revision: 31848
|
|
|
|
|
|
| |
Patch from #11485.
SVN-Revision: 31847
|
|
|
|
|
|
| |
Patch by Kamil Trzciński <ayufan@osk-net.pl>
SVN-Revision: 31846
|
|
|
|
|
|
|
|
|
| |
Support for TP-Link TL-MR3040. Power LED not working - always on red, after
start should be green.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 31845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add byte queue limits support to net/ethernet/ramips_main.c
"Byte queue limits are a mechanism to limit the size of the transmit
hardware queue on a NIC by number of bytes. The goal of these byte
limits is too reduce latency (HOL blocking) caused by excessive
queuing in hardware (aka buffer bloat) without sacrificing
throughput."
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31844
|
|
|
|
|
|
|
|
|
| |
Sysupgrade works just fine on my Sitecom WL-351 after adding this
oneliner.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31843
|
|
|
|
|
|
| |
Should fix #11513. Tested with the x86/generic squashfs image within a VM.
SVN-Revision: 31841
|
|
|
|
|
|
| |
overriding eeprom, fixes bogus wlan mac address on arv4520
SVN-Revision: 31835
|
|
|
|
| |
SVN-Revision: 31813
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31810
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31809
|
|
|
|
| |
SVN-Revision: 31808
|
|
|
|
| |
SVN-Revision: 31807
|
|
|
|
| |
SVN-Revision: 31806
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31805
|
|
|
|
| |
SVN-Revision: 31804
|
|
|
|
| |
SVN-Revision: 31803
|
|
|
|
|
|
|
| |
Also fix build errors in the ep80579-drivers package.
Compile tested only.
SVN-Revision: 31802
|
|
|
|
|
|
| |
detect nvram on Linksys E3200
SVN-Revision: 31790
|
|
|
|
| |
SVN-Revision: 31789
|
|
|
|
| |
SVN-Revision: 31788
|
|
|
|
| |
SVN-Revision: 31787
|
|
|
|
| |
SVN-Revision: 31785
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31784
|
|
|
|
| |
SVN-Revision: 31783
|
|
|
|
| |
SVN-Revision: 31781
|
|
|
|
| |
SVN-Revision: 31774
|
|
|
|
|
|
| |
master-2012-05-16-2
SVN-Revision: 31772
|
|
|
|
| |
SVN-Revision: 31771
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31765
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31764
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31763
|
|
|
|
|
|
| |
Compile tested only.
SVN-Revision: 31762
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dave Täht)
Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:
http://queue.acm.org/detail.cfm?id=2209336
Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.
Additionally,
fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.
These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.
Includes updates to codel for better portability and speed
SVN-Revision: 31756
|