aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38
Commit message (Collapse)AuthorAgeFilesLines
* 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: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-192-511/+2068
| | | | SVN-Revision: 29574
* 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-4/+19
| | | | SVN-Revision: 28376
* 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
* 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
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testingHauke Mehrtens2011-07-234-77/+3737
| | | | SVN-Revision: 27731
* refresh patchesImre Kaloz2011-07-062-4/+4
| | | | SVN-Revision: 27492
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+5
| | | | SVN-Revision: 27491
* 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
* generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵Jo-Philipp Wich2011-06-191-0/+101
| | | | | | | | | | | | bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish). The codepath seems to be only taken when using IPv6, so there should be no negative side effects when IPv6 isn't loaded. I did not measure how big the performance impact is. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27237
* kernel: update to kernel 2.6.38.8Hauke Mehrtens2011-06-185-12/+12
| | | | SVN-Revision: 27218
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-151-0/+26
| | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179
* fix a crash in mtd_concat when the .sync op is not implementedFelix Fietkau2011-06-011-0/+12
| | | | SVN-Revision: 27074
* m25p80: add the chip id for the winbond w25q128 chipFelix Fietkau2011-06-011-0/+10
| | | | SVN-Revision: 27073
* fix mtd warningsFlorian Fainelli2011-05-251-2/+3
| | | | | | | | | | | | | | | Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27007
* kernel: backport some ssb changes to support a mac80211 updateFelix Fietkau2011-05-161-0/+77
| | | | SVN-Revision: 26911
* add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)Jo-Philipp Wich2011-05-151-0/+34
| | | | SVN-Revision: 26906
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patchesHauke Mehrtens2011-05-1525-110/+73
| | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
* (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCJohn Crispin2011-05-091-2/+4
| | | | | | | | | | | | | | | | | | | This patch adds 802.1Q VLAN support for the ADM6996M chip. The driver is loaded for both the FC and M model. It will detect which of the two chips is connected. The FC model is initialised, but no further functionality is offered. The PHY driver will always report "100 Mbit/s, link up", for both the M and FC models. This reflects the fact that the link between switch chip and Ethernet MAC is always on[1]. Further documentation can be found in the kernel's Documentation/networking/adm6996.txt Signed-of-By: Peter Lebbing <peter@digitalbrains.com> SVN-Revision: 26865
* ipv6: restore correct ECN handling on TCP xmit Thanks Dave TahtTravis Kemen2011-05-081-0/+25
| | | | SVN-Revision: 26858
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.Felix Fietkau2011-04-171-3/+5
| | | | | | | | | | Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26705
* kernel: reorganize 2.6.38 patches, clean up block2mtd patchesFelix Fietkau2011-04-16108-380/+324
| | | | SVN-Revision: 26690
* generic: add support for the MX25L1606E SPI flashGabor Juhos2011-04-111-0/+20
| | | | SVN-Revision: 26596
* kernel: l2tp: fix possible oops on l2tp_eth module unloadHauke Mehrtens2011-04-031-0/+37
| | | | SVN-Revision: 26440
* kernel: add a missing dependency for the mv_cesa crypto driverFelix Fietkau2011-04-021-0/+10
| | | | SVN-Revision: 26406
* flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. ↵Daniel Dickinson2011-04-021-30/+0
| | | | | | It should be recognized by the CFI and not need forcing. User has not since replied. SVN-Revision: 26400
* shmem_set_file: Remove ima_counts_get()Michael Büsch2011-03-301-12/+3
| | | | SVN-Revision: 26378
* 2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to ↵Michael Büsch2011-03-301-11/+13
| | | | | | acoul for noticing. SVN-Revision: 26377
* Update 2.6.38 to 2.6.38.2Michael Büsch2011-03-283-34/+58
| | | | SVN-Revision: 26332
* Revert "kernel: remove all local symbols from kernel modules at link time to ↵Felix Fietkau2011-03-262-12/+1
| | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305
* kernel: use -fno-caller-savesFelix Fietkau2011-03-261-3/+6
| | | | SVN-Revision: 26301
* kernel: remove all local symbols from kernel modules at link time to reduce ↵Felix Fietkau2011-03-252-1/+12
| | | | | | their size SVN-Revision: 26298
* kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵Felix Fietkau2011-03-251-12/+0
| | | | | | oprofile fix SVN-Revision: 26297
* kernel: fix an overlayfs deadlock on rmdirFelix Fietkau2011-03-171-0/+76
| | | | SVN-Revision: 26215
* kernel: replace mini_fo with overlayfs for 2.6.38Felix Fietkau2011-03-1714-8575/+2911
| | | | SVN-Revision: 26213
* kernel: refresh 2.6.38 patches for final releaseFelix Fietkau2011-03-1626-76/+74
| | | | SVN-Revision: 26194
* ssb: update ssb to version from linux-next-20110311Hauke Mehrtens2011-03-131-0/+136
| | | | SVN-Revision: 26127
* kernel: allow EAP frames to pass through bridges even in learning state - ↵Felix Fietkau2011-03-101-0/+11
| | | | | | fixes issues with WDS SVN-Revision: 26015
* 2.6.38: Let mac80211 select CONFIG_AVERAGEMichael Büsch2011-03-011-0/+19
| | | | SVN-Revision: 25818
* update arm mach-typesImre Kaloz2011-03-011-0/+260
| | | | SVN-Revision: 25806
* refresh patches with -rc6Imre Kaloz2011-03-0117-135/+79
| | | | SVN-Revision: 25805
* block2mtd: More 2.6.38 fixesMichael Büsch2011-02-281-3/+29
| | | | SVN-Revision: 25791
* mtd: Fix compile warningMichael Büsch2011-02-281-20/+35
| | | | SVN-Revision: 25790