Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ar8216: support AR8316 rev 0 devices | Felix Fietkau | 2011-04-28 | |
| | | | | SVN-Revision: 26776 | |||
* | swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK | Felix Fietkau | 2011-04-26 | |
| | | | | | | | | | 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 Fietkau | 2011-04-17 | |
| | | | | | | | | | | 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 Fietkau | 2011-04-17 | |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26704 | |||
* | fix a typo in the kernel patch description | Felix Fietkau | 2011-04-16 | |
| | | | | SVN-Revision: 26693 | |||
* | kernel: reorganize 2.6.37 patches | Felix Fietkau | 2011-04-16 | |
| | | | | SVN-Revision: 26692 | |||
* | kernel: reorganize 2.6.39 patches | Felix Fietkau | 2011-04-16 | |
| | | | | SVN-Revision: 26691 | |||
* | kernel: reorganize 2.6.38 patches, clean up block2mtd patches | Felix Fietkau | 2011-04-16 | |
| | | | | SVN-Revision: 26690 | |||
* | kernel: add a PATCHES text file describing the new patch categories | Felix Fietkau | 2011-04-16 | |
| | | | | SVN-Revision: 26689 | |||
* | kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37 Fixes a bug ↵ | Felix Fietkau | 2011-04-16 | |
| | | | | | | 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 | |
| | | | | | | | | 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.39 | Felix Fietkau | 2011-04-12 | |
| | | | | | | 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 Juhos | 2011-04-12 | |
| | | | | | | | | | | 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 flash | Gabor Juhos | 2011-04-11 | |
| | | | | SVN-Revision: 26596 | |||
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | |
| | | | | | | | | * 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 options | Hauke Mehrtens | 2011-04-09 | |
| | | | | SVN-Revision: 26552 | |||
* | kernel: Update to version 2.6.37.6 | Hauke Mehrtens | 2011-04-03 | |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441 | |||
* | kernel: l2tp: fix possible oops on l2tp_eth module unload | Hauke Mehrtens | 2011-04-03 | |
| | | | | SVN-Revision: 26440 | |||
* | kernel: add a missing kconfig symbol for 2.6.38 | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26417 | |||
* | rtl8306: do not overwrite registers in the phy fixup, it could mess up other ↵ | Felix Fietkau | 2011-04-02 | |
| | | | | | | switches (fixes #8911) SVN-Revision: 26410 | |||
* | kernel: add a missing dependency for the mv_cesa crypto driver | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26406 | |||
* | kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵ | Felix Fietkau | 2011-04-02 | |
| | | | | | | blkcipher, hash) SVN-Revision: 26402 | |||
* | flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. ↵ | Daniel Dickinson | 2011-04-02 | |
| | | | | | | It should be recognized by the CFI and not need forcing. User has not since replied. SVN-Revision: 26400 | |||
* | shmem_set_file: Remove ima_counts_get() | Michael Büsch | 2011-03-30 | |
| | | | | SVN-Revision: 26378 | |||
* | 2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to ↵ | Michael Büsch | 2011-03-30 | |
| | | | | | | acoul for noticing. SVN-Revision: 26377 | |||
* | Update 2.6.38 to 2.6.38.2 | Michael Büsch | 2011-03-28 | |
| | | | | SVN-Revision: 26332 | |||
* | Revert "kernel: remove all local symbols from kernel modules at link time to ↵ | Felix Fietkau | 2011-03-26 | |
| | | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305 | |||
* | kernel: use -fno-caller-saves | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26301 | |||
* | kernel: remove all local symbols from kernel modules at link time to reduce ↵ | Felix Fietkau | 2011-03-25 | |
| | | | | | | 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 | |
| | | | | | | oprofile fix SVN-Revision: 26297 | |||
* | enable the 'big kernel lock' by default | Imre Kaloz | 2011-03-22 | |
| | | | | SVN-Revision: 26267 | |||
* | kernel: add missing config options | Hauke Mehrtens | 2011-03-19 | |
| | | | | SVN-Revision: 26238 | |||
* | kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by ↵ | Hauke Mehrtens | 2011-03-19 | |
| | | | | | | | | | | generated/autoconf.h. This fixes build with kernel 2.6.38. This was only build tested. Thank you philipp64 for reporting SVN-Revision: 26237 | |||
* | remove 2.6.34 support | Imre Kaloz | 2011-03-18 | |
| | | | | SVN-Revision: 26229 | |||
* | update to 2.6.32.33 and 2.6.37.4 | Imre Kaloz | 2011-03-18 | |
| | | | | SVN-Revision: 26226 | |||
* | kernel: fix an overlayfs deadlock on rmdir | Felix Fietkau | 2011-03-17 | |
| | | | | SVN-Revision: 26215 | |||
* | kernel: replace mini_fo with overlayfs for 2.6.38 | Felix Fietkau | 2011-03-17 | |
| | | | | SVN-Revision: 26213 | |||
* | kernel: replace mini_fo with overlayfs for 2.6.37 | Felix Fietkau | 2011-03-17 | |
| | | | | SVN-Revision: 26209 | |||
* | kernel: refresh 2.6.38 patches for final release | Felix Fietkau | 2011-03-16 | |
| | | | | SVN-Revision: 26194 | |||
* | kernel: disable xz for 2.6.38 for now, it is unused | Felix Fietkau | 2011-03-16 | |
| | | | | SVN-Revision: 26193 | |||
* | kernel: add a few more missing config symbols | Felix Fietkau | 2011-03-16 | |
| | | | | SVN-Revision: 26192 | |||
* | kernel: add a few missing kernel config symbols | Felix Fietkau | 2011-03-16 | |
| | | | | SVN-Revision: 26189 | |||
* | ssb: update ssb to version from linux-next-20110311 | Hauke Mehrtens | 2011-03-13 | |
| | | | | SVN-Revision: 26127 | |||
* | kernel: update to kernel version 2.6.37.3 | Hauke Mehrtens | 2011-03-13 | |
| | | | | SVN-Revision: 26126 | |||
* | kernel: update to kernel version 2.6.34.8 | Hauke Mehrtens | 2011-03-13 | |
| | | | | SVN-Revision: 26125 | |||
* | kernel: update to kernel version 2.6.32.32 | Hauke Mehrtens | 2011-03-13 | |
| | | | | SVN-Revision: 26124 | |||
* | * add atm patch to generic .37 series. this is needed for the dsl driver to ↵ | John Crispin | 2011-03-11 | |
| | | | | | | work. SVN-Revision: 26022 | |||
* | kernel: allow EAP frames to pass through bridges even in learning state - ↵ | Felix Fietkau | 2011-03-10 | |
| | | | | | | fixes issues with WDS SVN-Revision: 26015 | |||
* | Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵ | Jo-Philipp Wich | 2011-03-10 | |
| | | | | | | (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34 SVN-Revision: 26007 | |||
* | add two missing symbol for Kernel >= 2.6.37 | Jo-Philipp Wich | 2011-03-09 | |
| | | | | SVN-Revision: 25984 |