summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAge
...
* Remove pcmcia support from ssb.Hauke Mehrtens2009-05-24
| | | | SVN-Revision: 16023
* generic-2.6/2.6.30: mini_fo fixesGabor Juhos2009-05-22
| | | | SVN-Revision: 15991
* generic-2.6: move PCI quirk patch from the adm5120 target into the generic ↵Gabor Juhos2009-05-22
| | | | | | patches SVN-Revision: 15985
* generic-2.6/2.6.28: refresh patchesGabor Juhos2009-05-22
| | | | SVN-Revision: 15982
* generic-2.6/2.6.30: refresh patchesGabor Juhos2009-05-22
| | | | SVN-Revision: 15981
* generic-2.6/2.6.30: nuke unnecessary patchGabor Juhos2009-05-22
| | | | SVN-Revision: 15978
* generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with ↵Gabor Juhos2009-05-21
| | | | | | CONFIG_CRYPTO_ALGAPI2 SVN-Revision: 15960
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-20
| | | | SVN-Revision: 15934
* generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵Gabor Juhos2009-05-20
| | | | | | mips_machine stuff SVN-Revision: 15930
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-19
| | | | SVN-Revision: 15926
* remove 2.6.29 since there are no remaining users of itFlorian Fainelli2009-05-19
| | | | SVN-Revision: 15922
* even more config file cleanupImre Kaloz2009-05-18
| | | | SVN-Revision: 15913
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-18
| | | | SVN-Revision: 15912
* generic/2.6.{29,30}: fix rootfs_split with squashfs4Gabor Juhos2009-05-15
| | | | SVN-Revision: 15867
* config cleanupsImre Kaloz2009-05-15
| | | | SVN-Revision: 15861
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-14
| | | | SVN-Revision: 15849
* some additional config file cleanup..Imre Kaloz2009-05-14
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-14
| | | | SVN-Revision: 15844
* netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵Nicolas Thill2009-05-14
| | | | | | 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-14
| | | | SVN-Revision: 15842
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-14
| | | | SVN-Revision: 15840
* also workaround gcc4.1 bug with binfmt_elf for 2.6.30Florian Fainelli2009-05-13
| | | | SVN-Revision: 15825
* reduce the total cpu usage of ipt_do_table under high network load from 3.1% ↵Felix Fietkau2009-05-13
| | | | | | 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-13
| | | | | | shown the -O2 kernel to react much better to high cpu/network load situations SVN-Revision: 15821
* add missing configuration symbolFlorian Fainelli2009-05-13
| | | | SVN-Revision: 15817
* Add missing kernel configuration options.Hauke Mehrtens2009-05-12
| | | | SVN-Revision: 15806
* Only build the modules needed by mac80211 as module.Hauke Mehrtens2009-05-12
| | | | SVN-Revision: 15805
* Compile fix. Port r15775 to kernel 2.6.30.Hauke Mehrtens2009-05-12
| | | | SVN-Revision: 15803
* add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)Florian Fainelli2009-05-12
| | | | SVN-Revision: 15797
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-11
| | | | SVN-Revision: 15784
* Refresh patches.Hauke Mehrtens2009-05-11
| | | | SVN-Revision: 15776
* Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on ↵Hauke Mehrtens2009-05-11
| | | | | | 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-11
| | | | SVN-Revision: 15774
* improve the skb padding performance change to avoid unnecessary ↵Felix Fietkau2009-05-10
| | | | | | reallocations in the routing code SVN-Revision: 15761
* generic-2.6/2.6.30: resync patches for 2.6.30-rc5Gabor Juhos2009-05-09
| | | | SVN-Revision: 15736
* add missing RTC_DEBUG symbolImre Kaloz2009-05-07
| | | | SVN-Revision: 15696
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-07
| | | | | | | | 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-07
| | | | 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-07
| | | | SVN-Revision: 15655
* prepare default configuration for kernel side imq updateJo-Philipp Wich2009-05-07
| | | | SVN-Revision: 15654
* use force_sig when handling address errorsFlorian Fainelli2009-05-06
| | | | SVN-Revision: 15642
* workaround a gcc-4.1 bug which cannot see that word will be initializedFlorian Fainelli2009-05-06
| | | | SVN-Revision: 15639
* add missing RTC symbols to generic configsImre Kaloz2009-05-05
| | | | SVN-Revision: 15617
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-04
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-04
| | | | SVN-Revision: 15605
* fix typoImre Kaloz2009-05-04
| | | | SVN-Revision: 15604
* cleanup MTD option handlingImre Kaloz2009-05-04
| | | | SVN-Revision: 15602
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-04
| | | | SVN-Revision: 15587
* refresh patchesImre Kaloz2009-05-04
| | | | SVN-Revision: 15581
* layer7 has been upgraded in [15517], but the old patches weren't removed -- ↵Imre Kaloz2009-05-04
| | | | | | remove them now SVN-Revision: 15580