aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39
Commit message (Collapse)AuthorAgeFilesLines
* linux/2.6.39: R.I.P.Gabor Juhos2012-05-18130-68294/+0
| | | | SVN-Revision: 31808
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-173-1752/+2200
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* 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
* 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: refresh patchesHauke Mehrtens2012-04-131-1/+0
| | | | SVN-Revision: 31279
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-132-265/+1664
| | | | SVN-Revision: 31278
* 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
* MIPS: fix kexec build on 64-bits targetsFlorian Fainelli2012-03-021-5/+5
| | | | SVN-Revision: 30785
* refresh patchesFlorian Fainelli2012-03-021-122/+51
| | | | SVN-Revision: 30784
* MIPS: fix printing of size_t argFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30783
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-231-83/+0
| | | | SVN-Revision: 30690
* linux-atm: update solos-pci driver to upstreamJohn Crispin2012-02-141-0/+348
| | | | | | | | | | | | | Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30541
* linux-atm: headroom/padding fixesJohn Crispin2012-02-141-0/+83
| | | | | | | | Submitted upstream to netdev by Chas Williams on linux-atm. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30540
* generic/2.6.39: refresh patchesGabor Juhos2012-02-119-10/+10
| | | | SVN-Revision: 30458
* generic: fix kexec build error for MIPS with gcc-4.6-linaroGabor Juhos2012-02-091-2/+2
| | | | SVN-Revision: 30395
* kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵Felix Fietkau2012-02-071-13/+122
| | | | | | required for the next mac80211 update SVN-Revision: 30345
* fix thinko in 102-ehci_hcd_ignore_oc patchFlorian Fainelli2012-01-181-2/+2
| | | | SVN-Revision: 29773
* kernel: backport overlayfs v11 to 3.0 and 2.6.39Jonas Gorski2012-01-131-1578/+1914
| | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
* generic: add driver for the RTL8367R/M switchesGabor Juhos2012-01-071-0/+23
| | | | SVN-Revision: 29678
* generic: improve MIPS kexec supportGabor Juhos2012-01-076-0/+1184
| | | | | | | | | | | | | It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674
* remove current RTSP supportJo-Philipp Wich2012-01-041-1366/+0
| | | | SVN-Revision: 29643
* backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to ↵Jo-Philipp Wich2012-01-031-0/+41
| | | | | | affected kernels (#9802) commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a packet (from another flow) was dropped, leading to various problems. SVN-Revision: 29642
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-311-1/+5
| | | | SVN-Revision: 29627
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-192-210/+1806
| | | | SVN-Revision: 29574
* generic: disable 'small sector' erase in m25p80 driverGabor Juhos2011-12-131-0/+41
| | | | | | | | This fixes the issues with the jffs2 images on various boards. Using JFFS2 on devices with 4KiB erase sectors is not safe: http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html SVN-Revision: 29521
* refresh 2.6.39 patchesFlorian Fainelli2011-11-135-34/+17
| | | | SVN-Revision: 29042
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberJonas Gorski2011-11-091-1/+1
| | | | | | | | | To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893
* add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverJo-Philipp Wich2011-10-061-0/+28
| | | | SVN-Revision: 28376
* Was specifying input-polled-keys and not input-keys-polled as the module ↵Daniel Dickinson2011-10-031-1/+1
| | | | | | name. Philip Prindeville - 2011-10-03 03:58:17 SVN-Revision: 28357
* update alix2 platform driverFlorian Fainelli2011-08-252-0/+608
| | | | | | | | | Add support for Ed Wildgoose's alix platform driver plus my enhancement to add GPIO soft button support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 28081
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-162-4/+4
| | | | SVN-Revision: 28022
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-151-0/+11
| | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984
* add ignore_oc in struct ehci_hcdFlorian Fainelli2011-08-102-4/+45
| | | | SVN-Revision: 27945
* kernel: fix another typo in the netfilter optimization patchesFelix Fietkau2011-08-071-1/+1
| | | | SVN-Revision: 27927
* kernel: add missing checks in the netfilter optimization patch which broke ↵Felix Fietkau2011-08-062-8/+11
| | | | | | some rules containing only source/destination address checks SVN-Revision: 27923
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-031-26/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵Felix Fietkau2011-07-304-0/+220
| | | | | | and 3.0 SVN-Revision: 27840
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-61/+24
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-225-55/+301
| | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723
* kernel: backport and enable tmpfs xattr support for 2.6.39Felix Fietkau2011-07-192-2/+479
| | | | SVN-Revision: 27691
* fix building of perf for arm on uclibcFlorian Fainelli2011-07-071-0/+13
| | | | SVN-Revision: 27514
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+5
| | | | SVN-Revision: 27491
* refresh 2.6.39 geode patchesFlorian Fainelli2011-07-062-4/+4
| | | | SVN-Revision: 27483
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-051-1/+2
| | | | SVN-Revision: 27457
* target/patches: This has been sent upstream, but might not appear for a ↵Daniel Dickinson2011-07-031-0/+12
| | | | | | | | couple of weeks. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27373
* target/patches: Like the earlier mfgpt patch, the new GPIO drivers also ↵Daniel Dickinson2011-07-031-0/+11
| | | | | | | | require the MFD driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27371
* Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the ↵Daniel Dickinson2011-07-031-11/+0
| | | | | | | | MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. SVN-Revision: 27370
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵Daniel Dickinson2011-07-031-0/+11
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27369
* fix the gpio_dev driver: remove existing forward port patches, use ↵Felix Fietkau2011-07-011-11/+0
| | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) SVN-Revision: 27322
* kernel: update ssb and bcma to linux-next next-20110628Hauke Mehrtens2011-06-282-4/+17
| | | | SVN-Revision: 27299