summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* generic: rtl8366s: allow initial register values to be passed via platform_dataGabor Juhos2011-01-262-0/+18
| | | | SVN-Revision: 25120
* generic: remove en25pxx support patch, it is in mainline since 2.6.36Gabor Juhos2011-01-255-45/+6
| | | | SVN-Revision: 25097
* kernel: when bridging, do not forward EAP frames to other ports, only ↵Felix Fietkau2011-01-257-0/+105
| | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095
* refresh patchesImre Kaloz2011-01-242-3/+3
| | | | SVN-Revision: 25089
* replace the mips_boot patch with one that makes BOOT_RAW selectable, and ↵Imre Kaloz2011-01-243-11/+40
| | | | | | enable it in the generic config SVN-Revision: 25088
* this missing header patch is way too old for any sane software to depend on itImre Kaloz2011-01-241-9/+0
| | | | SVN-Revision: 25087
* remove mips gcc4 inline patch - fixed upstreamImre Kaloz2011-01-241-11/+0
| | | | SVN-Revision: 25086
* platform specific patches don't belong here - take #2Imre Kaloz2011-01-2440-1357/+0
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-246-534/+0
| | | | SVN-Revision: 25083
* refresh 2.6.38 patches with -rc2Imre Kaloz2011-01-248-18/+7
| | | | SVN-Revision: 25081
* preliminary 2.6.38 supportImre Kaloz2011-01-21119-0/+68771
| | | | SVN-Revision: 25057
* Missing symbols for CONFIG_xxx .. Thanks Philip PrindevilleDaniel Dickinson2011-01-171-0/+1
| | | | SVN-Revision: 25031
* add missing kernel kernel config symbolFelix Fietkau2011-01-162-0/+2
| | | | SVN-Revision: 25017
* kernel: deactivate ext4 SElinux support and extended attributes support in ↵Hauke Mehrtens2011-01-097-0/+11
| | | | | | | | general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville SVN-Revision: 24951
* generic: generic: remove MIPS device tree backport patch from 2.6.36Gabor Juhos2011-01-091-233/+0
| | | | | | It makes no sense without a platform which uses that. SVN-Revision: 24946
* generic: rtl8366: fix build errorGabor Juhos2011-01-091-2/+2
| | | | SVN-Revision: 24943
* generic: rtl8366: enable vlans before enabling the portsGabor Juhos2011-01-084-1/+11
| | | | SVN-Revision: 24939
* generic: rtl8366: enable ports only after VLAN configuration is doneGabor Juhos2011-01-084-8/+30
| | | | SVN-Revision: 24938
* generic: rtl8366: add enable_port helperGabor Juhos2011-01-083-0/+15
| | | | SVN-Revision: 24937
* generic: rtl8366_smi: init VLANs only in first switch initializationGabor Juhos2011-01-081-10/+30
| | | | SVN-Revision: 24936
* generic: rtl8366s: use correct bitmasks in sanity checksGabor Juhos2011-01-081-4/+4
| | | | SVN-Revision: 24935
* generic: rtl8366s: add vlan fid supportGabor Juhos2011-01-081-0/+7
| | | | SVN-Revision: 24934
* generic: rtl8366: add debugfs file for VLAN4K tableGabor Juhos2011-01-082-0/+60
| | | | SVN-Revision: 24933
* generic: rtl8366rb: use correct bitmasks in sanity checksGabor Juhos2011-01-081-4/+4
| | | | SVN-Revision: 24930
* fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel ↵Jo-Philipp Wich2011-01-057-7/+7
| | | | | | Dickinson for tracking this down SVN-Revision: 24906
* disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes a ↵Jo-Philipp Wich2011-01-052-0/+2
| | | | | | mutex bug in mini_fo leading to hard lockups with various filesystem operations SVN-Revision: 24905
* generic: more CONFIG_KEYBOARD_* symbolsGabor Juhos2010-12-307-0/+28
| | | | SVN-Revision: 24860
* generic: update ARM mach-typesGabor Juhos2010-12-295-21/+1703
| | | | SVN-Revision: 24854
* generic: add missing CONFIG_KEYBOARD_* symbolsGabor Juhos2010-12-295-1/+37
| | | | SVN-Revision: 24852
* generic: add CONFIG_DEBUG_ICEDCC symbolGabor Juhos2010-12-295-0/+5
| | | | SVN-Revision: 24850
* target/linux: sync to kernel 2.6.37-rc8, refresh patchesAlexandros C. Couloumbis2010-12-2921-91/+60
| | | | SVN-Revision: 24847
* kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵Hauke Mehrtens2010-12-221-0/+1
| | | | | | kernel_oldconfig for brcm47xx. SVN-Revision: 24805
* kernel: refresh patches with kernel 2.6.37-rc7Hauke Mehrtens2010-12-225-7/+7
| | | | SVN-Revision: 24804
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelHauke Mehrtens2010-12-2216-20/+20
| | | | SVN-Revision: 24798
* fix layer7 patches for Kernels >= 2.6.35, thanks Daniel GimpelevichJo-Philipp Wich2010-12-193-18/+96
| | | | SVN-Revision: 24728
* generic: fix min/max confusion in jffs2_sum_init on 2.6.32Gabor Juhos2010-12-171-0/+25
| | | | SVN-Revision: 24652
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-179-0/+456
| | | | SVN-Revision: 24646
* generic: add usb_find_device_by_name helperGabor Juhos2010-12-175-0/+420
| | | | SVN-Revision: 24645
* generic: nuke 2.6.33 specific stuff, is not used by any platformGabor Juhos2010-12-17133-45350/+0
| | | | SVN-Revision: 24644
* revert r24604Imre Kaloz2010-12-152-221/+223
| | | | SVN-Revision: 24605
* target/linux: clean up non generic & obsolete kernel options for 2.6.36, 2.6.37Alexandros C. Couloumbis2010-12-152-223/+221
| | | | SVN-Revision: 24604
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-112-4/+4
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)Alexandros C. Couloumbis2010-12-0811-80/+55
| | | | SVN-Revision: 24370
* ethernet driver fixup for ppc4xxImre Kaloz2010-12-081-0/+26
| | | | SVN-Revision: 24328
* flash_chips: Added Macronix MX29LV640T Flash Chip support previously ↵Daniel Dickinson2010-12-073-0/+90
| | | | | | mistakenly added to brcm63xx. Thanks blunoise. SVN-Revision: 24313
* kernel: fix cryptodev with kernel >= 2.6.35Hauke Mehrtens2010-12-061-2/+8
| | | | | | | | The fix is from http://sourceforge.net/mailarchive/forum.php?thread_name=20100906035717.GA7562%40mcafee.com&forum_name=ocf-linux-users Thank you tripolar for reporting the issue and finding a solution for it. SVN-Revision: 24286
* generic: yet another missing config symbol for 2.6.37Gabor Juhos2010-12-011-0/+1
| | | | SVN-Revision: 24208
* backport two changes from kernel.org: ↵Jo-Philipp Wich2010-11-3014-0/+349
| | | | | | | | | 65e9b62d4503849b10bedfc29bff0473760cc597 ipv6: add special mode accept_ra=2 to accept RA while configured as router c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8 ipv6: add special mode forwarding=2 to send RS while configured as router SVN-Revision: 24195
* kernel: add missing config symbols for 2.6.37-rc3Hauke Mehrtens2010-11-281-0/+2
| | | | | | Thank you maddes for reporting. (closes #8323) SVN-Revision: 24165
* kernel: add missing config optionHauke Mehrtens2010-11-271-0/+1
| | | | SVN-Revision: 24157