Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: add a PATCHES text file describing the new patch categories | Felix Fietkau | 2011-04-16 | 1 | -0/+15 |
| | | | | SVN-Revision: 26689 | ||||
* | 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 2.6.39 | Felix Fietkau | 2011-04-12 | 103 | -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 Juhos | 2011-04-12 | 2 | -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 flash | Gabor Juhos | 2011-04-11 | 2 | -0/+40 |
| | | | | SVN-Revision: 26596 | ||||
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | 7 | -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 options | Hauke Mehrtens | 2011-04-09 | 4 | -0/+14 |
| | | | | SVN-Revision: 26552 | ||||
* | 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: l2tp: fix possible oops on l2tp_eth module unload | Hauke Mehrtens | 2011-04-03 | 1 | -0/+37 |
| | | | | SVN-Revision: 26440 | ||||
* | kernel: add a missing kconfig symbol for 2.6.38 | Felix Fietkau | 2011-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 26417 | ||||
* | rtl8306: do not overwrite registers in the phy fixup, it could mess up other ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+6 |
| | | | | | | switches (fixes #8911) SVN-Revision: 26410 | ||||
* | kernel: add a missing dependency for the mv_cesa crypto driver | Felix Fietkau | 2011-04-02 | 2 | -0/+20 |
| | | | | SVN-Revision: 26406 | ||||
* | kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+1 |
| | | | | | | blkcipher, hash) SVN-Revision: 26402 | ||||
* | flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. ↵ | Daniel Dickinson | 2011-04-02 | 4 | -120/+0 |
| | | | | | | 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 | 1 | -12/+3 |
| | | | | SVN-Revision: 26378 | ||||
* | 2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to ↵ | Michael Büsch | 2011-03-30 | 1 | -11/+13 |
| | | | | | | acoul for noticing. SVN-Revision: 26377 | ||||
* | Update 2.6.38 to 2.6.38.2 | Michael Büsch | 2011-03-28 | 4 | -34/+59 |
| | | | | SVN-Revision: 26332 | ||||
* | Revert "kernel: remove all local symbols from kernel modules at link time to ↵ | Felix Fietkau | 2011-03-26 | 4 | -24/+2 |
| | | | | | | reduce their size" Use -x when stripping kernel modules instead SVN-Revision: 26305 | ||||
* | kernel: use -fno-caller-saves | Felix Fietkau | 2011-03-26 | 2 | -7/+13 |
| | | | | SVN-Revision: 26301 | ||||
* | kernel: remove all local symbols from kernel modules at link time to reduce ↵ | Felix Fietkau | 2011-03-25 | 4 | -2/+24 |
| | | | | | | 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 | 2 | -24/+0 |
| | | | | | | oprofile fix SVN-Revision: 26297 | ||||
* | enable the 'big kernel lock' by default | Imre Kaloz | 2011-03-22 | 2 | -1/+2 |
| | | | | SVN-Revision: 26267 | ||||
* | kernel: add missing config options | Hauke Mehrtens | 2011-03-19 | 1 | -0/+10 |
| | | | | SVN-Revision: 26238 | ||||
* | kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by ↵ | Hauke Mehrtens | 2011-03-19 | 16 | -32/+80 |
| | | | | | | | | | | 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 | 127 | -44555/+0 |
| | | | | SVN-Revision: 26229 | ||||
* | 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 | 2 | -0/+152 |
| | | | | SVN-Revision: 26215 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.38 | Felix Fietkau | 2011-03-17 | 15 | -8578/+2917 |
| | | | | SVN-Revision: 26213 | ||||
* | kernel: replace mini_fo with overlayfs for 2.6.37 | Felix Fietkau | 2011-03-17 | 15 | -8490/+2995 |
| | | | | SVN-Revision: 26209 | ||||
* | kernel: refresh 2.6.38 patches for final release | Felix Fietkau | 2011-03-16 | 26 | -76/+74 |
| | | | | SVN-Revision: 26194 | ||||
* | kernel: disable xz for 2.6.38 for now, it is unused | Felix Fietkau | 2011-03-16 | 1 | -1/+2 |
| | | | | SVN-Revision: 26193 | ||||
* | kernel: add a few more missing config symbols | Felix Fietkau | 2011-03-16 | 1 | -0/+2 |
| | | | | SVN-Revision: 26192 | ||||
* | kernel: add a few missing kernel config symbols | Felix Fietkau | 2011-03-16 | 3 | -0/+16 |
| | | | | SVN-Revision: 26189 | ||||
* | ssb: update ssb to version from linux-next-20110311 | Hauke Mehrtens | 2011-03-13 | 11 | -639/+6777 |
| | | | | SVN-Revision: 26127 | ||||
* | kernel: update to kernel version 2.6.37.3 | Hauke Mehrtens | 2011-03-13 | 3 | -8/+6 |
| | | | | SVN-Revision: 26126 | ||||
* | kernel: update to kernel version 2.6.34.8 | Hauke Mehrtens | 2011-03-13 | 19 | -67/+67 |
| | | | | SVN-Revision: 26125 | ||||
* | kernel: update to kernel version 2.6.32.32 | Hauke Mehrtens | 2011-03-13 | 18 | -66/+66 |
| | | | | SVN-Revision: 26124 | ||||
* | * 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 | 7 | -0/+77 |
| | | | | | | fixes issues with WDS SVN-Revision: 26015 | ||||
* | Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵ | Jo-Philipp Wich | 2011-03-10 | 4 | -0/+284 |
| | | | | | | (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 | 2 | -0/+2 |
| | | | | SVN-Revision: 25984 | ||||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | 8 | -0/+16 |
| | | | | SVN-Revision: 25928 | ||||
* | 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 | ||||
* | yet another missing symbol | Jo-Philipp Wich | 2011-03-05 | 8 | -0/+8 |
| | | | | SVN-Revision: 25875 | ||||
* | add more missing kernel symbols | Jo-Philipp Wich | 2011-03-03 | 8 | -0/+16 |
| | | | | SVN-Revision: 25846 | ||||
* | add missing symbol | Jo-Philipp Wich | 2011-03-03 | 8 | -0/+8 |
| | | | | SVN-Revision: 25843 | ||||
* | 2.6.38: Let mac80211 select CONFIG_AVERAGE | Michael Büsch | 2011-03-01 | 1 | -0/+19 |
| | | | | SVN-Revision: 25818 | ||||
* | update arm mach-types | Imre Kaloz | 2011-03-01 | 1 | -0/+260 |
| | | | | SVN-Revision: 25806 | ||||
* | refresh patches with -rc6 | Imre Kaloz | 2011-03-01 | 17 | -135/+79 |
| | | | | SVN-Revision: 25805 |