summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.3
Commit message (Collapse)AuthorAgeFilesLines
* kernel: ssb: add PCI IDs 0x4322 and 43222Hauke Mehrtens2012-05-131-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.5Gabor Juhos2012-05-077-7/+7
| | | | SVN-Revision: 31645
* kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵Felix Fietkau2012-05-0614-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 Juhos2012-05-031-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.4Gabor Juhos2012-04-304-79/+4
| | | | SVN-Revision: 31541
* linux/3.3: refresh patchesGabor Juhos2012-04-291-14/+8
| | | | SVN-Revision: 31531
* linux/3.3: add support for the Pericom PT7C4338 I2C RTC chipGabor Juhos2012-04-291-0/+253
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31525
* linux/3.3: fix compiler warnings in the plat_nand driverGabor Juhos2012-04-251-3/+3
| | | | SVN-Revision: 31473
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31460
* linux/3.3: nuke the gpio_buttons patchGabor Juhos2012-04-211-30/+0
| | | | | | It is superseded by the in-kernel gpio-keys-polled driver. SVN-Revision: 31409
* linux/3.3: fix crypto4xx build failureGabor Juhos2012-04-211-0/+10
| | | | SVN-Revision: 31394
* linux/3.3: update ARM mach-typesGabor Juhos2012-04-201-12/+762
| | | | SVN-Revision: 31378
* fix 335-mips-kexec patch for all 3+ kernelsFlorian Fainelli2012-04-181-4/+4
| | | | SVN-Revision: 31344
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-175-22/+15
| | | | SVN-Revision: 31336
* Fix bufferbloat in PPPoATM TX queueJo-Philipp Wich2012-04-161-0/+193
| | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31313
* Update ppp TX restart patch to avoid race conditionJo-Philipp Wich2012-04-161-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-testingHauke Mehrtens2012-04-132-8/+2183
| | | | SVN-Revision: 31278
* kernel: update linux 3.3 to 3.3.1Jonas Gorski2012-04-094-26/+8
| | | | SVN-Revision: 31223
* kernel: restore ebtables functionality by running netfilter hooks when the ↵Felix Fietkau2012-03-291-43/+67
| | | | | | ebtables module is loaded SVN-Revision: 31141
* ppp: Fix high softirq utilization with pppoaFlorian Fainelli2012-03-271-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.3Gabor Juhos2012-03-204-7/+7
| | | | SVN-Revision: 31047
* kernel: improve profiling support, keep static symbols when profiling is enabledFelix Fietkau2012-03-171-1/+1
| | | | SVN-Revision: 30964
* kernel: optimize out remaining netfilter hooks in the bridging code if ↵Felix Fietkau2012-03-161-25/+71
| | | | | | bridge filtering is disabled SVN-Revision: 30954
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-151-0/+24
| | | | SVN-Revision: 30946
* linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
| | | | SVN-Revision: 30945
* kernel: bypass all netfilter hooks if the sysctls for that functionality ↵Felix Fietkau2012-03-131-0/+76
| | | | | | have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config SVN-Revision: 30917
* linux/3.3: refresh patches against 3.3-rc7Gabor Juhos2012-03-122-5/+5
| | | | SVN-Revision: 30908
* linux/3.3: allow to set platform_data for phy devicesGabor Juhos2012-03-121-0/+115
| | | | SVN-Revision: 30906
* expose CONFIG_NETFILTER_NETLINK for external kmodsJo-Philipp Wich2012-03-121-0/+11
| | | | SVN-Revision: 30894
* linux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfoGabor Juhos2012-03-111-0/+17
| | | | SVN-Revision: 30881
* Merge branch 'bcm63xx'Florian Fainelli2012-03-052-2/+1
| | | | SVN-Revision: 30819
* kernel: remove the crtsavres dependency, the patched gcc will no longer emit ↵Felix Fietkau2012-03-051-47/+2
| | | | | | references to that code SVN-Revision: 30816
* kernel: fix vmalloc stack traces triggered by module with an empty init ↵Felix Fietkau2012-03-051-0/+20
| | | | | | section (mostly happens on x86) SVN-Revision: 30813
* linux/3.3: merge recent ubifs patches from 3.2Gabor Juhos2012-03-034-2/+309
| | | | SVN-Revision: 30800
* linux/3.3: refresh patches against 3.3-rc5Gabor Juhos2012-03-034-5/+5
| | | | SVN-Revision: 30799
* kernel: strip unnecessary symbol table information from kernel modules, ↵Felix Fietkau2012-02-202-1/+12
| | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657
* refresh patches to -rc3Imre Kaloz2012-02-116-6/+6
| | | | SVN-Revision: 30456
* generic: fix yaffs2 build warnings on 3.3Gabor Juhos2012-02-101-0/+71
| | | | SVN-Revision: 30418
* generic: fix kexec build error for MIPS with gcc-4.6-linaroGabor Juhos2012-02-091-2/+2
| | | | SVN-Revision: 30395
* generic: 3.3: fix yaffs2 build errorGabor Juhos2012-02-091-0/+289
| | | | SVN-Revision: 30392
* kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵Felix Fietkau2012-02-071-0/+130
| | | | | | required for the next mac80211 update SVN-Revision: 30345
* kernel: fix netfilter layer7 compilation in 3.3Jonas Gorski2012-02-041-1/+1
| | | | SVN-Revision: 30026
* kernel: add preliminary support for linux 3.3Jonas Gorski2012-02-02121-0/+62718
Based on 3.3-rc2 SVN-Revision: 29986