Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 files | Imre Kaloz | 2009-12-27 |
| | | | | SVN-Revision: 18952 | ||
* | generic: ESFQ patch, only include net/netfilter/nf_conntrack.h when ↵ | Nicolas Thill | 2009-12-23 |
| | | | | | | CONFIG_NET_SCH_ESFQ_NFCT is set (fixes build failure on target where CONFIG_NETFILTER is not set) SVN-Revision: 18900 | ||
* | Remove patches already applied in generic and refresh patches. | Hauke Mehrtens | 2009-11-29 |
| | | | | | | This fixes #6200 SVN-Revision: 18597 | ||
* | make fpu emulation support configurable through kernel_menuconfig by adding ↵ | Felix Fietkau | 2009-11-13 |
| | | | | | | a prompt for it SVN-Revision: 18414 | ||
* | backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi ↵ | Felix Fietkau | 2009-11-09 |
| | | | | | | interface detection SVN-Revision: 18352 | ||
* | remove the old alix led junk which was replaced by upstream code | Felix Fietkau | 2009-11-05 |
| | | | | SVN-Revision: 18320 | ||
* | since we are using newer iptables version, we don't need this patch anymore | Imre Kaloz | 2009-10-26 |
| | | | | SVN-Revision: 18162 | ||
* | fix ssb compile error on 2.6.28 | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18063 | ||
* | fix errors in unresolved weak symbols on arm | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18062 | ||
* | ssb: sync with wireless-2.6 | Felix Fietkau | 2009-10-11 |
| | | | | SVN-Revision: 18022 | ||
* | inform users when the in-kernel mips FPU emulator is disabled (#5774) | Florian Fainelli | 2009-09-28 |
| | | | | SVN-Revision: 17794 | ||
* | Update ipset to version 3.2 | Hauke Mehrtens | 2009-09-27 |
| | | | | SVN-Revision: 17764 | ||
* | when using -O2 instead of -Os, get rid of the two optimizations that are ↵ | Felix Fietkau | 2009-09-22 |
| | | | | | | causing most of the extra bloat. brings kernel size close to the -Os size again SVN-Revision: 17679 | ||
* | move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic ↵ | Felix Fietkau | 2009-09-16 |
| | | | | | | files directory and remove patches for older kernel versions (no longer in use) SVN-Revision: 17594 | ||
* | kernel: wrong image_cmdline patches has been sent by accidentaly, replace them | Gabor Juhos | 2009-09-11 |
| | | | | SVN-Revision: 17570 | ||
* | kernel: get rid of the simple_prom_emulator, it is not really useful | Gabor Juhos | 2009-09-10 |
| | | | | SVN-Revision: 17567 | ||
* | kernel: add generic image_cmdline hack to MIPS targets | Gabor Juhos | 2009-09-10 |
| | | | | SVN-Revision: 17563 | ||
* | mode cygwin fixes for scripts/mod/file2alias | Florian Fainelli | 2009-08-27 |
| | | | | SVN-Revision: 17420 | ||
* | more linux kernel cygwin build fixes | Florian Fainelli | 2009-08-26 |
| | | | | SVN-Revision: 17402 | ||
* | fix for commit r17276 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17280 | ||
* | Do not build the mac80211 module in the kernel. The attributes ↵ | Hauke Mehrtens | 2009-08-15 |
| | | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276 | ||
* | add a driver for rtl8306 switches | Felix Fietkau | 2009-08-14 |
| | | | | SVN-Revision: 17248 | ||
* | arm: when linking the kernel, move the section discards after the other ↵ | Felix Fietkau | 2009-08-09 |
| | | | | | | sections to fix discarding unused symbol exports SVN-Revision: 17204 | ||
* | revert some accidentally committed test/debug changes from the module symbol ↵ | Felix Fietkau | 2009-08-09 |
| | | | | | | export patch - should fix #5655 SVN-Revision: 17200 | ||
* | backport fixed module exports patch to 2.6.28 | Felix Fietkau | 2009-08-09 |
| | | | | SVN-Revision: 17187 | ||
* | revert the module exports patch on 2.6.28 until it is fixed | Felix Fietkau | 2009-08-08 |
| | | | | SVN-Revision: 17185 | ||
* | add an optional config option for stripping all unnecessary symbol exports ↵ | Felix Fietkau | 2009-08-08 |
| | | | | | | from the kernel image SVN-Revision: 17181 | ||
* | fix a >2 year old stack overflow in the mtd rootfs split patch which only ↵ | Felix Fietkau | 2009-07-21 |
| | | | | | | caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch SVN-Revision: 16944 | ||
* | add a new arm lzma kernel decompressor based on rewritten (and much more ↵ | Felix Fietkau | 2009-07-21 |
| | | | | | | readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion SVN-Revision: 16939 | ||
* | 2.6.{28,30}: refresh patches | Gabor Juhos | 2009-07-20 |
| | | | | SVN-Revision: 16934 | ||
* | mips: fix another bug in the module relocation change: the wrong base ↵ | Felix Fietkau | 2009-07-18 |
| | | | | | | address for 24 bit jump -> long jump fixup table was used SVN-Revision: 16904 | ||
* | sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel ↵ | Felix Fietkau | 2009-07-18 |
| | | | | | | config (#5553) SVN-Revision: 16903 | ||
* | kernel: fix a relative addressing bug in the mips module relocation code change | Felix Fietkau | 2009-07-13 |
| | | | | SVN-Revision: 16831 | ||
* | MIPS: fix loading of modules with unresolved weak symbols | Gabor Juhos | 2009-07-13 |
| | | | | SVN-Revision: 16823 | ||
* | sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵ | Felix Fietkau | 2009-07-12 |
| | | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791 | ||
* | use subsys_initcall in the i2c-gpio driver | Gabor Juhos | 2009-07-11 |
| | | | | SVN-Revision: 16787 | ||
* | seems like the pages that mentioned mips 4k cores not having prefetch were ↵ | Felix Fietkau | 2009-07-11 |
| | | | | | | wrong. back out that patch. thx, juhosg SVN-Revision: 16775 | ||
* | mips: replace -mlong-calls with -mno-long-calls to make function calls ↵ | Felix Fietkau | 2009-07-11 |
| | | | | | | faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik SVN-Revision: 16772 | ||
* | mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵ | Felix Fietkau | 2009-07-11 |
| | | | | | | not implement it SVN-Revision: 16771 | ||
* | pppoe: add extra padding for the header (useful for drivers that need headroom) | Felix Fietkau | 2009-06-29 |
| | | | | SVN-Revision: 16628 | ||
* | turn off the Algorithmics FPU emulator by default now that we have software ↵ | Florian Fainelli | 2009-06-28 |
| | | | | | | floating point enabled in the toolchain, please recompile your toolchains and kernels SVN-Revision: 16605 | ||
* | refresh patches | Hauke Mehrtens | 2009-06-14 |
| | | | | SVN-Revision: 16444 | ||
* | refresh 2.6.28 patches | Florian Fainelli | 2009-06-08 |
| | | | | SVN-Revision: 16377 | ||
* | ocf: fix uninitialized variable access (thx, Dakon) | Felix Fietkau | 2009-06-01 |
| | | | | SVN-Revision: 16285 | ||
* | mips: fix gcc 4.4.0 build failure on delay.h (#5116) | Florian Fainelli | 2009-05-30 |
| | | | | SVN-Revision: 16209 | ||
* | Remove pcmcia support from ssb. | Hauke Mehrtens | 2009-05-24 |
| | | | | SVN-Revision: 16023 | ||
* | generic-2.6: move PCI quirk patch from the adm5120 target into the generic ↵ | Gabor Juhos | 2009-05-22 |
| | | | | | | patches SVN-Revision: 15985 | ||
* | generic-2.6/2.6.28: refresh patches | Gabor Juhos | 2009-05-22 |
| | | | | SVN-Revision: 15982 | ||
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 |
| | | | | SVN-Revision: 15840 | ||
* | reduce the total cpu usage of ipt_do_table under high network load from 3.1% ↵ | Felix Fietkau | 2009-05-13 |
| | | | | | | down to 1.6% (tested with oprofile) SVN-Revision: 15822 |