aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0
Commit message (Collapse)AuthorAgeFilesLines
* add 101-perf_arm_uclibc.patch to 3.0 patchesFlorian Fainelli2011-08-051-0/+13
| | | | SVN-Revision: 27909
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-031-26/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885
* refresh 3.0 patchesFlorian Fainelli2011-08-022-8/+8
| | | | SVN-Revision: 27879
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵Felix Fietkau2011-07-304-0/+223
| | | | | | and 3.0 SVN-Revision: 27840
* From: George Kashperko <george@znau.edu.ua> Issue map read after Write ↵Jo-Philipp Wich2011-07-241-0/+18
| | | | | | Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 27760
* refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 finalJo-Philipp Wich2011-07-241-4/+4
| | | | SVN-Revision: 27759
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-61/+24
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* 3.0 is outImre Kaloz2011-07-231-9/+0
| | | | SVN-Revision: 27736
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-223-18/+366
| | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723
* kernel: update to linux-3.0 and refresh patches.Hauke Mehrtens2011-07-225-8/+10
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722
* upgrade to 3.0-rc7Imre Kaloz2011-07-127-38/+10
| | | | SVN-Revision: 27600
* add mpcore_wdt fixesImre Kaloz2011-07-084-0/+178
| | | | SVN-Revision: 27557
* refresh patchesImre Kaloz2011-07-071-16/+2
| | | | SVN-Revision: 27527
* 3.0 is at rc6 nowImre Kaloz2011-07-071-1/+1
| | | | SVN-Revision: 27524
* add support for and switch to XZ compressed kernels on ARMImre Kaloz2011-07-071-0/+107
| | | | SVN-Revision: 27518
* fixup mtd refresh and co.Imre Kaloz2011-07-061-5/+16
| | | | SVN-Revision: 27491
* fix myloader patch, thanks KanjiMonsterImre Kaloz2011-07-061-1/+1
| | | | SVN-Revision: 27490
* replace the cut down machtype with the full one, as we support a lot of ↵Imre Kaloz2011-07-061-0/+2991
| | | | | | not-yet-upstreamed stuff SVN-Revision: 27485
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-051-1/+2
| | | | SVN-Revision: 27457
* fix the gpio_dev driver: remove existing forward port patches, use ↵Felix Fietkau2011-07-011-11/+0
| | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) SVN-Revision: 27322
* kernel: refresh patches for kernel 3.0-rc5Hauke Mehrtens2011-06-283-7/+8
| | | | SVN-Revision: 27300
* kernel: update ssb and bcma to linux-next next-20110628Hauke Mehrtens2011-06-282-3/+34
| | | | SVN-Revision: 27299
* kernel: update ssb and bcma to linux-next next-20110627Hauke Mehrtens2011-06-272-0/+684
| | | | SVN-Revision: 27293
* kernel: refresh patches for kernel 3.0-rc4Hauke Mehrtens2011-06-2113-14/+14
| | | | SVN-Revision: 27247
* generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵Jo-Philipp Wich2011-06-191-0/+101
| | | | | | | | | | | | bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish). The codepath seems to be only taken when using IPv6, so there should be no negative side effects when IPv6 isn't loaded. I did not measure how big the performance impact is. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27237
* linux/generic: Add support for 3.0-rc3Hauke Mehrtens2011-06-15107-0/+59322
Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27191