summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36
Commit message (Collapse)AuthorAgeFilesLines
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberjogo2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverjow2011-10-061-4/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] remove 8*1-usb_serial_endpoint_size.patchflorian2011-08-031-25/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf-linux: version bump to 20110720hauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testinghauke2011-07-234-86/+3694
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic]: fixup mtd refresh and co.kaloz2011-07-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)florian2011-07-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the gpio_dev driver: remove existing forward port patches, use ↵nbd2011-07-011-11/+0
| | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] backport upstream Kernel commit ↵jow2011-06-151-0/+26
| | | | | | 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] revert r26997, it does not apply against 2.6.36.4jow2011-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix mtd warningsflorian2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] Clean up patch not applyinghcg2011-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: backport some ssb changes to support a mac80211 updatenbd2011-05-161-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add definitions for Alcatel X220D and Huawai E173s to option.ko ↵jow2011-05-151-0/+34
| | | | | | (#9422) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH v3] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCblogic2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.nbd2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] flash_chips: Removed forced recognition of Macronix MX29LV640T ↵cshore2011-04-021-30/+0
| | | | | | flash chip. It should be recognized by the CFI and not need forcing. User has not since replied. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: update ssb to version from linux-next-20110311hauke2011-03-131-0/+467
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: allow EAP frames to pass through bridges even in learning state - ↵nbd2011-03-101-0/+11
| | | | | | fixes issues with WDS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: the patch to disable the crypto tests is no longer necessary since ↵nbd2011-02-241-64/+0
| | | | | | 2.6.36, remove it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove imq support, refresh patchesnbd2011-02-2124-1409/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a new scheduler action for restoring the connection tracking ↵nbd2011-02-211-0/+171
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add two solos-releated patches from Philip Prindevilleflorian2011-02-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to kernel 2.6.36.4florian2011-02-194-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] update ARM mach-typesjow2011-02-021-3/+85
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/mips]: we don't support gcc 4.1.xkaloz2011-01-271-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: remove en25pxx support patch, it is in mainline since 2.6.36juhosg2011-01-252-16/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when bridging, do not forward EAP frames to other ports, only ↵nbd2011-01-251-0/+15
| | | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong here - take #2kaloz2011-01-245-169/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong herekaloz2011-01-241-89/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: generic: remove MIPS device tree backport patch from 2.6.36juhosg2011-01-091-233/+0
| | | | | | It makes no sense without a platform which uses that. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. ↵jow2011-01-051-1/+1
| | | | | | Thanks Daniel Dickinson for tracking this down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: update ARM mach-typesjuhosg2010-12-291-0/+445
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelhauke2010-12-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] fix layer7 patches for Kernels >= 2.6.35, thanks Daniel Gimpelevichjow2010-12-191-6/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add LED trigger for USB device presence/activityjuhosg2010-12-171-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add usb_find_device_by_name helperjuhosg2010-12-171-0/+84
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update kernel versionshauke2010-12-111-3/+3
| | | | | | | | Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)acoul2010-12-082-41/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ethernet driver fixup for ppc4xxkaloz2010-12-081-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] flash_chips: Added Macronix MX29LV640T Flash Chip support ↵cshore2010-12-071-0/+30
| | | | | | previously mistakenly added to brcm63xx. Thanks blunoise. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] backport two changes from kernel.org:jow2010-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest stable kernelskaloz2010-11-243-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: switch to userspace __aligned_u64 calls. acoul2010-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update to layer7-2.22 for kernels >=2.6.36acoul2010-11-152-727/+788
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36acoul2010-11-141-0/+233
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add imq patches for linux kernels 2.6.35,36,37. (closes #8211)acoul2010-11-121-0/+1342
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update mini_fo for kernels >=2.6.36acoul2010-11-111-9/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a patch to fixup pcie reset on kirkwood - also fixes the boot issue on ↵kaloz2010-11-101-0/+86
| | | | | | the wrt350n v2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add some missing patches, refresh patchesacoul2010-11-083-0/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23931 3c298f89-4303-0410-b956-a3cf2f4a3e73