summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-205-3/+1556
| | | | SVN-Revision: 15934
* generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵Gabor Juhos2009-05-201-13/+24
| | | | | | mips_machine stuff SVN-Revision: 15930
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-193-0/+3
| | | | SVN-Revision: 15926
* remove 2.6.29 since there are no remaining users of itFlorian Fainelli2009-05-1992-43947/+0
| | | | SVN-Revision: 15922
* even more config file cleanupImre Kaloz2009-05-187-4/+32
| | | | SVN-Revision: 15913
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-186-178/+6
| | | | SVN-Revision: 15912
* generic/2.6.{29,30}: fix rootfs_split with squashfs4Gabor Juhos2009-05-152-0/+54
| | | | SVN-Revision: 15867
* config cleanupsImre Kaloz2009-05-157-18/+40
| | | | SVN-Revision: 15861
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-141-1/+1
| | | | SVN-Revision: 15849
* some additional config file cleanup..Imre Kaloz2009-05-147-14/+27
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-147-31/+31
| | | | SVN-Revision: 15844
* netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵Nicolas Thill2009-05-141-237/+0
| | | | | | xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8 SVN-Revision: 15843
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-147-4/+283
| | | | SVN-Revision: 15842
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-147-0/+98
| | | | SVN-Revision: 15840
* also workaround gcc4.1 bug with binfmt_elf for 2.6.30Florian Fainelli2009-05-131-0/+11
| | | | SVN-Revision: 15825
* reduce the total cpu usage of ipt_do_table under high network load from 3.1% ↵Felix Fietkau2009-05-133-0/+129
| | | | | | down to 1.6% (tested with oprofile) SVN-Revision: 15822
* turn off -Os by default for the kernel and stick to -O2 repeated tests have ↵Felix Fietkau2009-05-137-7/+7
| | | | | | shown the -O2 kernel to react much better to high cpu/network load situations SVN-Revision: 15821
* add missing configuration symbolFlorian Fainelli2009-05-131-0/+1
| | | | SVN-Revision: 15817
* Add missing kernel configuration options.Hauke Mehrtens2009-05-121-1/+26
| | | | SVN-Revision: 15806
* Only build the modules needed by mac80211 as module.Hauke Mehrtens2009-05-121-3/+5
| | | | SVN-Revision: 15805
* Compile fix. Port r15775 to kernel 2.6.30.Hauke Mehrtens2009-05-122-24/+22
| | | | SVN-Revision: 15803
* add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)Florian Fainelli2009-05-123-0/+519
| | | | SVN-Revision: 15797
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-113-0/+27
| | | | SVN-Revision: 15784
* Refresh patches.Hauke Mehrtens2009-05-1115-111/+106
| | | | SVN-Revision: 15776
* Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on ↵Hauke Mehrtens2009-05-112-24/+22
| | | | | | http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES.old/kernel-esfq.patch?rev=1.4;content-type=text%2Fplain SVN-Revision: 15775
* Add some missing kernel configurations.Hauke Mehrtens2009-05-113-0/+25
| | | | SVN-Revision: 15774
* improve the skb padding performance change to avoid unnecessary ↵Felix Fietkau2009-05-103-12/+132
| | | | | | reallocations in the routing code SVN-Revision: 15761
* generic-2.6/2.6.30: resync patches for 2.6.30-rc5Gabor Juhos2009-05-097-42/+42
| | | | SVN-Revision: 15736
* add missing RTC_DEBUG symbolImre Kaloz2009-05-075-0/+5
| | | | SVN-Revision: 15696
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-077-7/+7
| | | | | | | | which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15684
* remove 2.6.26 since there are no remaining candidates for itFlorian Fainelli2009-05-0781-47765/+0
| | | | SVN-Revision: 15666
* update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30Jo-Philipp Wich2009-05-0722-1727/+3022
| | | | SVN-Revision: 15655
* prepare default configuration for kernel side imq updateJo-Philipp Wich2009-05-075-0/+5
| | | | SVN-Revision: 15654
* use force_sig when handling address errorsFlorian Fainelli2009-05-061-0/+45
| | | | SVN-Revision: 15642
* workaround a gcc-4.1 bug which cannot see that word will be initializedFlorian Fainelli2009-05-061-0/+11
| | | | SVN-Revision: 15639
* add missing RTC symbols to generic configsImre Kaloz2009-05-058-0/+131
| | | | SVN-Revision: 15617
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-048-0/+57
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-048-26/+37
| | | | SVN-Revision: 15605
* fix typoImre Kaloz2009-05-041-1/+1
| | | | SVN-Revision: 15604
* cleanup MTD option handlingImre Kaloz2009-05-048-1557/+2047
| | | | SVN-Revision: 15602
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-044-0/+18
| | | | SVN-Revision: 15587
* refresh patchesImre Kaloz2009-05-0415-65/+65
| | | | SVN-Revision: 15581
* layer7 has been upgraded in [15517], but the old patches weren't removed -- ↵Imre Kaloz2009-05-043-6303/+0
| | | | | | remove them now SVN-Revision: 15580
* refresh generic 2.6.28 patchesImre Kaloz2009-05-044-12/+12
| | | | SVN-Revision: 15578
* remove netfilter_upstream_fixes patches, not needed anymore after kernel ↵Nicolas Thill2009-05-032-200/+0
| | | | | | recent updates since they have been, well, fixed upstream :) SVN-Revision: 15576
* netfilter: add a check for ip proto in netfilter_match_speedup patches ↵Nicolas Thill2009-05-033-9/+18
| | | | | | (closes: #5041) SVN-Revision: 15574
* generic/2.6.30: add missing Kconfig optionsGabor Juhos2009-05-021-0/+3
| | | | SVN-Revision: 15560
* refresh patches for 2.6.30-rc4Imre Kaloz2009-05-013-4/+4
| | | | SVN-Revision: 15548
* upgrade sibyte to .30-rc4Imre Kaloz2009-05-011-2/+11
| | | | SVN-Revision: 15545
* add missing symbolsHauke Mehrtens2009-05-011-0/+2
| | | | SVN-Revision: 15537