aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* remove current RTSP supportJo-Philipp Wich2012-01-041-1366/+0
| | | | SVN-Revision: 29643
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-192-240/+1808
| | | | 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/+17
| | | | SVN-Revision: 28376
* 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-241-45/+6
| | | | | | | | | | | | | | | 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-102/+3683
| | | | SVN-Revision: 27731
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-051-1/+2
| | | | SVN-Revision: 27457
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-151-0/+26
| | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-291-0/+12
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* 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
* 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-6/+8
| | | | | | | | | | 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
* ssb: update ssb to version from linux-next-20110311Hauke Mehrtens2011-03-132-65/+552
| | | | SVN-Revision: 26127
* kernel: update to kernel version 2.6.32.32Hauke Mehrtens2011-03-1318-66/+66
| | | | SVN-Revision: 26124
* 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
* Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵Jo-Philipp Wich2011-03-101-0/+71
| | | | | | (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34 SVN-Revision: 26007
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-2121-1407/+71
| | | | 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
* update to 2.6.32.29Florian Fainelli2011-02-195-9/+9
| | | | SVN-Revision: 25583
* update ARM mach-typesJo-Philipp Wich2011-02-021-4/+77
| | | | SVN-Revision: 25333
* we don't support gcc 4.1.xImre Kaloz2011-01-271-11/+0
| | | | SVN-Revision: 25147
* 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-170/+0
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-241-89/+0
| | | | SVN-Revision: 25083
* 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-10/+299
| | | | SVN-Revision: 24854
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelHauke Mehrtens2010-12-222-4/+4
| | | | SVN-Revision: 24798
* generic: fix min/max confusion in jffs2_sum_init on 2.6.32Gabor Juhos2010-12-171-0/+25
| | | | SVN-Revision: 24652
* 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-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* 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-244-10/+10
| | | | SVN-Revision: 24136
* add 2.6.32 patches to use ext4 for ext2/3Imre Kaloz2010-11-223-0/+202
| | | | SVN-Revision: 24082
* refresh 2.6.32 patchesFlorian Fainelli2010-11-151-2/+2
| | | | SVN-Revision: 24005
* refresh 2.6.32 patchesFlorian Fainelli2010-10-3121-71/+71
| | | | SVN-Revision: 23735
* target/linux: Add support for cores with slow WDT clock like bcm5354. (thank ↵Alexandros C. Couloumbis2010-10-121-0/+89
| | | | | | you Aleksandar Radovanovic) SVN-Revision: 23415
* generic: add support for the EON EN25F32 flash chipGabor Juhos2010-09-141-0/+12
| | | | | | * based on a patch by laigor <laigor@mail.ru> from #7882 SVN-Revision: 23058
* generic: bacport SPI bus locking APIGabor Juhos2010-08-312-0/+525
| | | | SVN-Revision: 22862
* generic: fix erase operation on the pm25lv flash chipGabor Juhos2010-08-314-11/+37
| | | | SVN-Revision: 22861
* generic: introduce broadcast_uevent functionGabor Juhos2010-08-311-0/+69
| | | | SVN-Revision: 22858
* refresh 2.6.32 patchesFlorian Fainelli2010-08-3119-67/+67
| | | | SVN-Revision: 22848
* generic: fix pm25lv SPI flash supportGabor Juhos2010-08-253-6/+6
| | | | SVN-Revision: 22804
* kernel: fix some mistakes in ssb patch refresh in r22766, r22767 and r22768.Hauke Mehrtens2010-08-222-56/+1
| | | | SVN-Revision: 22774
* update to 2.6.32.20Florian Fainelli2010-08-229-156/+31
| | | | SVN-Revision: 22766
* generic: update ARM mach-typesGabor Juhos2010-08-151-0/+546
| | | | SVN-Revision: 22662
* generic: fix wrong number of erase sectors for xxxS33B SPI flashesGabor Juhos2010-08-141-3/+3
| | | | SVN-Revision: 22643