Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | 1 | -0/+25 |
| | | | | SVN-Revision: 32901 | ||||
* | 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 | ||||
* | 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 | ||||
* | ocf: update to version 20120127 | Luka Perkov | 2012-07-11 | 1 | -11/+42 |
| | | | | 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 | ||||
* | 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: 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 | ||||
* | 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 | 1 | -0/+24 |
| | | | | SVN-Revision: 32006 | ||||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31924 | ||||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | 2 | -11/+10 |
| | | | | SVN-Revision: 31915 | ||||
* | kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD | Felix Fietkau | 2012-05-27 | 1 | -1/+2 |
| | | | | SVN-Revision: 31906 | ||||
* | 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 | ||||
* | kernel: merge a net-next fq_codel backlog handling fix | Felix Fietkau | 2012-05-18 | 1 | -0/+133 |
| | | | | SVN-Revision: 31813 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 3 | -51/+680 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31772 | ||||
* | kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by ↵ | Felix Fietkau | 2012-05-16 | 7 | -1/+1941 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | kernel: update linux 3.3 to 3.3.6 | Gabor Juhos | 2012-05-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 31709 | ||||
* | kernel: ssb: add PCI IDs 0x4322 and 43222 | Hauke Mehrtens | 2012-05-13 | 1 | -0/+11 |
| | | | | | | | | | | | The 0x4322 ID is found on the BCM4322 used on some SoCs like the Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID is found on the BCM43222 used on some other SoCs like the D-Link DSL-2760U connected to a BCM63xx. This fixes #10887. SVN-Revision: 31695 | ||||
* | kernel: update linux 3.3 to 3.3.5 | Gabor Juhos | 2012-05-07 | 7 | -7/+7 |
| | | | | SVN-Revision: 31645 | ||||
* | kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵ | Felix Fietkau | 2012-05-06 | 14 | -68/+182 |
| | | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637 | ||||
* | Fix iptables abuse of kernel header files. Use exported headers instead. | Gabor Juhos | 2012-05-03 | 1 | -0/+10 |
| | | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31566 | ||||
* | kernel: update linux 3.3 to 3.3.4 | Gabor Juhos | 2012-04-30 | 4 | -79/+4 |
| | | | | SVN-Revision: 31541 | ||||
* | linux/3.3: refresh patches | Gabor Juhos | 2012-04-29 | 1 | -14/+8 |
| | | | | SVN-Revision: 31531 | ||||
* | linux/3.3: add support for the Pericom PT7C4338 I2C RTC chip | Gabor Juhos | 2012-04-29 | 1 | -0/+253 |
| | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31525 | ||||
* | linux/3.3: fix compiler warnings in the plat_nand driver | Gabor Juhos | 2012-04-25 | 1 | -3/+3 |
| | | | | SVN-Revision: 31473 | ||||
* | kernel: update linux 3.3 to 3.3.3 | Jonas Gorski | 2012-04-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 31460 | ||||
* | linux/3.3: nuke the gpio_buttons patch | Gabor Juhos | 2012-04-21 | 1 | -30/+0 |
| | | | | | | It is superseded by the in-kernel gpio-keys-polled driver. SVN-Revision: 31409 | ||||
* | linux/3.3: fix crypto4xx build failure | Gabor Juhos | 2012-04-21 | 1 | -0/+10 |
| | | | | SVN-Revision: 31394 | ||||
* | linux/3.3: update ARM mach-types | Gabor Juhos | 2012-04-20 | 1 | -12/+762 |
| | | | | SVN-Revision: 31378 | ||||
* | fix 335-mips-kexec patch for all 3+ kernels | Florian Fainelli | 2012-04-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 31344 | ||||
* | kernel: update linux 3.3 to 3.3.2 | Jonas Gorski | 2012-04-17 | 5 | -22/+15 |
| | | | | SVN-Revision: 31336 | ||||
* | Fix bufferbloat in PPPoATM TX queue | Jo-Philipp Wich | 2012-04-16 | 1 | -0/+193 |
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31313 | ||||
* | Update ppp TX restart patch to avoid race condition | Jo-Philipp Wich | 2012-04-16 | 1 | -57/+59 |
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31312 | ||||
* | kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing | Hauke Mehrtens | 2012-04-13 | 2 | -8/+2183 |
| | | | | SVN-Revision: 31278 | ||||
* | kernel: update linux 3.3 to 3.3.1 | Jonas Gorski | 2012-04-09 | 4 | -26/+8 |
| | | | | SVN-Revision: 31223 | ||||
* | kernel: restore ebtables functionality by running netfilter hooks when the ↵ | Felix Fietkau | 2012-03-29 | 1 | -43/+67 |
| | | | | | | ebtables module is loaded SVN-Revision: 31141 | ||||
* | ppp: Fix high softirq utilization with pppoa | Florian Fainelli | 2012-03-27 | 1 | -0/+82 |
| | | | | | | | | | Users of the Geos platform are reporting high CPU utilization. This seems to be rooted in a problem with the TX queue restart in PPP. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31096 | ||||
* | linux: refresh patches against 3.3 | Gabor Juhos | 2012-03-20 | 4 | -7/+7 |
| | | | | SVN-Revision: 31047 | ||||
* | kernel: improve profiling support, keep static symbols when profiling is enabled | Felix Fietkau | 2012-03-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 30964 |