summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
Commit message (Expand)AuthorAgeFilesLines
* generic: add rt2x00_platform.hGabor Juhos2011-07-031-0/+19
* fix the gpio_dev driver: remove existing forward port patches, use unlocked_i...Felix Fietkau2011-07-011-3/+3
* we dont need 1024 bytes buffer. 128 bytes is enough.John Crispin2011-06-091-2/+2
* (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCJohn Crispin2011-05-093-30/+763
* ar8316: automatically detect whether port4 is used as PHY or as a switch portFelix Fietkau2011-04-281-32/+61
* ar8216: support AR8316 rev 0 devicesFelix Fietkau2011-04-281-0/+1
* swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCKFelix Fietkau2011-04-261-1/+1
* generic: rtl8366{s,rb}: remove the PHY driver.Gabor Juhos2011-04-122-104/+2
* rtl8306: do not overwrite registers in the phy fixup, it could mess up other ...Felix Fietkau2011-04-021-0/+6
* kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blk...Felix Fietkau2011-04-021-0/+1
* kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by g...Hauke Mehrtens2011-03-1916-32/+80
* generic: rtl8366s: allow initial register values to be passed via platform_dataGabor Juhos2011-01-262-0/+18
* generic: rtl8366: fix build errorGabor Juhos2011-01-091-2/+2
* generic: rtl8366: enable vlans before enabling the portsGabor Juhos2011-01-084-1/+11
* generic: rtl8366: enable ports only after VLAN configuration is doneGabor Juhos2011-01-084-8/+30
* generic: rtl8366: add enable_port helperGabor Juhos2011-01-083-0/+15
* generic: rtl8366_smi: init VLANs only in first switch initializationGabor Juhos2011-01-081-10/+30
* generic: rtl8366s: use correct bitmasks in sanity checksGabor Juhos2011-01-081-4/+4
* generic: rtl8366s: add vlan fid supportGabor Juhos2011-01-081-0/+7
* generic: rtl8366: add debugfs file for VLAN4K tableGabor Juhos2011-01-082-0/+60
* generic: rtl8366rb: use correct bitmasks in sanity checksGabor Juhos2011-01-081-4/+4
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-171-0/+348
* kernel: fix cryptodev with kernel >= 2.6.35Hauke Mehrtens2010-12-061-2/+8
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-243-7/+66
* generic: update gpio_buttons driverGabor Juhos2010-11-121-39/+55
* fix mvswitch PHY polling setting (#8133)Florian Fainelli2010-11-041-1/+1
* rt8366*: use __devinit instead of __init for the probe function to fix a sect...Felix Fietkau2010-10-212-2/+2
* unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", I...Jo-Philipp Wich2010-10-124-7/+7
* cryptodev: Compilefix on 2.6.36Michael Büsch2010-10-071-0/+2
* generic: RTL8366S/RB: Fix autonegotiation for the WAN port.Gabor Juhos2010-09-272-0/+10
* generic: add rtl8366rb switch port rate, port and qos enable/disable supportGabor Juhos2010-09-271-0/+210
* add switch driver for Lantiq PSB6970Florian Fainelli2010-09-041-0/+438
* rtl8366_smi: when setting VLAN ports, always initialize the PVID to ensure th...Felix Fietkau2010-08-311-0/+9
* generic: rtl8366: allow use of VIDs 16-4095 if vlan4k is enabledGabor Juhos2010-08-182-4/+14
* generic: rtl8366: add generic code to enable VLANsGabor Juhos2010-08-184-84/+95
* generic: rtl8366: add enable_vlan{,4k} to smi_opsGabor Juhos2010-08-183-8/+14
* generic: fix LED control on the RTL8366 switchesGabor Juhos2010-08-152-2/+2
* rtl8366: re-enable learning by default, disabling it broke switching function...Felix Fietkau2010-08-082-8/+92
* swconfig: cleanup of kernel drivers and interface - add some comments to a fe...Felix Fietkau2010-08-047-189/+224
* ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back mdelay...Jo-Philipp Wich2010-08-031-0/+1
* pwm: export the generic pwm api as moduleClaudio Mignanti2010-07-191-1/+1
* generic: rtl8366: add debugfs file to show PVIDsGabor Juhos2010-07-151-0/+42
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-152-5/+2
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-154-106/+57
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-154-84/+47
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kGabor Juhos2010-07-152-8/+8
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-153-6/+25
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-154-68/+39
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsGabor Juhos2010-07-152-8/+10
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-152-44/+41