| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 33602
|
|
|
|
| |
SVN-Revision: 33560
|
|
|
|
| |
SVN-Revision: 33559
|
|
|
|
| |
SVN-Revision: 33501
|
|
|
|
| |
SVN-Revision: 33356
|
|
|
|
|
|
| |
It is used in some TL-WDR4310 devices. Closes #12077.
SVN-Revision: 33275
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the following build error:
SYSMAP System.map
Building modules, stage 2.
MODPOST 48 modules
ERROR: "usb_enable_xhci_ports" [drivers/usb/host/ehci-hcd.ko] undefined!
ERROR: "usb_is_intel_switchable_xhci" [drivers/usb/host/ehci-hcd.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2
SVN-Revision: 33193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes this section mismatch warning:
WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference
from the function memblock_insert_region() to the function
.init.text:crashlog_init_memblock()
The function __meminit memblock_insert_region() references
a function __init crashlog_init_memblock().
If crashlog_init_memblock is only used by memblock_insert_region then
annotate crashlog_init_memblock with a matching annotation.
Also, remove the __init annotations from 'include/linux/crashlog.h'
SVN-Revision: 33137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
It is currently badly broken on ARM, until fixed, disable it
SVN-Revision: 32926
|
|
|
|
| |
SVN-Revision: 32905
|
|
|
|
| |
SVN-Revision: 32901
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 32796
|
|
|
|
| |
SVN-Revision: 32795
|
|
|
|
| |
SVN-Revision: 32787
|
|
|
|
|
|
| |
build on mac os x
SVN-Revision: 32783
|
|
|
|
| |
SVN-Revision: 32672
|
|
|
|
| |
SVN-Revision: 32670
|
|
|
|
| |
SVN-Revision: 32590
|
|
|
|
| |
SVN-Revision: 32580
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 32077
|
|
|
|
| |
SVN-Revision: 32059
|
|
|
|
| |
SVN-Revision: 32006
|
|
|
|
| |
SVN-Revision: 31924
|
|
|
|
| |
SVN-Revision: 31915
|
|
|
|
| |
SVN-Revision: 31906
|
|
|
|
|
|
| |
significantly improves ethernet<->wireless performance with mac80211 based drivers
SVN-Revision: 31886
|
|
|
|
| |
SVN-Revision: 31856
|
|
|
|
| |
SVN-Revision: 31848
|
|
|
|
|
|
| |
Should fix #11513. Tested with the x86/generic squashfs image within a VM.
SVN-Revision: 31841
|
|
|
|
| |
SVN-Revision: 31813
|
|
|
|
|
|
| |
master-2012-05-16-2
SVN-Revision: 31772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 31709
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 31645
|
|
|
|
|
|
| |
having to keep non-upstream ethernet driver changes
SVN-Revision: 31637
|
|
|
|
|
|
|
|
| |
[juhosg: export xt_layer7.h for all kernel versions]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31566
|
|
|
|
| |
SVN-Revision: 31541
|
|
|
|
| |
SVN-Revision: 31531
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31525
|
|
|
|
| |
SVN-Revision: 31473
|
|
|
|
| |
SVN-Revision: 31460
|
|
|
|
|
|
| |
It is superseded by the in-kernel gpio-keys-polled driver.
SVN-Revision: 31409
|
|
|
|
| |
SVN-Revision: 31394
|
|
|
|
| |
SVN-Revision: 31378
|
|
|
|
| |
SVN-Revision: 31344
|
|
|
|
| |
SVN-Revision: 31336
|