summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.34
Commit message (Collapse)AuthorAgeFilesLines
* ssb: update ssb to version from linux-next-20110311Hauke Mehrtens2011-03-131-12/+451
| | | | SVN-Revision: 26127
* kernel: update to kernel version 2.6.34.8Hauke Mehrtens2011-03-1319-67/+67
| | | | SVN-Revision: 26125
* kernel: allow EAP frames to pass through bridges even in learning state - ↵Felix Fietkau2011-03-101-0/+11
| | | | | | fixes issues with WDS SVN-Revision: 26015
* Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵Jo-Philipp Wich2011-03-101-0/+71
| | | | | | (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34 SVN-Revision: 26007
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-2120-1402/+66
| | | | SVN-Revision: 25641
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-211-0/+171
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639
* update ARM mach-typesJo-Philipp Wich2011-02-021-3/+85
| | | | SVN-Revision: 25333
* 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-6/+322
| | | | SVN-Revision: 24854
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelHauke Mehrtens2010-12-225-7/+7
| | | | SVN-Revision: 24798
* 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
* 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
* 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
* add switch driver for Lantiq PSB6970Florian Fainelli2010-09-041-0/+23
| | | | | | | | Tested on ifxmips based board. The PSB6970 is also known as the Infineon Tantos switch. Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> SVN-Revision: 22914
* 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
* kernel: fix some mistakes in ssb patch refresh in r22766, r22767 and r22768.Hauke Mehrtens2010-08-222-43/+4
| | | | SVN-Revision: 22774
* update to 2.6.34.5Florian Fainelli2010-08-2219-66/+105
| | | | SVN-Revision: 22768
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-2221-232/+82
| | | | SVN-Revision: 22759
* generic: update ARM mach-typesGabor Juhos2010-08-151-0/+322
| | | | SVN-Revision: 22662
* generic: fix wrong number of erase sectors for xxxS33B SPI flashesGabor Juhos2010-08-141-3/+3
| | | | SVN-Revision: 22643
* fixup 2.6.34 kernel headers to properly export XT_ALIGN() to userspace Ref: ↵Jo-Philipp Wich2010-08-131-0/+50
| | | | | | http://lkml.org/lkml/2010/4/13/118 SVN-Revision: 22621
* 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
* refresh 2.6.34 patchesFlorian Fainelli2010-08-082-9/+9
| | | | SVN-Revision: 22542
* crashlog depends on BOOTMEMFlorian Fainelli2010-08-081-1/+2
| | | | SVN-Revision: 22541
* 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
* package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)Alexandros C. Couloumbis2010-08-011-0/+30
| | | | SVN-Revision: 22458
* refresh 2.6.34 patchesFlorian Fainelli2010-08-014-6/+6
| | | | SVN-Revision: 22451
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵Alexandros C. Couloumbis2010-07-281-0/+76
| | | | | | without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3) SVN-Revision: 22407
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵Felix Fietkau2010-07-201-0/+241
| | | | | | 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
* brcm47xx: prepare brcm47xx patches for sending to mainline.Hauke Mehrtens2010-07-192-61/+707
| | | | SVN-Revision: 22296
* export SSB fallback SPROM - required for wl.koJo-Philipp Wich2010-07-131-0/+20
| | | | SVN-Revision: 22168
* repair the damage that was done to the packet socket type filter patch when ↵Felix Fietkau2010-07-061-1/+1
| | | | | | it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions SVN-Revision: 22079
* 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
* refresh 2.6.34 patchesFlorian Fainelli2010-07-013-21/+7
| | | | SVN-Revision: 22042
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-26114-0/+39914
SVN-Revision: 21952