Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: rtl8366_smi: increase delay after switch hw reset | Gabor Juhos | 2012-08-10 | 1 | -3/+6 |
| | | | | SVN-Revision: 33077 | ||||
* | Codel: avoid a nul rec_inv_sqrt | John Crispin | 2012-08-02 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | One condition before codel_Newton_step() was not good if we never left the dropping state for a flow. As a result rec_inv_sqrt was 0, instead of the ~0 initial value. codel control law was then set to a very aggressive mode, dropping many packets before reaching 'target' and recovering from this problem. Brought over from 3.5-stable Signed-off-by: Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 32950 | ||||
* | generic: rtl836x: add hw_reset field to struct rtl8366_smi | Gabor Juhos | 2012-08-02 | 7 | -2/+35 |
| | | | | | | | It will be used to start/stop the switch if that is supported by the given board. SVN-Revision: 32943 | ||||
* | generic: rtl8366_smi: use __rtl8366_smi_cleanup instead of gpio_free calls | Gabor Juhos | 2012-08-02 | 1 | -2/+1 |
| | | | | SVN-Revision: 32942 | ||||
* | disable crashlog on ARM platforms for the moment | Florian Fainelli | 2012-07-31 | 1 | -1/+1 |
| | | | | | | It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926 | ||||
* | refresh pwm patch | John Crispin | 2012-07-29 | 1 | -9/+5 |
| | | | | SVN-Revision: 32905 | ||||
* | clean up pwm patches and drivers | John Crispin | 2012-07-28 | 4 | -604/+25 |
| | | | | SVN-Revision: 32901 | ||||
* | add config option CONFIG_I2C_MV64XXX to fix kirkwood build | Hauke Mehrtens | 2012-07-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 32898 | ||||
* | add more USB-related config symbols | Florian Fainelli | 2012-07-26 | 1 | -0/+20 |
| | | | | SVN-Revision: 32883 | ||||
* | bcma: update to version from wireless-testing tag master-2012-07-16 | Hauke Mehrtens | 2012-07-26 | 4 | -26/+394 |
| | | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880 | ||||
* | add yet another framebuffer symbol | Florian Fainelli | 2012-07-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 32844 | ||||
* | add unset CONFIG_FB_XGI to fix fullbuilds | John Crispin | 2012-07-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 32836 | ||||
* | add missing framebuffer related symbols | Florian Fainelli | 2012-07-24 | 1 | -0/+3 |
| | | | | SVN-Revision: 32804 | ||||
* | fix tantos patch properly | John Crispin | 2012-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 32796 | ||||
* | make tantos switch select ETHERNET_PACKET_MANGLE | John Crispin | 2012-07-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 32795 | ||||
* | crashlog: fix dependency, add memblock support | Felix Fietkau | 2012-07-22 | 1 | -7/+50 |
| | | | | SVN-Revision: 32787 | ||||
* | kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵ | Felix Fietkau | 2012-07-20 | 1 | -0/+22 |
| | | | | | | build on mac os x SVN-Revision: 32783 | ||||
* | generic: ocf: restore terminating entry of pci_id_table in hifnHIPP | Gabor Juhos | 2012-07-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 32680 | ||||
* | ocf: update to version 20120127 | Luka Perkov | 2012-07-11 | 37 | -275/+4066 |
| | | | | SVN-Revision: 32672 | ||||
* | kernel: bcma: update to version from wireless-testing tag master-2012-07-11 | Hauke Mehrtens | 2012-07-11 | 1 | -43/+359 |
| | | | | SVN-Revision: 32670 | ||||
* | generic: ar8216: start aneg on each PHY of the AR8327 | Gabor Juhos | 2012-07-05 | 1 | -1/+13 |
| | | | | SVN-Revision: 32604 | ||||
* | kernel: generic: spi: allow empty (un)prepare transfer | Jonas Gorski | 2012-07-03 | 1 | -0/+39 |
| | | | | SVN-Revision: 32590 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02 | Hauke Mehrtens | 2012-07-02 | 2 | -37/+688 |
| | | | | SVN-Revision: 32580 | ||||
* | 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 | ||||
* | kernel: add missing config symbol | Felix Fietkau | 2012-06-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 32498 | ||||
* | generic: ar8216: allow to configure AR8327 LEDs via platform data | Gabor Juhos | 2012-06-19 | 3 | -1/+33 |
| | | | | SVN-Revision: 32456 | ||||
* | kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵ | Felix Fietkau | 2012-06-16 | 1 | -0/+32 |
| | | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395 | ||||
* | kernel: add a few more tracing related symbols | Felix Fietkau | 2012-06-06 | 1 | -0/+2 |
| | | | | SVN-Revision: 32094 | ||||
* | kernel: make tracing support configurable | Felix Fietkau | 2012-06-06 | 1 | -0/+3 |
| | | | | SVN-Revision: 32085 | ||||
* | backport spi message queue infrastructure | Florian Fainelli | 2012-06-06 | 1 | -0/+603 |
| | | | | SVN-Revision: 32077 | ||||
* | refresh generic patches | Florian Fainelli | 2012-06-05 | 5 | -15/+11 |
| | | | | SVN-Revision: 32059 | ||||
* | adds patch to make Tantos (psb6970) switch buildable again | John Crispin | 2012-05-30 | 2 | -0/+25 |
| | | | | SVN-Revision: 32006 | ||||
* | generic: ar8216: add revision specific PHY fixups for AR8327 | Gabor Juhos | 2012-05-29 | 2 | -8/+41 |
| | | | | SVN-Revision: 32000 | ||||
* | generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv | Gabor Juhos | 2012-05-29 | 2 | -31/+25 |
| | | | | SVN-Revision: 31999 | ||||
* | generic: ar8216: add chip_is_ar8{216,236,316,327} helpers | Gabor Juhos | 2012-05-29 | 1 | -8/+28 |
| | | | | SVN-Revision: 31998 | ||||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31924 | ||||
* | generic: rtl8367: rename a misnamed variable | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31917 | ||||
* | generic: rtl8366_smi: remove duplicated spinlock initialization | Gabor Juhos | 2012-05-27 | 1 | -2/+0 |
| | | | | SVN-Revision: 31916 | ||||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | 5 | -17/+16 |
| | | | | SVN-Revision: 31915 | ||||
* | generic: rtl8367: allow to use VLANs > 31 | Gabor Juhos | 2012-05-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 31914 | ||||
* | kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD | Felix Fietkau | 2012-05-27 | 1 | -1/+2 |
| | | | | SVN-Revision: 31906 | ||||
* | linux/3.2: R.I.P. | Gabor Juhos | 2012-05-27 | 141 | -70858/+0 |
| | | | | SVN-Revision: 31905 | ||||
* | linux/3.1: R.I.P. | Gabor Juhos | 2012-05-27 | 128 | -71377/+0 |
| | | | | SVN-Revision: 31891 | ||||
* | kernel: add a few patches for avoiding unnecessary skb reallocations - ↵ | Felix Fietkau | 2012-05-27 | 3 | -0/+59 |
| | | | | | | significantly improves ethernet<->wireless performance with mac80211 based drivers SVN-Revision: 31886 | ||||
* | kernel: fix a warning in the connmark module | Felix Fietkau | 2012-05-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 31856 | ||||
* | kernel: update linux 3.3 to 3.3.7 | Gabor Juhos | 2012-05-23 | 2 | -16/+9 |
| | | | | SVN-Revision: 31848 | ||||
* | linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver | Gabor Juhos | 2012-05-23 | 1 | -0/+10 |
| | | | | | | Should fix #11513. Tested with the x86/generic squashfs image within a VM. SVN-Revision: 31841 | ||||
* | lantiq: allow platforms with rt2x00 to override the mac address without ↵ | Felix Fietkau | 2012-05-20 | 1 | -0/+1 |
| | | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835 | ||||
* | kernel: merge a net-next fq_codel backlog handling fix | Felix Fietkau | 2012-05-18 | 1 | -0/+133 |
| | | | | SVN-Revision: 31813 | ||||
* | linux/2.6.39: R.I.P. | Gabor Juhos | 2012-05-18 | 131 | -71476/+0 |
| | | | | SVN-Revision: 31808 |