summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: add lzma support for arm cpu.Hauke Mehrtens2010-05-231-0/+57
| | | | | | | | | | This patch appears to be lost beetween 2.6.32 and 2.6.33. Thank you Maddes for the patch. This helps making orion work with kernel 2.6.33. SVN-Revision: 21552
* generic-2.6: refresh patchesHauke Mehrtens2010-05-2311-43/+39
| | | | SVN-Revision: 21542
* target/generic-2.6: add missing bits for 2.6.30 ssb updateNicolas Thill2010-05-191-3/+166
| | | | SVN-Revision: 21507
* Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from ↵Lars-Peter Clausen2010-05-179-15/+15
| | | | | | 2.6.34-rcX to 2.6.34 SVN-Revision: 21498
* add missing ifxmips crypto config symbols, spotted by buildbotFlorian Fainelli2010-05-172-0/+2
| | | | SVN-Revision: 21483
* do not export find_task_by_vpid twice on 2.6.30Florian Fainelli2010-05-151-21/+19
| | | | SVN-Revision: 21456
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-1510-10/+45
| | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449
* Move CONFIG_LZMA_{DE,}COMPRESS to generic configLars-Peter Clausen2010-05-122-1/+5
| | | | | | It is selected by CONFIG_JFFS2_LZMA which is set in the generic config. SVN-Revision: 21437
* gpio_buttons: include slab.hLars-Peter Clausen2010-05-121-0/+1
| | | | | | Fixes build with 2.6.34 SVN-Revision: 21436
* kernel: add missing symbolHauke Mehrtens2010-05-121-0/+1
| | | | SVN-Revision: 21429
* Add missing symbols to generic 2.6.34 configLars-Peter Clausen2010-05-121-0/+47
| | | | SVN-Revision: 21428
* refresh 2.6.32 patchesFlorian Fainelli2010-05-0919-70/+68
| | | | SVN-Revision: 21411
* make etrax samsung flash patch generic (#6552)Florian Fainelli2010-05-093-0/+33
| | | | SVN-Revision: 21408
* fix build error on hifnHIPP spotted by buildbotFlorian Fainelli2010-05-051-0/+1
| | | | SVN-Revision: 21373
* update OCF framework to version 20100325Jo-Philipp Wich2010-05-04192-4797/+65214
| | | | SVN-Revision: 21356
* remove a bogus byteswap in the hifn_795x driver, should fix support for the ↵Jo-Philipp Wich2010-05-035-0/+85
| | | | | | VPN1411 crypto accelerator SVN-Revision: 21344
* use AMD standard command-set with winbond flash chips (#6966), patch from obinouFlorian Fainelli2010-05-033-0/+36
| | | | SVN-Revision: 21333
* kernel: bring ssb in sync with upstream (as of current wireless-testing)Felix Fietkau2010-04-304-77/+3441
| | | | SVN-Revision: 21269
* refresh 2.6.31 patchesFlorian Fainelli2010-04-2819-66/+66
| | | | SVN-Revision: 21240
* refresh 2.6.32 patchesFlorian Fainelli2010-04-2816-58/+58
| | | | SVN-Revision: 21233
* refresh kernel patchesAlexandros C. Couloumbis2010-04-2853-179/+179
| | | | SVN-Revision: 21217
* kernel: refresh patches for 2.6.34-rc5 and update md5sumGabor Juhos2010-04-221-1/+1
| | | | SVN-Revision: 21082
* kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernelsGabor Juhos2010-04-2219-105/+105
| | | | SVN-Revision: 21081
* kernel: add KEY_WPS_BUTTON definitionGabor Juhos2010-04-212-0/+51
| | | | SVN-Revision: 21073
* kernel: refresh patches with 2.6.34-rc4Hauke Mehrtens2010-04-1850-204/+204
| | | | SVN-Revision: 20999
* kernel: add missing symbolsHauke Mehrtens2010-04-183-2/+8
| | | | SVN-Revision: 20995
* kernel: fix build with kernel 2.6.34-rc4Hauke Mehrtens2010-04-181-0/+1
| | | | SVN-Revision: 20992
* kernel: add missing symbolsHauke Mehrtens2010-04-181-0/+20
| | | | SVN-Revision: 20991
* kernel: refresh 2.6.32 patchesGabor Juhos2010-04-172-4/+4
| | | | SVN-Revision: 20952
* swconfig: Add cpu port index to help output.Gabor Juhos2010-04-162-0/+2
| | | | | | | | | | | | | Let swconfig provide the cpu port index in its help page. This is needed as e.g. Atheros switches have their cpu port at port 0, not port 5. This could allow e.g. luci to get a rough overview of the layout of the switch. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20939
* 2.6.34: fix kzalloc errorAlexandros C. Couloumbis2010-04-151-1/+2
| | | | SVN-Revision: 20881
* add lzma/jffs2 patches for 2.6.34Alexandros C. Couloumbis2010-04-131-0/+5142
| | | | SVN-Revision: 20845
* don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. ↵Alexandros C. Couloumbis2010-04-132-2/+4
| | | | | | switch verbose mode on compresor statistics. SVN-Revision: 20844
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-1/+1
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* add jffs2/lzma support (not activated by default yet)Alexandros C. Couloumbis2010-04-121-0/+5142
| | | | SVN-Revision: 20828
* Add missing symbols to 2.6.34 configLars-Peter Clausen2010-04-111-0/+9
| | | | SVN-Revision: 20816
* swconfig: Check vlan/port indexes for validity.Florian Fainelli2010-04-111-0/+4
| | | | | | | | | | | | Swconfig needs to make sure that requested vlans/ports actually exist, else it might read or modify memory not belonging to itself. This patch adds a quick range check in swconfig's kernel part to prevent accidential or intentional memory modification. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20811
* refresh 2.6.33 patches for 2.6.33.2Florian Fainelli2010-04-1121-72/+72
| | | | SVN-Revision: 20803
* adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33John Crispin2010-04-101-0/+12
| | | | SVN-Revision: 20789
* Generic: Clean up output of AR8216 driver.Gabor Juhos2010-04-101-6/+8
| | | | | | | | | | | | | | | | This patch is rather a cosmetic patch. It fixes the following issues: * Demote the unknown device message to debug level to not spam the log. * Fix the version print of the unknown device message. * Output the 'attach' message only when attaching as switch driver, not when attaching as phy driver. * Correctly return NET_RX_DROP when dropping packets. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> Cc: bacfire@openwrt.org SVN-Revision: 20773
* refresh patchesFlorian Fainelli2010-04-097-36/+26
| | | | SVN-Revision: 20767
* generic: make chip detection more reliable in the AR8216 driverGabor Juhos2010-04-091-2/+22
| | | | | | | | Fixes broken ethernet on the Planex MZK-W04NU/W300NH boards. Cc: bacfire@openwrt.org SVN-Revision: 20753
* fix kexec for mips, patch from Adrian Byszuk (#7115)Florian Fainelli2010-04-086-0/+66
| | | | SVN-Revision: 20745
* Add support for the ar8316 switch. This patch enhances the ar8216 driver ↵Jo-Philipp Wich2010-04-052-38/+215
| | | | | | | | | | with ar8316 support and fixes some minor issues with the ar8216 driver itself. It should not break anything, but isn't tested on ar8216 devices. [PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g. Add the ar8216 driver to the ar71xx target, and add network configurations for the RouterStation Pro and the RouterBoard RB-450G. SVN-Revision: 20722
* add a subtarget and drivers for the Intel Tolapai SoCImre Kaloz2010-04-011-0/+1
| | | | SVN-Revision: 20648
* netfilter: fix ABI breakage caused by the netfilter match optimization ↵Felix Fietkau2010-03-285-0/+115
| | | | | | (fixes #5628) SVN-Revision: 20552
* enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733)Felix Fietkau2010-03-281-20/+46
| | | | SVN-Revision: 20551
* kernel: update to 2.6.32.10Gabor Juhos2010-03-261-1/+1
| | | | SVN-Revision: 20444
* add missing CONFIG_CB1400_CORE symbol, spotted by buildbotFlorian Fainelli2010-03-252-0/+2
| | | | SVN-Revision: 20426
* generic-2.6: fix r20386 (thanks nico), update missing symbols on ↵Alexandros C. Couloumbis2010-03-233-2/+4
| | | | | | config-2.6.32 too SVN-Revision: 20388