summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* adds patch to make Tantos (psb6970) switch buildable againJohn Crispin2012-05-302-0/+25
| | | | SVN-Revision: 32006
* generic: ar8216: add revision specific PHY fixups for AR8327Gabor Juhos2012-05-292-8/+41
| | | | SVN-Revision: 32000
* generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_privGabor Juhos2012-05-292-31/+25
| | | | SVN-Revision: 31999
* generic: ar8216: add chip_is_ar8{216,236,316,327} helpersGabor Juhos2012-05-291-8/+28
| | | | SVN-Revision: 31998
* kernel: fix suppressing -s for linking modules when profiling is enabledFelix Fietkau2012-05-271-1/+1
| | | | SVN-Revision: 31924
* generic: rtl8367: rename a misnamed variableGabor Juhos2012-05-271-2/+2
| | | | SVN-Revision: 31917
* generic: rtl8366_smi: remove duplicated spinlock initializationGabor Juhos2012-05-271-2/+0
| | | | SVN-Revision: 31916
* generic: rtl8366_smi: rename debugfs Kconfig symbolGabor Juhos2012-05-275-17/+16
| | | | SVN-Revision: 31915
* generic: rtl8367: allow to use VLANs > 31Gabor Juhos2012-05-271-0/+3
| | | | SVN-Revision: 31914
* kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PADFelix Fietkau2012-05-271-1/+2
| | | | SVN-Revision: 31906
* linux/3.2: R.I.P.Gabor Juhos2012-05-27141-70858/+0
| | | | SVN-Revision: 31905
* linux/3.1: R.I.P.Gabor Juhos2012-05-27128-71377/+0
| | | | SVN-Revision: 31891
* kernel: add a few patches for avoiding unnecessary skb reallocations - ↵Felix Fietkau2012-05-273-0/+59
| | | | | | significantly improves ethernet<->wireless performance with mac80211 based drivers SVN-Revision: 31886
* kernel: fix a warning in the connmark moduleFelix Fietkau2012-05-241-1/+1
| | | | SVN-Revision: 31856
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-232-16/+9
| | | | SVN-Revision: 31848
* linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driverGabor Juhos2012-05-231-0/+10
| | | | | | Should fix #11513. Tested with the x86/generic squashfs image within a VM. SVN-Revision: 31841
* lantiq: allow platforms with rt2x00 to override the mac address without ↵Felix Fietkau2012-05-201-0/+1
| | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835
* kernel: merge a net-next fq_codel backlog handling fixFelix Fietkau2012-05-181-0/+133
| | | | SVN-Revision: 31813
* linux/2.6.39: R.I.P.Gabor Juhos2012-05-18131-71476/+0
| | | | SVN-Revision: 31808
* kernel: add some missing config options added by r31756Hauke Mehrtens2012-05-171-0/+2
| | | | SVN-Revision: 31774
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-1712-2210/+4483
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by ↵Felix Fietkau2012-05-168-1/+2050
| | | | | | | | | | | | | | | | | | | | | | | | | | Dave Täht) Codel is a new AQM algorithm and RED replacement designed by Kathie Nichols and Van Jacobson, and published in ACM queue: http://queue.acm.org/detail.cfm?id=2209336 Codel stands for "Controlled Delay", and needs no knobs in the general case, twiddled, for optimum results. It aims for 5ms of delay, at most, when in use. Additionally, fq_codel (by eric dumazet) builds on codel to provide fair queuing superior to what could be had with SFQ, and drop behavior saner than RED, BLUE, or choke. These patches are backported from net-next and are known to work on Linux 3.3.4 and later. Includes updates to codel for better portability and speed SVN-Revision: 31756
* linux/3.3: add missing symbolGabor Juhos2012-05-161-0/+1
| | | | SVN-Revision: 31748
* linux: add CONFIG_POWER_SUPPLY_DEBUG symbolGabor Juhos2012-05-154-0/+4
| | | | | | It was missing in the previous commit. SVN-Revision: 31738
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-154-1/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* linux/3.0: R.I.P.Gabor Juhos2012-05-14132-71393/+0
| | | | | | It is used by the broken omap35xx/gumstix target only. SVN-Revision: 31717
* linux/3.3: more missing config symbolsGabor Juhos2012-05-141-0/+3
| | | | SVN-Revision: 31713
* kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XXHauke Mehrtens2012-05-141-0/+1
| | | | SVN-Revision: 31710
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-2/+2
| | | | SVN-Revision: 31709
* kernel: ssb: add PCI IDs 0x4322 and 43222Hauke Mehrtens2012-05-135-0/+55
| | | | | | | | | | | The 0x4322 ID is found on the BCM4322 used on some SoCs like the Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID is found on the BCM43222 used on some other SoCs like the D-Link DSL-2760U connected to a BCM63xx. This fixes #10887. SVN-Revision: 31695
* linux/2.6.38: R.I.P.Gabor Juhos2012-05-12117-68260/+0
| | | | | | It is used only by the broken coldfire target. SVN-Revision: 31688
* linux/2.6.37: R.I.P.Gabor Juhos2012-05-12129-69780/+0
| | | | SVN-Revision: 31687
* linux/3.3: add missing RTC symbolGabor Juhos2012-05-091-0/+1
| | | | SVN-Revision: 31654
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-077-7/+7
| | | | SVN-Revision: 31645
* kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵Felix Fietkau2012-05-0629-238/+392
| | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637
* atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for ↵Felix Fietkau2012-05-061-15/+3
| | | | | | newer kernels SVN-Revision: 31625
* linux/2.6.32: R.I.P.Gabor Juhos2012-05-05143-52210/+0
| | | | SVN-Revision: 31597
* linux/2.6.32: fix layer7 patchGabor Juhos2012-05-051-3/+3
| | | | SVN-Revision: 31586
* Fix iptables abuse of kernel header files. Use exported headers instead.Gabor Juhos2012-05-038-0/+80
| | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31566
* linux/3.3: add more missing symbolsGabor Juhos2012-05-021-0/+2
| | | | SVN-Revision: 31552
* linux/3.3: add more missing symbolsGabor Juhos2012-05-011-0/+7
| | | | SVN-Revision: 31548
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-304-79/+4
| | | | SVN-Revision: 31541
* linux: rtl836x: add a generic reset_switch functionGabor Juhos2012-04-295-76/+29
| | | | SVN-Revision: 31536
* linux: rtl836x: rename rtl836*_hw_init to rtl836*_setupGabor Juhos2012-04-293-21/+6
| | | | SVN-Revision: 31535
* linux: rtl836x: add a reset_chip callback to rtl8366_smi_opsGabor Juhos2012-04-295-24/+11
| | | | SVN-Revision: 31534
* linux/3.3: refresh patchesGabor Juhos2012-04-291-14/+8
| | | | SVN-Revision: 31531
* linux/3.3: yet another missing symbolGabor Juhos2012-04-291-0/+1
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31527
* linux/3.3: add support for the Pericom PT7C4338 I2C RTC chipGabor Juhos2012-04-291-0/+253
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31525
* linux: move CONFIG_BOOKE_WDT to the generic configGabor Juhos2012-04-293-0/+3
| | | | SVN-Revision: 31520
* linux/2.6.36: R.I.P.Gabor Juhos2012-04-29125-74685/+0
| | | | SVN-Revision: 31519