Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a crash in mtd_concat when the .sync op is not implemented | Felix Fietkau | 2011-06-01 | 1 | -0/+12 |
| | | | | SVN-Revision: 27074 | ||||
* | m25p80: add the chip id for the winbond w25q128 chip | Felix Fietkau | 2011-06-01 | 1 | -0/+10 |
| | | | | SVN-Revision: 27073 | ||||
* | fix mtd warnings | Florian Fainelli | 2011-05-25 | 2 | -4/+11 |
| | | | | | | | | | | | | | | | 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 | ||||
* | refresh 2.6.37 patches | Florian Fainelli | 2011-05-20 | 26 | -72/+72 |
| | | | | SVN-Revision: 26955 | ||||
* | kernel: backport some ssb changes to support a mac80211 update | Felix Fietkau | 2011-05-16 | 1 | -0/+77 |
| | | | | SVN-Revision: 26911 | ||||
* | add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422) | Jo-Philipp Wich | 2011-05-15 | 1 | -0/+34 |
| | | | | SVN-Revision: 26906 | ||||
* | (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC | John Crispin | 2011-05-09 | 1 | -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 Taht | Travis Kemen | 2011-05-08 | 1 | -0/+25 |
| | | | | SVN-Revision: 26858 | ||||
* | rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs. | Felix Fietkau | 2011-04-17 | 1 | -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.37 patches | Felix Fietkau | 2011-04-16 | 121 | -376/+366 |
| | | | | SVN-Revision: 26692 | ||||
* | kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37 Fixes a bug ↵ | Felix Fietkau | 2011-04-16 | 1 | -0/+11 |
| | | | | | | that led to ECN enabled flows being de-prioritized by pfifo_fast SVN-Revision: 26687 | ||||
* | solos: various upstreamed solos patches | Felix Fietkau | 2011-04-12 | 2 | -0/+158 |
| | | | | | | | | These patches were submitted to netdev and will likely be out in 2.6.38.3. In the meantime, they're needed in 2.6.37.6. Patch by Philip Prindeville SVN-Revision: 26616 | ||||
* | generic: add support for the MX25L1606E SPI flash | Gabor Juhos | 2011-04-11 | 1 | -0/+20 |
| | | | | SVN-Revision: 26596 | ||||
* | kernel: Update to version 2.6.37.6 | Hauke Mehrtens | 2011-04-03 | 4 | -13/+15 |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441 | ||||
* | kernel: add a missing dependency for the mv_cesa crypto driver | Felix Fietkau | 2011-04-02 | 1 | -0/+10 |
| | | | | SVN-Revision: 26406 | ||||
* | flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. ↵ | Daniel Dickinson | 2011-04-02 | 1 | -30/+0 |
| | | | | | | It should be recognized by the CFI and not need forcing. User has not since replied. SVN-Revision: 26400 | ||||
* | Revert "kernel: remove all local symbols from kernel modules at link time to ↵ | Felix Fietkau | 2011-03-26 | 2 | -12/+1 |
| | | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305 | ||||
* | kernel: use -fno-caller-saves | Felix Fietkau | 2011-03-26 | 1 | -4/+7 |
| | | | | SVN-Revision: 26301 | ||||
* | kernel: remove all local symbols from kernel modules at link time to reduce ↵ | Felix Fietkau | 2011-03-25 | 2 | -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 Fietkau | 2011-03-25 | 1 | -12/+0 |
| | | | | | | oprofile fix SVN-Revision: 26297 | ||||
* | update to 2.6.32.33 and 2.6.37.4 | Imre Kaloz | 2011-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 26226 | ||||
* | kernel: fix an overlayfs deadlock on rmdir | Felix Fietkau | 2011-03-17 | 1 | -0/+76 |
| | | | | SVN-Revision: 26215 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.37 | Felix Fietkau | 2011-03-17 | 14 | -8487/+2989 |
| | | | | SVN-Revision: 26209 | ||||
* | ssb: update ssb to version from linux-next-20110311 | Hauke Mehrtens | 2011-03-13 | 1 | -0/+445 |
| | | | | SVN-Revision: 26127 | ||||
* | kernel: update to kernel version 2.6.37.3 | Hauke Mehrtens | 2011-03-13 | 3 | -8/+6 |
| | | | | SVN-Revision: 26126 | ||||
* | * add atm patch to generic .37 series. this is needed for the dsl driver to ↵ | John Crispin | 2011-03-11 | 1 | -0/+12 |
| | | | | | | work. SVN-Revision: 26022 | ||||
* | kernel: allow EAP frames to pass through bridges even in learning state - ↵ | Felix Fietkau | 2011-03-10 | 1 | -0/+11 |
| | | | | | | fixes issues with WDS SVN-Revision: 26015 | ||||
* | atm/solos-pci: Fix incorrectly applied patch. Thanks to Philip A. ↵ | Michael Büsch | 2011-03-05 | 1 | -16/+15 |
| | | | | | | Prindeville for pointing it out. SVN-Revision: 25881 | ||||
* | kernel: the usb pci quirks removal patch was a bit overzealous, leave in ↵ | Felix Fietkau | 2011-02-28 | 1 | -11/+17 |
| | | | | | | some functions referenced from other modules SVN-Revision: 25785 | ||||
* | kernel: when disabling common quirks, disable them in the usb subsystem as ↵ | Felix Fietkau | 2011-02-27 | 1 | -0/+12 |
| | | | | | | well - bios handover is useless for most platforms SVN-Revision: 25768 | ||||
* | kernel: de-bloat the lzma library used by jffs2 | Felix Fietkau | 2011-02-27 | 1 | -0/+485 |
| | | | | SVN-Revision: 25767 | ||||
* | kernel: add a patch for isolating individual bridge ports | Felix Fietkau | 2011-02-27 | 1 | -0/+103 |
| | | | | SVN-Revision: 25762 | ||||
* | refresh 2.6.37 patches | Florian Fainelli | 2011-02-27 | 20 | -60/+60 |
| | | | | SVN-Revision: 25760 | ||||
* | kernel: the patch to disable the crypto tests is no longer necessary since ↵ | Felix Fietkau | 2011-02-24 | 1 | -64/+0 |
| | | | | | | 2.6.36, remove it SVN-Revision: 25689 | ||||
* | kernel: remove imq support, refresh patches | Felix Fietkau | 2011-02-21 | 22 | -1404/+62 |
| | | | | SVN-Revision: 25641 | ||||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 | 1 | -0/+171 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 | ||||
* | add two solos-releated patches from Philip Prindeville | Florian Fainelli | 2011-02-20 | 2 | -0/+30 |
| | | | | SVN-Revision: 25630 | ||||
* | update to 2.6.37.1 | Florian Fainelli | 2011-02-19 | 3 | -3/+3 |
| | | | | SVN-Revision: 25577 | ||||
* | refresh 2.6.37 patches | Florian Fainelli | 2011-02-12 | 21 | -61/+61 |
| | | | | SVN-Revision: 25483 | ||||
* | update ARM mach-types | Jo-Philipp Wich | 2011-02-02 | 1 | -3/+85 |
| | | | | SVN-Revision: 25333 | ||||
* | we don't support gcc 4.1.x | Imre Kaloz | 2011-01-27 | 1 | -11/+0 |
| | | | | SVN-Revision: 25147 | ||||
* | generic: remove en25pxx support patch, it is in mainline since 2.6.36 | Gabor Juhos | 2011-01-25 | 2 | -16/+3 |
| | | | | SVN-Revision: 25097 | ||||
* | kernel: when bridging, do not forward EAP frames to other ports, only ↵ | Felix Fietkau | 2011-01-25 | 1 | -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 #2 | Imre Kaloz | 2011-01-24 | 5 | -169/+0 |
| | | | | SVN-Revision: 25085 | ||||
* | platform specific patches don't belong here | Imre Kaloz | 2011-01-24 | 1 | -89/+0 |
| | | | | SVN-Revision: 25083 | ||||
* | fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel ↵ | Jo-Philipp Wich | 2011-01-05 | 1 | -1/+1 |
| | | | | | | Dickinson for tracking this down SVN-Revision: 24906 | ||||
* | generic: update ARM mach-types | Gabor Juhos | 2010-12-29 | 1 | -0/+307 |
| | | | | SVN-Revision: 24854 | ||||
* | target/linux: sync to kernel 2.6.37-rc8, refresh patches | Alexandros C. Couloumbis | 2010-12-29 | 21 | -91/+60 |
| | | | | SVN-Revision: 24847 | ||||
* | kernel: refresh patches with kernel 2.6.37-rc7 | Hauke Mehrtens | 2010-12-22 | 5 | -7/+7 |
| | | | | SVN-Revision: 24804 | ||||
* | kernel: use tab in front of ledtrig-netdev.o and refresh kernel | Hauke Mehrtens | 2010-12-22 | 2 | -2/+2 |
| | | | | SVN-Revision: 24798 |