aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* kernel: update linux 3.7 to 3.7.9Gabor Juhos2013-02-1715-15/+15
* generic: ar8216: cleanup function/variable namesGabor Juhos2013-02-171-110/+110
* generic: ar8216: rename struct ar8216_priv to ar8xxx_privGabor Juhos2013-02-171-94/+94
* ar71xx: add user-space support for the Mikrotik RB951G boardGabor Juhos2013-02-172-0/+4
* ar71xx: add kernel support for the Mikrotik RB951G boardGabor Juhos2013-02-173-0/+264
* brcm47xx: add initial support for kernel 3.8Hauke Mehrtens2013-02-1656-0/+8809
* ar71xx: fix kmod-usb2 package nameGabor Juhos2013-02-161-1/+1
* ramips: fix kmod-usb2 package nameGabor Juhos2013-02-161-1/+1
* mpc85xx: add input drivers to default packages, and load those during preinitGabor Juhos2013-02-162-1/+14
* brcm47xx: BGMAC - Adjust AutoLoad number to be prior to switch modulesHauke Mehrtens2013-02-161-1/+1
* brcm47xx: improve cpuport detection for filesafeHauke Mehrtens2013-02-161-13/+9
* brcm47xx: fix network config on simpleshareHauke Mehrtens2013-02-161-0/+6
* brcm47xx: handle return values of cfe_env_get() correctly.Hauke Mehrtens2013-02-161-4/+5
* brcm47xx: bgmac: fix unaligned accesses to network headers.Hauke Mehrtens2013-02-161-8/+60
* brcm47xx: fix unaligned access to mac addressHauke Mehrtens2013-02-161-0/+18
* brcm47xx: try to automatically detect if the wan port is at port 4 and not at...Hauke Mehrtens2013-02-161-1/+12
* update x86 generic to kernel v3.7Gabor Juhos2013-02-162-0/+206
* ramips: use the new macaddr_* helpers instead of maccalcGabor Juhos2013-02-163-19/+14
* ramips: use the mtd_get_mac_* helpersGabor Juhos2013-02-163-66/+30
* kernel: add missing config optionsJonas Gorski2013-02-164-0/+4
* bcm63xx: make nvram checksum failures non fatalJonas Gorski2013-02-1540-152/+188
* kernel: update linux 3.7 to 3.7.8Gabor Juhos2013-02-1518-21/+21
* generic: ar8216: move PHY4 RGMII workaround code out of the loopGabor Juhos2013-02-141-11/+11
* generic: ar8216: register the switch from the probe routineGabor Juhos2013-02-141-17/+12
* x86: update config-3.7 for x86 (turn off CONFIG_GPIO_ICH)Florian Fainelli2013-02-141-0/+1
* brcm47xx: if the cpuport of the switch is port 8 assume vlan0ports: "1 2 3 4 ...Hauke Mehrtens2013-02-141-16/+8
* mpc85xx: enable swconfig and the ar8216 driverGabor Juhos2013-02-131-0/+3
* mpc85xx: enable the squashfs driverGabor Juhos2013-02-131-1/+0
* mpc85xx: enable XZ_DEC_BCJ and XZ_DEC_POWERPC supportGabor Juhos2013-02-131-0/+2
* ar71xx: fix factory image creation for dir-825-c1Gabor Juhos2013-02-131-1/+1
* ar71xx: fix switch-config for dir-825-c1Gabor Juhos2013-02-131-7/+1
* brcm47xx: configure vlan correctly on some recent devices.Hauke Mehrtens2013-02-131-1/+4
* brcm47xx: add some more fixes to bgmacHauke Mehrtens2013-02-121-7/+35
* brcm47xx: update tg3 to the version send upstreamHauke Mehrtens2013-02-121-114/+63
* mvebu: remove boards suffixLuka Perkov2013-02-121-2/+2
* kernel: update linux 3.7 to 3.7.7Gabor Juhos2013-02-1217-17/+17
* ar71xx: add script for automatic switch name migrationGabor Juhos2013-02-111-0/+106
* ar71xx: allow unknown multicast frames to pass to the CPU on AR934xFelix Fietkau2013-02-111-2/+4
* ar8216: remove superfluous code from ar8216_config_initGabor Juhos2013-02-111-12/+0
* ar71xx: use switchX names in network configurationGabor Juhos2013-02-111-34/+34
* generic: ar8216: don't use ethernet device name in register_switchGabor Juhos2013-02-111-3/+4
* generic: ar8216: reuse the private data from ar8216_probeGabor Juhos2013-02-111-33/+40
* generic: ar8216: use phydev instead of pdev everywhereGabor Juhos2013-02-111-33/+33
* generic: ar8216: use pr_* macros for kernel messagesGabor Juhos2013-02-111-8/+7
* generic: ar8216: fix PHY features setupGabor Juhos2013-02-111-7/+21
* generic: ar8216: add ar8xxx_probe_switch helperGabor Juhos2013-02-101-31/+42
* generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stopGabor Juhos2013-02-101-2/+2
* generic: ar8216: free mib counters from ar8xxx_freeGabor Juhos2013-02-101-4/+2
* generic: ar8216: add ar8xxx_free helperGabor Juhos2013-02-101-6/+12
* generic: ar8216: add ar8xxx_create{,mii} helpersGabor Juhos2013-02-101-14/+33