aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Expand)AuthorAgeFilesLines
* kernel: restore ebtables functionality by running netfilter hooks when the eb...Felix Fietkau2012-03-292-46/+94
* [target/generic] deal with 'set-but-unused-variables' in a more generic wayMirko Vogt2012-03-281-44/+12
* [generic] ppp: Fix high softirq utilization with pppoaFlorian Fainelli2012-03-272-0/+164
* [kernel/3.3] add missing INET_UDP_DIAG symbolFlorian Fainelli2012-03-271-0/+1
* ath9k: make endian check optionalFelix Fietkau2012-03-271-0/+1
* [ar8216] fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433John Crispin2012-03-221-2/+2
* linux: refresh patches against 3.3Gabor Juhos2012-03-204-7/+7
* linux/3.{2,3}: yet another missing NET_VENDOR symbolGabor Juhos2012-03-202-0/+2
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-193-7/+7
* [generic]: add missing Kconfig symbolsImre Kaloz2012-03-192-1/+4
* generic: ar8216: add support for the AR8327 chipGabor Juhos2012-03-183-2/+536
* generic: ar8216: allow to use more portsGabor Juhos2012-03-181-2/+3
* generic: ar8216: reorder chip specific functionsGabor Juhos2012-03-181-72/+72
* generic: ar8216: reorder switch_dev specific functionsGabor Juhos2012-03-181-218/+216
* generic: ar8216: use ar8216_sw_ prefix for switchdev related functionsGabor Juhos2012-03-181-29/+29
* generic: ar8216: use switch_dev->ports in for loopsGabor Juhos2012-03-181-6/+6
* generic: ar8216: add read_port_status field to ar8xxx_chipGabor Juhos2012-03-181-1/+11
* generic: ar8216: add init_globals field to ar8xxx_chipGabor Juhos2012-03-181-21/+30
* generic: ar8216: add caps field to ar8xxx_chipGabor Juhos2012-03-181-5/+19
* generic: ar8216: add vtu_load_vlan field to ar8xxx_chipGabor Juhos2012-03-181-4/+15
* generic: ar8216: add vtu_flush field to ar8xxx_chipGabor Juhos2012-03-181-1/+11
* generic: ar8216: add init_port field to ar8xxx_chipGabor Juhos2012-03-181-4/+22
* generic: ar8216: add setup_port field to ar8xxx_chipGabor Juhos2012-03-181-6/+7
* generic: ar8216: add hw_init field to ar8xxx_chipGabor Juhos2012-03-181-8/+7
* generic: ar8216: add a separate structure for chip specific stuffGabor Juhos2012-03-181-0/+16
* generic: ar8216: rename chip field of struct ar8216Gabor Juhos2012-03-181-20/+20
* generic: ar8216: move ar8216_id_chip functionGabor Juhos2012-03-181-52/+51
* generic: ar8216: rename ar8216_ops to ar8216_sw_opsGabor Juhos2012-03-181-2/+2
* kernel: improve profiling support, keep static symbols when profiling is enabledFelix Fietkau2012-03-172-2/+2
* [kernel/3.2] add some more missing symbolsFlorian Fainelli2012-03-171-0/+3
* kernel: optimize out remaining netfilter hooks in the bridging code if bridge...Felix Fietkau2012-03-162-39/+131
* swconfig: use a mutex instead of a spinlock, many swconfig calls sleepFelix Fietkau2012-03-152-6/+6
* ar8216: fix a MTU related regressionFelix Fietkau2012-03-151-19/+29
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-153-0/+131
* linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
* linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
* generic: ar8216: merge multiple if statements in ar8216_hw_applyGabor Juhos2012-03-131-10/+4
* kernel: bypass all netfilter hooks if the sysctls for that functionality have...Felix Fietkau2012-03-132-0/+152
* linux/3.3: refresh patches against 3.3-rc7Gabor Juhos2012-03-122-5/+5
* linux/3.3: allow to set platform_data for phy devicesGabor Juhos2012-03-121-0/+115
* linux/3.2: allow to set platform_data for phy devicesGabor Juhos2012-03-121-0/+115
* linux/3.3: add missing config symbolGabor Juhos2012-03-121-0/+1
* [generic] expose CONFIG_NETFILTER_NETLINK for external kmodsJo-Philipp Wich2012-03-124-0/+44
* generic: ar8216: use usleep_range in ar8216_mii_{read,write}Gabor Juhos2012-03-111-2/+2
* generic: ar8216: add a helper function for writing PHY debug registersGabor Juhos2012-03-111-6/+15
* generic: ar8216: add lockep assertion to ar8216_rmwGabor Juhos2012-03-111-0/+3
* linux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfoGabor Juhos2012-03-111-0/+17
* linux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfoGabor Juhos2012-03-111-0/+17
* generic: ar8216: coding style cleanupGabor Juhos2012-03-081-23/+24
* generic: ar8216: don't use static variable in ar8236_hw_initGabor Juhos2012-03-081-3/+2