summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.30
Commit message (Collapse)AuthorAgeFilesLines
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberjogo2011-11-091-1/+1
| | | | | | | | | To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverjow2011-10-061-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCFjogo2011-08-111-10/+0
| | | | | | find_task_by_vpid is already exported, thus breaking builds. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] remove 8*1-usb_serial_endpoint_size.patchflorian2011-08-031-25/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf-linux: version bump to 20110720hauke2011-07-241-46/+18
| | | | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update bcma and ssb to version master-2011-07-22 from wireless-testinghauke2011-07-234-128/+3638
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] backport upstream Kernel commit ↵jow2011-06-151-0/+26
| | | | | | 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: backport some ssb changes to support a mac80211 updatenbd2011-05-161-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] remove an accidentally copied comment from the option.ko device patchjow2011-05-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add definitions for Alcatel X220D and Huawai E173s to option.ko ↵jow2011-05-151-0/+37
| | | | | | (#9422) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH v3] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCblogic2011-05-091-2/+4
| | | | | | | | | | | | | | | | | | | | | This patch adds 802.1Q VLAN support for the ADM6996M chip. The driver is loaded for both the FC and M model. It will detect which of the two chips is connected. The FC model is initialised, but no further functionality is offered. The PHY driver will always report "100 Mbit/s, link up", for both the M and FC models. This reflects the fact that the link between switch chip and Ethernet MAC is always on[1]. Further documentation can be found in the kernel's Documentation/networking/adm6996.txt Signed-of-By: Peter Lebbing <peter@digitalbrains.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.nbd2011-04-171-5/+7
| | | | | | | | | | Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich <jochen@scram.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: update ssb to version from linux-next-20110311hauke2011-03-132-445/+1803
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: allow EAP frames to pass through bridges even in learning state - ↵nbd2011-03-101-0/+11
| | | | | | fixes issues with WDS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic]Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa ↵jow2011-03-101-0/+71
| | | | | | (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove imq support, refresh patchesnbd2011-02-219-1292/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/mips]: we don't support gcc 4.1.xkaloz2011-01-271-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when bridging, do not forward EAP frames to other ports, only ↵nbd2011-01-251-0/+15
| | | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong here - take #2kaloz2011-01-245-170/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. ↵jow2011-01-051-1/+1
| | | | | | Thanks Daniel Dickinson for tracking this down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use tab in front of ledtrig-netdev.o and refresh kernelhauke2010-12-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] backport two changes from kernel.org:jow2010-11-302-0/+42
| | | | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ssb: give the PCI core more time to initialize, fixes PCI issues ↵jow2010-08-131-0/+11
| | | | | | with Atheros cards on the Asus WL-500w and possibly others (#4710) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] rename 014-samsung_flash patch to a better name, thanks maddesflorian2010-08-101-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] export SSB fallback SPROM - required for wl.kojow2010-07-131-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add mini_fo fix to 2.6.30 as wellnbd2010-07-041-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename target/linux/generic-2.6 to genericnbd2010-06-26118-0/+45118
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21952 3c298f89-4303-0410-b956-a3cf2f4a3e73