aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing linux-3.0 config symbolFlorian Fainelli2011-06-241-0/+1
| | | | SVN-Revision: 27269
* kernel: refresh patches for kernel 3.0-rc4Hauke Mehrtens2011-06-2114-14/+15
| | | | SVN-Revision: 27247
* generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵Jo-Philipp Wich2011-06-193-0/+303
| | | | | | | | | | | | bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish). The codepath seems to be only taken when using IPv6, so there should be no negative side effects when IPv6 isn't loaded. I did not measure how big the performance impact is. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27237
* kernel: update to kernel 2.6.38.8Hauke Mehrtens2011-06-185-12/+12
| | | | SVN-Revision: 27218
* add missing USBIP_CORE item in config-3.0Florian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27195
* linux/generic: Add support for 3.0-rc3Hauke Mehrtens2011-06-15108-0/+62478
| | | | | | | | Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27191
* 2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol ↵Jo-Philipp Wich2011-06-151-0/+1
| | | | | | | | defined. Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27182
* add missing kernel config symbols for usb on powerpcFelix Fietkau2011-06-152-0/+4
| | | | SVN-Revision: 27181
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-156-0/+156
| | | | | | (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
* we dont need 1024 bytes buffer. 128 bytes is enough.John Crispin2011-06-091-2/+2
| | | | SVN-Revision: 27143
* add more config symbols to 2.6.39Florian Fainelli2011-06-041-0/+6
| | | | SVN-Revision: 27111
* add some missing 2.6.39 config symbolsFlorian Fainelli2011-06-041-0/+4
| | | | SVN-Revision: 27105
* update to 2.6.39.1Florian Fainelli2011-06-042-3/+3
| | | | | | patch from Peter Wagner SVN-Revision: 27104
* fix a crash in mtd_concat when the .sync op is not implementedFelix Fietkau2011-06-013-0/+36
| | | | SVN-Revision: 27074
* m25p80: add the chip id for the winbond w25q128 chipFelix Fietkau2011-06-013-0/+30
| | | | SVN-Revision: 27073
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-292-0/+24
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* kernel: exportfs: reallow building as a moduleHauke Mehrtens2011-05-251-0/+11
| | | | | | | | | | | | | | | It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new syscall). The actual commit[1] changed it in a way this isn't needed anymore, but accidentially left the EXPORTFS change in. There's no reason for it not being buildable as a module, so changing it back to tristate is fine. see: https://patchwork.kernel.org/patch/812832/ Thank you Jonas Gorski for the patch. SVN-Revision: 27011
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-2/+28
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* kernel: some updates for kernel 2.6.39Hauke Mehrtens2011-05-2526-79/+212
| | | | | | | | | | * add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch SVN-Revision: 27009
* fix mtd warningsFlorian Fainelli2011-05-255-10/+30
| | | | | | | | | | | | | | | 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
* refresh 2.6.37 patchesFlorian Fainelli2011-05-2026-72/+72
| | | | SVN-Revision: 26955
* kernel: backport some ssb changes to support a mac80211 updateFelix Fietkau2011-05-166-0/+462
| | | | SVN-Revision: 26911
* remove an accidentally copied comment from the option.ko device patchJo-Philipp Wich2011-05-151-1/+1
| | | | SVN-Revision: 26908
* add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)Jo-Philipp Wich2011-05-156-0/+207
| | | | SVN-Revision: 26906
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patchesHauke Mehrtens2011-05-1526-110/+74
| | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
* add missing 2.6.38 touchscreen config symbolsFlorian Fainelli2011-05-111-0/+2
| | | | SVN-Revision: 26872
* (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCJohn Crispin2011-05-0910-44/+791
| | | | | | | | | | | | | | | | | | | 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 TahtTravis Kemen2011-05-082-0/+50
| | | | SVN-Revision: 26858
* add missing 2.6.38 symbolsFlorian Fainelli2011-05-051-0/+4
| | | | SVN-Revision: 26832
* linux/generic: port yaffs to 2.6.39Alexandros C. Couloumbis2011-05-041-0/+147
| | | | SVN-Revision: 26818
* update to 2.6.38Florian Fainelli2011-05-021-0/+1
| | | | SVN-Revision: 26803
* ar8316: automatically detect whether port4 is used as PHY or as a switch portFelix Fietkau2011-04-281-32/+61
| | | | SVN-Revision: 26778
* ar8216: support AR8316 rev 0 devicesFelix Fietkau2011-04-281-0/+1
| | | | SVN-Revision: 26776
* swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCKFelix Fietkau2011-04-261-1/+1
| | | | | | | | | SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26770
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.Felix Fietkau2011-04-177-29/+43
| | | | | | | | | | 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
* Remove 2.6.35. It's not used anymore.Felix Fietkau2011-04-17123-43410/+0
| | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26704
* fix a typo in the kernel patch descriptionFelix Fietkau2011-04-161-1/+1
| | | | SVN-Revision: 26693
* kernel: reorganize 2.6.37 patchesFelix Fietkau2011-04-16121-376/+366
| | | | SVN-Revision: 26692
* kernel: reorganize 2.6.39 patchesFelix Fietkau2011-04-16102-334/+300
| | | | SVN-Revision: 26691
* kernel: reorganize 2.6.38 patches, clean up block2mtd patchesFelix Fietkau2011-04-16108-380/+324
| | | | SVN-Revision: 26690
* kernel: add a PATCHES text file describing the new patch categoriesFelix Fietkau2011-04-161-0/+15
| | | | SVN-Revision: 26689
* kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37 Fixes a bug ↵Felix Fietkau2011-04-161-0/+11
| | | | | | that led to ECN enabled flows being de-prioritized by pfifo_fast SVN-Revision: 26687
* solos: various upstreamed solos patchesFelix Fietkau2011-04-122-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 2.6.39Felix Fietkau2011-04-12103-0/+62035
| | | | | | Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx. SVN-Revision: 26615
* generic: rtl8366{s,rb}: remove the PHY driver.Gabor Juhos2011-04-122-104/+2
| | | | | | | | | | Since the PHY driver is only used for the WAN port and there is virtually no difference between it and the generic PHY driver, we can sefely remove it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26600
* generic: add support for the MX25L1606E SPI flashGabor Juhos2011-04-112-0/+40
| | | | SVN-Revision: 26596
* kernel: add symbols, small fixesHauke Mehrtens2011-04-097-0/+20
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* kernel: add missing config optionsHauke Mehrtens2011-04-094-0/+14
| | | | SVN-Revision: 26552