summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update to kernel 2.6.38.8hauke2011-06-185-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218 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
* fix a crash in mtd_concat when the .sync op is not implementednbd2011-06-011-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* m25p80: add the chip id for the winbond w25q128 chipnbd2011-06-011-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix mtd warningsflorian2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27007 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
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patcheshauke2011-05-1525-110/+73
| | | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26905 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
* [PATCH] ipv6: restore correct ECN handling on TCP xmitthepeople2011-05-081-0/+25
| | | | | | Thanks Dave Taht git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26858 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
* kernel: reorganize 2.6.38 patches, clean up block2mtd patchesnbd2011-04-16108-380/+324
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add support for the MX25L1606E SPI flashjuhosg2011-04-111-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: l2tp: fix possible oops on l2tp_eth module unloadhauke2011-04-031-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing dependency for the mv_cesa crypto drivernbd2011-04-021-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26406 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
* shmem_set_file: Remove ima_counts_get()mb2011-03-301-12/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 vm_exports.patch: Fix merge error introduced in r26332mb2011-03-301-11/+13
| | | | | | | Thanks to acoul for noticing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update 2.6.38 to 2.6.38.2mb2011-03-283-34/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "kernel: remove all local symbols from kernel modules at link time to ↵nbd2011-03-262-12/+1
| | | | | | | | reduce their size" Use -x when stripping kernel modules instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use -fno-caller-savesnbd2011-03-261-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove all local symbols from kernel modules at link time to reduce ↵nbd2011-03-252-1/+12
| | | | | | their size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips ↵nbd2011-03-251-12/+0
| | | | | | oprofile fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix an overlayfs deadlock on rmdirnbd2011-03-171-0/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: replace mini_fo with overlayfs for 2.6.38nbd2011-03-1714-8575/+2911
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 2.6.38 patches for final releasenbd2011-03-1626-76/+74
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: update ssb to version from linux-next-20110311hauke2011-03-131-0/+136
| | | | 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
* 2.6.38: Let mac80211 select CONFIG_AVERAGEmb2011-03-011-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/2.6.38]: update arm mach-typeskaloz2011-03-011-0/+260
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/2.6.38]: refresh patches with -rc6kaloz2011-03-0117-135/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block2mtd: More 2.6.38 fixesmb2011-02-281-3/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: Fix compile warningmb2011-02-281-20/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* jffs2-lzma: Fix compile warningmb2011-02-281-40/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mini_fo: More 2.6.38 fixesmb2011-02-281-10/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: the usb pci quirks removal patch was a bit overzealous, leave in ↵nbd2011-02-281-11/+17
| | | | | | some functions referenced from other modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when disabling common quirks, disable them in the usb subsystem as ↵nbd2011-02-271-0/+12
| | | | | | well - bios handover is useless for most platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: de-bloat the lzma library used by jffs2nbd2011-02-271-0/+485
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a patch for isolating individual bridge portsnbd2011-02-271-0/+103
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: fix block2mtd for 2.6.38acoul2011-02-241-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: fix r25699 take IIacoul2011-02-241-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: fix r25699 (thanks nbd)acoul2011-02-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: fix mini_fo for kernels >= 2.6.38acoul2011-02-241-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25699 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
* 2.6.38: Remove patches that are upstream in -rc6mb2011-02-232-403/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove imq support, refresh patchesnbd2011-02-211-1342/+0
| | | | 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
* [generic] update ARM mach-typesjow2011-02-021-4/+86
| | | | 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