summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* we don't support gcc 4.1.xImre Kaloz2011-01-271-11/+0
| | | | SVN-Revision: 25147
* kernel: when bridging, do not forward EAP frames to other ports, only ↵Felix Fietkau2011-01-251-0/+15
| | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095
* platform specific patches don't belong here - take #2Imre Kaloz2011-01-245-170/+0
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-241-89/+0
| | | | SVN-Revision: 25083
* fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel ↵Jo-Philipp Wich2011-01-051-1/+1
| | | | | | Dickinson for tracking this down SVN-Revision: 24906
* generic: update ARM mach-typesGabor Juhos2010-12-291-10/+299
| | | | SVN-Revision: 24854
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelHauke Mehrtens2010-12-222-4/+4
| | | | SVN-Revision: 24798
* 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-171-0/+21
| | | | SVN-Revision: 24646
* generic: add usb_find_device_by_name helperGabor Juhos2010-12-171-0/+84
| | | | SVN-Revision: 24645
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* backport two changes from kernel.org: ↵Jo-Philipp Wich2010-11-302-0/+53
| | | | | | | | | 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
* update to the latest stable kernelsImre Kaloz2010-11-244-10/+10
| | | | SVN-Revision: 24136
* add 2.6.32 patches to use ext4 for ext2/3Imre Kaloz2010-11-223-0/+202
| | | | SVN-Revision: 24082
* refresh 2.6.32 patchesFlorian Fainelli2010-11-151-2/+2
| | | | SVN-Revision: 24005
* refresh 2.6.32 patchesFlorian Fainelli2010-10-3121-71/+71
| | | | SVN-Revision: 23735
* target/linux: Add support for cores with slow WDT clock like bcm5354. (thank ↵Alexandros C. Couloumbis2010-10-121-0/+89
| | | | | | you Aleksandar Radovanovic) SVN-Revision: 23415
* generic: add support for the EON EN25F32 flash chipGabor Juhos2010-09-141-0/+12
| | | | | | * based on a patch by laigor <laigor@mail.ru> from #7882 SVN-Revision: 23058
* generic: bacport SPI bus locking APIGabor Juhos2010-08-312-0/+525
| | | | SVN-Revision: 22862
* generic: fix erase operation on the pm25lv flash chipGabor Juhos2010-08-314-11/+37
| | | | SVN-Revision: 22861
* generic: introduce broadcast_uevent functionGabor Juhos2010-08-311-0/+69
| | | | SVN-Revision: 22858
* refresh 2.6.32 patchesFlorian Fainelli2010-08-3119-67/+67
| | | | SVN-Revision: 22848
* generic: fix pm25lv SPI flash supportGabor Juhos2010-08-253-6/+6
| | | | SVN-Revision: 22804
* kernel: fix some mistakes in ssb patch refresh in r22766, r22767 and r22768.Hauke Mehrtens2010-08-222-56/+1
| | | | SVN-Revision: 22774
* update to 2.6.32.20Florian Fainelli2010-08-229-156/+31
| | | | SVN-Revision: 22766
* generic: update ARM mach-typesGabor Juhos2010-08-151-0/+546
| | | | SVN-Revision: 22662
* generic: fix wrong number of erase sectors for xxxS33B SPI flashesGabor Juhos2010-08-141-3/+3
| | | | SVN-Revision: 22643
* ssb: give the PCI core more time to initialize, fixes PCI issues with ↵Jo-Philipp Wich2010-08-131-0/+11
| | | | | | Atheros cards on the Asus WL-500w and possibly others (#4710) SVN-Revision: 22614
* rename 014-samsung_flash patch to a better name, thanks maddesFlorian Fainelli2010-08-101-0/+0
| | | | SVN-Revision: 22587
* swconfig: cleanup of kernel drivers and interface - add some comments to a ↵Felix Fietkau2010-08-041-29/+0
| | | | | | few data structures - add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy - get rid of the switch_dev.priv pointer - using container_of() is better SVN-Revision: 22476
* generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.xAlexandros C. Couloumbis2010-07-311-0/+5142
| | | | SVN-Revision: 22423
* target/linux: refresh kernel patchesAlexandros C. Couloumbis2010-07-293-4/+4
| | | | SVN-Revision: 22413
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵Felix Fietkau2010-07-202-0/+446
| | | | | | oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs SVN-Revision: 22305
* refresh 2.6.32 patchesFlorian Fainelli2010-07-1716-65/+65
| | | | SVN-Revision: 22256
* export SSB fallback SPROM - required for wl.koJo-Philipp Wich2010-07-131-0/+20
| | | | SVN-Revision: 22168
* mini_fo: add error pointer checks after dentry lookups to fix various crash ↵Felix Fietkau2010-07-041-0/+48
| | | | | | bugs (fixes #7277, #7207, #7259) SVN-Revision: 22057
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-26122-0/+37330
SVN-Revision: 21952