Commit Graph

370 Commits (f03b067f326cef4ecf47ed7c03e3c5e8906ed436)

Author SHA1 Message Date
Hauke Mehrtens 1c0d5f5ae2 kernel: refresh patches for kernel 3.0-rc4
SVN-Revision: 27247
13 years ago
Jo-Philipp Wich 9cd64fa754 generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the 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
13 years ago
Hauke Mehrtens 79a7343560 kernel: update to kernel 2.6.38.8
SVN-Revision: 27218
13 years ago
Florian Fainelli b97459eb88 add missing USBIP_CORE item in config-3.0
SVN-Revision: 27195
13 years ago
Hauke Mehrtens 235e331987 linux/generic: Add support for 3.0-rc3
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
13 years ago
Jo-Philipp Wich 5752efdadd 2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol defined.
Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27182
13 years ago
Felix Fietkau dcddcfca24 add missing kernel config symbols for usb on powerpc
SVN-Revision: 27181
13 years ago
Jo-Philipp Wich d39379296c backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code)
SVN-Revision: 27179
13 years ago
Jo-Philipp Wich 14913ab8b0 revert r26997, it does not apply against 2.6.36.4
SVN-Revision: 27178
13 years ago
John Crispin e3e2a170cd we dont need 1024 bytes buffer. 128 bytes is enough.
SVN-Revision: 27143
13 years ago
Florian Fainelli 4aaf590909 add more config symbols to 2.6.39
SVN-Revision: 27111
13 years ago
Florian Fainelli de2e05b6f2 add some missing 2.6.39 config symbols
SVN-Revision: 27105
13 years ago
Florian Fainelli 763b58c30c update to 2.6.39.1
patch from Peter Wagner

SVN-Revision: 27104
13 years ago
Felix Fietkau 56dd5c4388 fix a crash in mtd_concat when the .sync op is not implemented
SVN-Revision: 27074
13 years ago
Felix Fietkau 628cb35179 m25p80: add the chip id for the winbond w25q128 chip
SVN-Revision: 27073
13 years ago
John Crispin 6608f419d1 * backport 2.6.8 patches to .39 / .32.33
* remove lqtapi
* bump tapi/dsl to .39
* migrate to new ltq_ style api
* add amazon_se support

SVN-Revision: 27026
13 years ago
Hauke Mehrtens 6f7ae75ffa kernel: exportfs: reallow building as a module
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
13 years ago
Hauke Mehrtens 6769216a64 kernel: generic: Update 2.6.39 to final
* 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
13 years ago
Hauke Mehrtens c69f2d8788 kernel: some updates for kernel 2.6.39
* 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
13 years ago
Florian Fainelli fad3f46f0d fix mtd warnings
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
13 years ago
Hamish Guthrie 50d2a84a21 Clean up patch not applying
SVN-Revision: 26997
13 years ago
Florian Fainelli f9f8dcfa70 refresh 2.6.37 patches
SVN-Revision: 26955
13 years ago
Felix Fietkau 894d50da25 kernel: backport some ssb changes to support a mac80211 update
SVN-Revision: 26911
13 years ago
Jo-Philipp Wich d475545c91 remove an accidentally copied comment from the option.ko device patch
SVN-Revision: 26908
13 years ago
Jo-Philipp Wich 43e002fe5e add definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)
SVN-Revision: 26906
13 years ago
Hauke Mehrtens a4c0645326 kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.

SVN-Revision: 26905
13 years ago
Florian Fainelli 3fc33726a5 add missing 2.6.38 touchscreen config symbols
SVN-Revision: 26872
13 years ago
John Crispin 60c125b8e6 (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC
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
13 years ago
Travis Kemen bc121d5706 ipv6: restore correct ECN handling on TCP xmit Thanks Dave Taht
SVN-Revision: 26858
13 years ago
Florian Fainelli fd33dffe60 add missing 2.6.38 symbols
SVN-Revision: 26832
13 years ago
Alexandros C. Couloumbis c27ffb1912 linux/generic: port yaffs to 2.6.39
SVN-Revision: 26818
13 years ago
Florian Fainelli a18ec3c37e update to 2.6.38
SVN-Revision: 26803
13 years ago
Felix Fietkau eb270c4d33 ar8316: automatically detect whether port4 is used as PHY or as a switch port
SVN-Revision: 26778
13 years ago
Felix Fietkau 2336d4b438 ar8216: support AR8316 rev 0 devices
SVN-Revision: 26776
13 years ago
Felix Fietkau 9e8cd78944 swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK
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
13 years ago
Felix Fietkau ede6b0d360 rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.
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
13 years ago
Felix Fietkau 5a0df036b0 Remove 2.6.35. It's not used anymore.
Signed-off-by: Jochen Friedrich <jochen@scram.de>

SVN-Revision: 26704
13 years ago
Felix Fietkau f385231730 fix a typo in the kernel patch description
SVN-Revision: 26693
13 years ago
Felix Fietkau a1624421ae kernel: reorganize 2.6.37 patches
SVN-Revision: 26692
13 years ago
Felix Fietkau 3fa43f54a2 kernel: reorganize 2.6.39 patches
SVN-Revision: 26691
13 years ago
Felix Fietkau 71d8c66250 kernel: reorganize 2.6.38 patches, clean up block2mtd patches
SVN-Revision: 26690
13 years ago
Felix Fietkau 4a6e01fa38 kernel: add a PATCHES text file describing the new patch categories
SVN-Revision: 26689
13 years ago
Felix Fietkau 2066c21c92 kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37 Fixes a bug that led to ECN enabled flows being de-prioritized by pfifo_fast
SVN-Revision: 26687
13 years ago
Felix Fietkau 0959467583 solos: various upstreamed solos patches
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
13 years ago
Felix Fietkau 127e4ebd32 generic: Add support for 2.6.39
Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx.

SVN-Revision: 26615
13 years ago
Gabor Juhos f358166236 generic: rtl8366{s,rb}: remove the PHY driver.
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
13 years ago
Gabor Juhos e28b459b21 generic: add support for the MX25L1606E SPI flash
SVN-Revision: 26596
13 years ago
Hauke Mehrtens 2ce13f05cb kernel: add symbols, small fixes
* 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
13 years ago
Hauke Mehrtens bba5f37bb8 kernel: add missing config options
SVN-Revision: 26552
13 years ago
Hauke Mehrtens 50c743e79e kernel: Update to version 2.6.37.6
Thank you Peter Wagner for the patch

SVN-Revision: 26441
13 years ago