aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* 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
* generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)Alexandros C. Couloumbis2010-03-231-0/+2
| | | | SVN-Revision: 20386
* kernel: Add some missing config symbolsHauke Mehrtens2010-03-215-10/+142
| | | | | | | This adds some missing config symbols and opens the menu behind CONFIG_SND_PCI and CONFIG_ISDN. SVN-Revision: 20339
* generic-2.6: sync patches to 2.6.34-rc2Alexandros C. Couloumbis2010-03-211-2/+3
| | | | SVN-Revision: 20329
* base-files: show boot state on intramfs imagesGabor Juhos2010-03-181-0/+5
| | | | SVN-Revision: 20289
* add missing configuration symbolsFlorian Fainelli2010-03-173-0/+3
| | | | SVN-Revision: 20255
* generic-2.6: sync patches to 2.6.33.1Alexandros C. Couloumbis2010-03-162-11/+11
| | | | SVN-Revision: 20236
* also fix invalid hunks in 2.6.33 patchFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20209
* add 2.6.34 supportFlorian Fainelli2010-03-141-0/+11
| | | | SVN-Revision: 20208
* fix invalid hunks in 060-block2mtd_init.patch fileFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20207
* export rescan_partitions to prevent linking failures in block2mtd (#6741)Florian Fainelli2010-03-143-0/+46
| | | | SVN-Revision: 20205
* kernel: refresh lzo patch for 2.6.33Gabor Juhos2010-03-141-5/+3
| | | | SVN-Revision: 20199
* fix the building of the lzo decompressor on some architecturesFlorian Fainelli2010-03-121-0/+13
| | | | SVN-Revision: 20157
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 configNicolas Thill2010-03-121-1/+0
| | | | SVN-Revision: 20156
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-115-0/+415
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-113-0/+143
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-116-72/+0
| | | | | | remove it SVN-Revision: 20149
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11104-0/+33933
| | | | SVN-Revision: 20140
* generic-2.6: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+2844
| | | | SVN-Revision: 20138
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-115-4/+5
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* ar8216: fix the mtu register definitionFelix Fietkau2010-03-091-1/+1
| | | | SVN-Revision: 20110
* Several small fixes for ar8216 driver (patch by Jonas Gorski)Felix Fietkau2010-03-092-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create defines for some magic values/masks. * Change vlan_id to u16, to allow VIDs > 255. * Add a range check to set_pvid as it isn't a VID, but the index in the vlan table. * Set the max VID to 4094, since 4095 is a reserved value and should not be used. * In mangle_rx replace the provided VID with the VID of the table entry of the port, not the index of the table. * In hw_apply, remove a redundant emptyness check (was already checked several lines above). * In no vlan mode do not set the ingress mode to secure, as there are no vlan table entries, but to use the port's destination masks. Otherwise the switch won't forward anything. * In read_status tell that the phy is up (taken from the rtl8306 driver). SVN-Revision: 20083
* fix missing symbols for kernel 2.6.33, closes #6803 thanks MaddesTravis Kemen2010-03-051-0/+24
| | | | SVN-Revision: 20010