summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36
Commit message (Collapse)AuthorAgeFilesLines
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-031-25/+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-242-62/+25
| | | | | | | | | | | | | | | 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-86/+3694
| | | | SVN-Revision: 27731
* fixup mtd refresh and co.Imre Kaloz2011-07-061-1/+1
| | | | SVN-Revision: 27491
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-051-1/+2
| | | | SVN-Revision: 27457
* 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
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-151-0/+26
| | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179
* revert r26997, it does not apply against 2.6.36.4Jo-Philipp Wich2011-06-151-1/+1
| | | | SVN-Revision: 27178
* fix mtd warningsFlorian Fainelli2011-05-251-2/+8
| | | | | | | | | | | | | | | 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
* Clean up patch not applyingHamish Guthrie2011-05-241-1/+1
| | | | SVN-Revision: 26997
* 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
* (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
* 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
* 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
* ssb: update ssb to version from linux-next-20110311Hauke Mehrtens2011-03-131-0/+467
| | | | 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
* kernel: the patch to disable the crypto tests is no longer necessary since ↵Felix Fietkau2011-02-241-64/+0
| | | | | | 2.6.36, remove it SVN-Revision: 25689
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-2124-1409/+67
| | | | SVN-Revision: 25641
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-211-0/+171
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639
* add two solos-releated patches from Philip PrindevilleFlorian Fainelli2011-02-201-0/+14
| | | | SVN-Revision: 25630
* update to kernel 2.6.36.4Florian Fainelli2011-02-194-7/+7
| | | | SVN-Revision: 25580
* update ARM mach-typesJo-Philipp Wich2011-02-021-3/+85
| | | | SVN-Revision: 25333
* we don't support gcc 4.1.xImre Kaloz2011-01-271-11/+0
| | | | SVN-Revision: 25147
* generic: remove en25pxx support patch, it is in mainline since 2.6.36Gabor Juhos2011-01-252-16/+3
| | | | SVN-Revision: 25097
* kernel: when bridging, do not forward EAP frames to other ports, only ↵Felix Fietkau2011-01-251-0/+15
| | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095
* platform specific patches don't belong here - take #2Imre Kaloz2011-01-245-169/+0
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-241-89/+0
| | | | SVN-Revision: 25083
* generic: generic: remove MIPS device tree backport patch from 2.6.36Gabor Juhos2011-01-091-233/+0
| | | | | | It makes no sense without a platform which uses that. SVN-Revision: 24946
* fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel ↵Jo-Philipp Wich2011-01-051-1/+1
| | | | | | Dickinson for tracking this down SVN-Revision: 24906
* generic: update ARM mach-typesGabor Juhos2010-12-291-0/+445
| | | | SVN-Revision: 24854
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelHauke Mehrtens2010-12-222-2/+2
| | | | SVN-Revision: 24798
* fix layer7 patches for Kernels >= 2.6.35, thanks Daniel GimpelevichJo-Philipp Wich2010-12-191-6/+32
| | | | SVN-Revision: 24728
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-171-0/+21
| | | | SVN-Revision: 24646
* generic: add usb_find_device_by_name helperGabor Juhos2010-12-171-0/+84
| | | | SVN-Revision: 24645
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-3/+3
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)Alexandros C. Couloumbis2010-12-082-41/+29
| | | | SVN-Revision: 24370
* ethernet driver fixup for ppc4xxImre Kaloz2010-12-081-0/+26
| | | | SVN-Revision: 24328
* flash_chips: Added Macronix MX29LV640T Flash Chip support previously ↵Daniel Dickinson2010-12-071-0/+30
| | | | | | mistakenly added to brcm63xx. Thanks blunoise. SVN-Revision: 24313
* backport two changes from kernel.org: ↵Jo-Philipp Wich2010-11-302-0/+53
| | | | | | | | | 65e9b62d4503849b10bedfc29bff0473760cc597 ipv6: add special mode accept_ra=2 to accept RA while configured as router c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8 ipv6: add special mode forwarding=2 to send RS while configured as router SVN-Revision: 24195
* update to the latest stable kernelsImre Kaloz2010-11-243-6/+6
| | | | SVN-Revision: 24136
* linux/generic: switch to userspace __aligned_u64 calls. ↵Alexandros C. Couloumbis2010-11-161-0/+25
| | | | | | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke) SVN-Revision: 24012
* linux/generic: update to layer7-2.22 for kernels >=2.6.36Alexandros C. Couloumbis2010-11-152-727/+788
| | | | SVN-Revision: 24004
* linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36Alexandros C. Couloumbis2010-11-141-0/+233
| | | | SVN-Revision: 23991
* linux/generic: add imq patches for linux kernels 2.6.35,36,37. (closes #8211)Alexandros C. Couloumbis2010-11-121-0/+1342
| | | | SVN-Revision: 23970
* linux/generic: update mini_fo for kernels >=2.6.36Alexandros C. Couloumbis2010-11-111-9/+22
| | | | SVN-Revision: 23956
* add a patch to fixup pcie reset on kirkwood - also fixes the boot issue on ↵Imre Kaloz2010-11-101-0/+86
| | | | | | the wrt350n v2 SVN-Revision: 23939
* linux/generic: add some missing patches, refresh patchesAlexandros C. Couloumbis2010-11-083-0/+90
| | | | SVN-Revision: 23931
* add a patch to export dma_set_coherent_maskImre Kaloz2010-11-021-0/+31
| | | | SVN-Revision: 23772
* this is not a platform specific patchImre Kaloz2010-11-021-0/+56
| | | | SVN-Revision: 23771