summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* generic: 3.2: allow to build myloader mtd parser for ATH79Gabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29860
* generic: allow to build myloader mtd parser for 3.2+Gabor Juhos2012-01-221-3/+11
| | | | SVN-Revision: 29858
* generic: 3.2: don't disable lockdep for OOT modulesGabor Juhos2012-01-222-0/+95
| | | | SVN-Revision: 29846
* generic: rtl8366: add rtl8366_smi_write_reg_noack helperGabor Juhos2012-01-214-6/+28
| | | | | | | | | After issuing a soft reset on the RT8366{S,RB} switch, waiting for the last acknowlegement fails in rtl8366_smi_write_reg. Add a _noack version of the function and use that for issuing a soft reset. SVN-Revision: 29844
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-198-10/+19
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
* x86/config-3.2: add linux-3.2 symbols for x86Jo-Philipp Wich2012-01-191-0/+2
| | | | | | | | The following symbols are missing for x86, in sorted order. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 29783
* fix thinko in 102-ehci_hcd_ignore_oc patchFlorian Fainelli2012-01-184-8/+8
| | | | SVN-Revision: 29773
* fixup arm xz support with recent changesImre Kaloz2012-01-141-1/+3
| | | | SVN-Revision: 29750
* add missing symbolsImre Kaloz2012-01-141-1/+14
| | | | SVN-Revision: 29749
* kernel: disable bridge igmp snooping in 3.2 as wellFelix Fietkau2012-01-141-1/+1
| | | | SVN-Revision: 29747
* kernel: disable bridge igmp snooping by default to avoid multicast issuesFelix Fietkau2012-01-146-6/+6
| | | | SVN-Revision: 29744
* kernel: ppc40x: ppc44x: add missing kernel config symbolJonas Gorski2012-01-143-0/+3
| | | | SVN-Revision: 29742
* rtl8366: fix rtl8366_smi_detect() after r29677Jo-Philipp Wich2012-01-131-0/+3
| | | | SVN-Revision: 29732
* kernel: add support for linux 3.2.1Jonas Gorski2012-01-13125-0/+66387
| | | | SVN-Revision: 29730
* kernel: backport overlayfs v11 to 3.0 and 2.6.39Jonas Gorski2012-01-132-1868/+2307
| | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-139-29/+10
| | | | SVN-Revision: 29726
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-139-33/+13
| | | | SVN-Revision: 29725
* ar8216: use vlan configuration for connecting ports (forced to be untagged) ↵Felix Fietkau2012-01-121-1/+7
| | | | | | even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
* ar8216: do not strip vlan tags when running with vlan_enable=0Felix Fietkau2012-01-121-3/+6
| | | | SVN-Revision: 29718
* generic: add driver for the RTL8367R/M switchesGabor Juhos2012-01-078-0/+1955
| | | | SVN-Revision: 29678
* generic: rtl8366: preparing for RTL8367 supportGabor Juhos2012-01-074-9/+17
| | | | | | | | * make clock delay configurable * make read,write commands configurable * use u16 for member and untag fields SVN-Revision: 29677
* generic: rtl8366_smi: add timeout messageGabor Juhos2012-01-071-2/+4
| | | | SVN-Revision: 29676
* generic: improve MIPS kexec supportGabor Juhos2012-01-0718-0/+3552
| | | | | | | | | | | | | It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674
* remove current RTSP supportJo-Philipp Wich2012-01-049-12294/+0
| | | | SVN-Revision: 29643
* backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to ↵Jo-Philipp Wich2012-01-032-0/+82
| | | | | | affected kernels (#9802) commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a packet (from another flow) was dropped, leading to various problems. SVN-Revision: 29642
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-319-3/+385
| | | | SVN-Revision: 29627
* kernel: swconfig: add get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+26
| | | | SVN-Revision: 29625
* add missing config symbolJo-Philipp Wich2011-12-259-0/+9
| | | | SVN-Revision: 29610
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-1918-1995/+17413
| | | | SVN-Revision: 29574
* ath9k: add support for registering extra leds connected to the wmac gpio linesFelix Fietkau2011-12-141-0/+3
| | | | SVN-Revision: 29530
* generic: disable 'small sector' erase in m25p80 driverGabor Juhos2011-12-136-0/+126
| | | | | | | | This fixes the issues with the jffs2 images on various boards. Using JFFS2 on devices with 4KiB erase sectors is not safe: http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html SVN-Revision: 29521
* kernel: move linux/ath9k_platform.h to generic files so that it can be ↵Felix Fietkau2011-12-131-0/+37
| | | | | | reused from other targets SVN-Revision: 29516
* linux: update 3.1 to 3.1.4Jonas Gorski2011-12-061-1/+1
| | | | SVN-Revision: 29470
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-061-1/+1
| | | | SVN-Revision: 29469
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-259-60/+84
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-196-14/+14
| | | | SVN-Revision: 29264
* refresh 3.0 patchesFlorian Fainelli2011-11-131-2/+0
| | | | SVN-Revision: 29043
* refresh 2.6.39 patchesFlorian Fainelli2011-11-135-34/+17
| | | | SVN-Revision: 29042
* linux: update 3.1 to 3.1.1Jonas Gorski2011-11-134-6/+6
| | | | SVN-Revision: 29007
* kernel: ar8216: add support for the AR8236 switchGabor Juhos2011-11-122-4/+87
| | | | SVN-Revision: 28993
* kernel: ar8216: move port vlan setup into a separate functionGabor Juhos2011-11-121-16/+28
| | | | SVN-Revision: 28992
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberJonas Gorski2011-11-099-9/+9
| | | | | | | | | 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. SVN-Revision: 28893
* kernel: add a top level menuconfig option for enabling lockdepFelix Fietkau2011-11-089-0/+19
| | | | SVN-Revision: 28848
* update arm mach-typesImre Kaloz2011-11-071-6/+253
| | | | SVN-Revision: 28813
* kernel: swconfig: add a missing unlock in error pathGabor Juhos2011-11-041-1/+3
| | | | SVN-Revision: 28753
* kernel: merge regression fixes for the netfilter patches to the 3.1 kernel ↵Felix Fietkau2011-11-033-9/+12
| | | | | | patches (patch by tripolar) SVN-Revision: 28734
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-259-9/+9
| | | | SVN-Revision: 28586
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-259-9/+9
| | | | SVN-Revision: 28584
* linux: generic: refresh patches for 3.1-rc10Jonas Gorski2011-10-2011-22/+22
| | | | | | Hopefully the last one and identical to final. SVN-Revision: 28492
* ar8216: use mdiobus_{read,write} to ensure proper lockingJonas Gorski2011-10-111-17/+17
| | | | SVN-Revision: 28421