summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8366s.c
Commit message (Expand)AuthorAgeFilesLines
* generic: rtl8366s: use correct bitmasks in sanity checksjuhosg2011-01-081-4/+4
* generic: rtl8366s: add vlan fid supportjuhosg2011-01-081-0/+7
* rt8366*: use __devinit instead of __init for the probe function to fix a sect...nbd2010-10-211-1/+1
* generic: RTL8366S/RB: Fix autonegotiation for the WAN port.juhosg2010-09-271-0/+5
* generic: rtl8366: allow use of VIDs 16-4095 if vlan4k is enabledjuhosg2010-08-181-2/+7
* generic: rtl8366: add generic code to enable VLANsjuhosg2010-08-181-42/+4
* generic: rtl8366: add enable_vlan{,4k} to smi_opsjuhosg2010-08-181-4/+6
* generic: fix LED control on the RTL8366 switchesjuhosg2010-08-151-1/+1
* rtl8366: re-enable learning by default, disabling it broke switching function...nbd2010-08-081-4/+46
* swconfig: cleanup of kernel drivers and interfacenbd2010-08-041-8/+6
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsjuhosg2010-07-151-53/+2
* generic: rtl8366: add common rtl8366_sw_get_vlan_infojuhosg2010-07-151-42/+1
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kjuhosg2010-07-151-4/+4
* generic: rtl8366: add is_vlan_valid function to smi_opsjuhosg2010-07-151-3/+12
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionjuhosg2010-07-151-34/+1
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsjuhosg2010-07-151-4/+5
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsjuhosg2010-07-151-14/+2
* generic: rtl8366: add setup to rtl8366_smi_ops structjuhosg2010-07-151-4/+2
* generic: rtl8366: introduce rtl8366_smi_allocjuhosg2010-07-151-3/+1
* generic: rtl8366: get rid of private rtl8366{s,rb} structsjuhosg2010-07-151-42/+21
* generic: rtl8366: move switch device to the rtl8366_smi structjuhosg2010-07-151-11/+4
* generic: rtl8366: get rid of private vlan_{mc,4k} structsjuhosg2010-07-151-122/+77
* generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributesjuhosg2010-07-151-11/+3
* generic: rtl8366: enable VLAN ingress filteringjuhosg2010-07-021-0/+7
* generic: rtl8366: minor cleanupjuhosg2010-06-281-8/+5
* generic: rtl8366: add common read_debugfs_mibs functionjuhosg2010-06-281-71/+0
* generic: rtl8366: standardize read_debugfs_mibs functionsjuhosg2010-06-281-10/+19
* generic: rtl8366: use common rtl8366_mib_counter structurejuhosg2010-06-281-8/+1
* generic: rtl8366: move common debugfs code to rtl8366_smi.cjuhosg2010-06-281-168/+9
* generic: rtl8366: move buf to struct rtl8366_smijuhosg2010-06-281-36/+32
* generic: rtl8366: move common VLAN handling functions to rtl8366_smi.cjuhosg2010-06-281-205/+4
* generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smijuhosg2010-06-281-10/+13
* generic: rtl8366: add VLAN handling functions to rtl8366_smi_opsjuhosg2010-06-281-18/+25
* generic: rtl8366: use RTL8366{S,RB} prefixes for all definesjuhosg2010-06-281-167/+167
* rename target/linux/generic-2.6 to genericnbd2010-06-261-0/+1785