aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* 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
* update to the latest stable kernelsImre Kaloz2010-11-2411-23/+23
| | | | SVN-Revision: 24136
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-243-7/+66
| | | | | | | | | | | Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24125
* linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: ↵Alexandros C. Couloumbis2010-11-231-0/+118
| | | | | | http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee) SVN-Revision: 24114
* linux/generic: refresh 2.6.37 patchesAlexandros C. Couloumbis2010-11-2312-22/+22
| | | | SVN-Revision: 24111
* target/linux: sync kernel patches to 2.6.37-rc3Alexandros C. Couloumbis2010-11-221-18/+0
| | | | SVN-Revision: 24095
* remove 2.6.25 supportImre Kaloz2010-11-2271-128833/+0
| | | | SVN-Revision: 24089
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-226-5/+6
| | | | SVN-Revision: 24083
* add 2.6.32 patches to use ext4 for ext2/3Imre Kaloz2010-11-223-0/+202
| | | | SVN-Revision: 24082
* add missing Kconfig symbolsImre Kaloz2010-11-221-0/+2
| | | | SVN-Revision: 24077
* target/linux: revert r24014 (further testing is needed)Alexandros C. Couloumbis2010-11-162-1745/+0
| | | | SVN-Revision: 24015
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵Alexandros C. Couloumbis2010-11-162-0/+1745
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014
* linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. ↵Alexandros C. Couloumbis2010-11-161-0/+18
| | | | | | http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster) SVN-Revision: 24013
* linux/generic: switch to userspace __aligned_u64 calls. ↵Alexandros C. Couloumbis2010-11-161-0/+25
| | | | | | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke) SVN-Revision: 24012
* refresh 2.6.32 patchesFlorian Fainelli2010-11-151-2/+2
| | | | SVN-Revision: 24005
* linux/generic: update to layer7-2.22 for kernels >=2.6.36Alexandros C. Couloumbis2010-11-154-1455/+1577
| | | | SVN-Revision: 24004
* target/linux: add some 2.6.37 missing symbols. (thank you maddes)Alexandros C. Couloumbis2010-11-151-0/+49
| | | | SVN-Revision: 24002
* linux/generic: add a missing symbol. (thank you kaloz)Alexandros C. Couloumbis2010-11-152-0/+2
| | | | SVN-Revision: 24001
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-143-0/+9
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36Alexandros C. Couloumbis2010-11-141-0/+233
| | | | SVN-Revision: 23991
* generic: update gpio_buttons driverGabor Juhos2010-11-121-39/+55
| | | | SVN-Revision: 23984
* linux/generic: add imq patches for linux kernels 2.6.35,36,37. (closes #8211)Alexandros C. Couloumbis2010-11-123-0/+4026
| | | | SVN-Revision: 23970
* linux/generic: add some missing 2.6.37 USB symbolsAlexandros C. Couloumbis2010-11-111-0/+5
| | | | SVN-Revision: 23963
* linux/generic: cosmeticAlexandros C. Couloumbis2010-11-111-4/+5
| | | | SVN-Revision: 23958
* linux/generic: fix a mistake in 2.6.37/089-mtd-samsung-flash.patch. (thank ↵Alexandros C. Couloumbis2010-11-111-16/+11
| | | | | | you maddes) SVN-Revision: 23957
* linux/generic: update mini_fo for kernels >=2.6.36Alexandros C. Couloumbis2010-11-112-18/+44
| | | | SVN-Revision: 23956
* kernel: disable some config symbols for kernel 2.6.37Hauke Mehrtens2010-11-101-0/+13
| | | | SVN-Revision: 23951
* add a patch to fixup pcie reset on kirkwood - also fixes the boot issue on ↵Imre Kaloz2010-11-101-0/+86
| | | | | | the wrt350n v2 SVN-Revision: 23939
* add missing 2.6.36 symbol CONFIG_CHELSIO_T4VFFlorian Fainelli2010-11-091-0/+1
| | | | SVN-Revision: 23934
* linux/generic: add some missing patches, refresh patchesAlexandros C. Couloumbis2010-11-087-6/+192
| | | | SVN-Revision: 23931
* linux/generic: fix creation of rootfs_dataAlexandros C. Couloumbis2010-11-081-12/+15
| | | | SVN-Revision: 23930
* linux/generic: sync 2.6.37 patchesAlexandros C. Couloumbis2010-11-081-1/+1
| | | | SVN-Revision: 23927
* target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)Alexandros C. Couloumbis2010-11-051-17/+25
| | | | SVN-Revision: 23889