Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux/3.2: R.I.P. | Gabor Juhos | 2012-05-27 | 140 | -67479/+0 |
| | | | | SVN-Revision: 31905 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 3 | -335/+939 |
| | | | | | | 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 | 1 | -0/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 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: rewrite the phy packet hook, put it in the network stack to avoid ↵ | Felix Fietkau | 2012-05-06 | 13 | -67/+173 |
| | | | | | | 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.2 to 3.2.16 | Jonas Gorski | 2012-04-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 31459 | ||||
* | fix 335-mips-kexec patch for all 3+ kernels | Florian Fainelli | 2012-04-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 31344 | ||||
* | kernel: update linux 3.2 to 3.2.15 | Jonas Gorski | 2012-04-17 | 5 | -22/+15 |
| | | | | SVN-Revision: 31335 | ||||
* | 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 | -146/+2277 |
| | | | | SVN-Revision: 31278 | ||||
* | kernel: fix arm compressed images build on mac os x | Felix Fietkau | 2012-04-13 | 1 | -0/+11 |
| | | | | SVN-Revision: 31274 | ||||
* | kernel: update linux 3.2 to 3.2.14 | Jonas Gorski | 2012-04-09 | 3 | -17/+6 |
| | | | | SVN-Revision: 31222 | ||||
* | kernel: update linux 3.2 to 3.2.13 and refresh patches | Jonas Gorski | 2012-04-01 | 1 | -9/+2 |
| | | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158 | ||||
* | kernel: restore ebtables functionality by running netfilter hooks when the ↵ | Felix Fietkau | 2012-03-29 | 1 | -3/+27 |
| | | | | | | 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 | ||||
* | kernel: update linux 3.2 to 3.2.12 | Gabor Juhos | 2012-03-19 | 3 | -7/+7 |
| | | | | SVN-Revision: 31028 | ||||
* | kernel: improve profiling support, keep static symbols when profiling is enabled | Felix Fietkau | 2012-03-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 30964 | ||||
* | kernel: optimize out remaining netfilter hooks in the bridging code if ↵ | Felix Fietkau | 2012-03-16 | 1 | -14/+60 |
| | | | | | | bridge filtering is disabled SVN-Revision: 30954 | ||||
* | ar71xx: move micrel PHY driver to the generic linux target | Gabor Juhos | 2012-03-15 | 1 | -0/+24 |
| | | | | SVN-Revision: 30946 | ||||
* | linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selected | Gabor Juhos | 2012-03-15 | 8 | -68/+144 |
| | | | | SVN-Revision: 30944 | ||||
* | kernel: bypass all netfilter hooks if the sysctls for that functionality ↵ | Felix Fietkau | 2012-03-13 | 1 | -0/+76 |
| | | | | | | have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config SVN-Revision: 30917 | ||||
* | linux/3.2: allow to set platform_data for phy devices | Gabor Juhos | 2012-03-12 | 1 | -0/+115 |
| | | | | SVN-Revision: 30905 | ||||
* | expose CONFIG_NETFILTER_NETLINK for external kmods | Jo-Philipp Wich | 2012-03-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 30894 | ||||
* | linux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfo | Gabor Juhos | 2012-03-11 | 1 | -0/+17 |
| | | | | SVN-Revision: 30880 | ||||
* | linux/3.2: fix crypto4xx build failure | Gabor Juhos | 2012-03-07 | 1 | -0/+10 |
| | | | | SVN-Revision: 30834 | ||||
* | Merge branch 'bcm63xx' | Florian Fainelli | 2012-03-05 | 2 | -2/+1 |
| | | | | SVN-Revision: 30819 | ||||
* | kernel: remove the crtsavres dependency, the patched gcc will no longer emit ↵ | Felix Fietkau | 2012-03-05 | 1 | -47/+2 |
| | | | | | | references to that code SVN-Revision: 30816 | ||||
* | kernel: fix vmalloc stack traces triggered by module with an empty init ↵ | Felix Fietkau | 2012-03-05 | 1 | -0/+20 |
| | | | | | | section (mostly happens on x86) SVN-Revision: 30813 | ||||
* | linux/3.2: add symlink xattr support to ubifs | Gabor Juhos | 2012-03-02 | 1 | -0/+67 |
| | | | | SVN-Revision: 30794 | ||||
* | linux/3.2: add XZ decompression support to ubifs | Gabor Juhos | 2012-03-02 | 1 | -0/+94 |
| | | | | SVN-Revision: 30793 | ||||
* | linux/3.2: add XZ decompressor support to crypto | Gabor Juhos | 2012-03-02 | 2 | -2/+148 |
| | | | | SVN-Revision: 30792 | ||||
* | kernel: update linux 3.2 to 3.2.9 | Gabor Juhos | 2012-03-01 | 5 | -101/+6 |
| | | | | SVN-Revision: 30767 | ||||
* | kernel: strip unnecessary symbol table information from kernel modules, ↵ | Felix Fietkau | 2012-02-20 | 2 | -1/+12 |
| | | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657 | ||||
* | ar71xx: refresh 3.2 patches | Gabor Juhos | 2012-02-10 | 1 | -6/+6 |
| | | | | SVN-Revision: 30402 | ||||
* | kernel: update linux 3.2 to 3.2.5 | Gabor Juhos | 2012-02-10 | 1 | -8/+8 |
| | | | | SVN-Revision: 30401 | ||||
* | generic: fix kexec build error for MIPS with gcc-4.6-linaro | Gabor Juhos | 2012-02-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 30395 | ||||
* | generic: fix yaffs2 build error on 3.2 | Gabor Juhos | 2012-02-08 | 1 | -0/+289 |
| | | | | SVN-Revision: 30389 | ||||
* | kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵ | Felix Fietkau | 2012-02-07 | 1 | -11/+121 |
| | | | | | | required for the next mac80211 update SVN-Revision: 30345 | ||||
* | kernel: update linux 3.2 to 3.2.2 | Jonas Gorski | 2012-01-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 29967 | ||||
* | fix gpiommc build failure with 3.2 | Florian Fainelli | 2012-01-30 | 1 | -1/+2 |
| | | | | SVN-Revision: 29954 | ||||
* | generic: 3.2: allow to build myloader mtd parser for ATH79 | Gabor Juhos | 2012-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 29860 | ||||
* | generic: 3.2: don't disable lockdep for OOT modules | Gabor Juhos | 2012-01-22 | 2 | -0/+95 |
| | | | | SVN-Revision: 29846 | ||||
* | fix thinko in 102-ehci_hcd_ignore_oc patch | Florian Fainelli | 2012-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 29773 | ||||
* | fixup arm xz support with recent changes | Imre Kaloz | 2012-01-14 | 1 | -1/+3 |
| | | | | SVN-Revision: 29750 | ||||
* | kernel: add support for linux 3.2.1 | Jonas Gorski | 2012-01-13 | 124 | -0/+63152 |
SVN-Revision: 29730 |