| Commit message (Expand) | Author | Age | Files | Lines |
* | generic: rtl8366: add rtl8366_smi_write_reg_noack helper | juhosg | 2012-01-21 | 1 | -2/+2 |
* | generic: rtl8366: preparing for RTL8367 support | juhosg | 2012-01-07 | 1 | -0/+3 |
* | generic: jumbo frames support for rtl8366s | juhosg | 2011-09-21 | 1 | -0/+51 |
* | swconfig: Add generic switch identifiers | jogo | 2011-07-27 | 1 | -1/+1 |
* | rtl8366: unify rtl8366s and rtl8366rb platform data | nbd | 2011-07-24 | 1 | -3/+3 |
* | generic: rtl8366{s,rb}: remove the PHY driver. | juhosg | 2011-04-12 | 1 | -52/+1 |
* | generic: rtl8366s: allow initial register values to be passed via platform_data | juhosg | 2011-01-26 | 1 | -0/+11 |
* | generic: rtl8366: enable vlans before enabling the ports | juhosg | 2011-01-08 | 1 | -0/+4 |
* | generic: rtl8366: enable ports only after VLAN configuration is done | juhosg | 2011-01-08 | 1 | -4/+5 |
* | generic: rtl8366: add enable_port helper | juhosg | 2011-01-08 | 1 | -0/+7 |
* | generic: rtl8366s: use correct bitmasks in sanity checks | juhosg | 2011-01-08 | 1 | -4/+4 |
* | generic: rtl8366s: add vlan fid support | juhosg | 2011-01-08 | 1 | -0/+7 |
* | rt8366*: use __devinit instead of __init for the probe function to fix a sect... | nbd | 2010-10-21 | 1 | -1/+1 |
* | generic: RTL8366S/RB: Fix autonegotiation for the WAN port. | juhosg | 2010-09-27 | 1 | -0/+5 |
* | generic: rtl8366: allow use of VIDs 16-4095 if vlan4k is enabled | juhosg | 2010-08-18 | 1 | -2/+7 |
* | generic: rtl8366: add generic code to enable VLANs | juhosg | 2010-08-18 | 1 | -42/+4 |
* | generic: rtl8366: add enable_vlan{,4k} to smi_ops | juhosg | 2010-08-18 | 1 | -4/+6 |
* | generic: fix LED control on the RTL8366 switches | juhosg | 2010-08-15 | 1 | -1/+1 |
* | rtl8366: re-enable learning by default, disabling it broke switching function... | nbd | 2010-08-08 | 1 | -4/+46 |
* | swconfig: cleanup of kernel drivers and interface | nbd | 2010-08-04 | 1 | -8/+6 |
* | generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functions | juhosg | 2010-07-15 | 1 | -53/+2 |
* | generic: rtl8366: add common rtl8366_sw_get_vlan_info | juhosg | 2010-07-15 | 1 | -42/+1 |
* | generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4k | juhosg | 2010-07-15 | 1 | -4/+4 |
* | generic: rtl8366: add is_vlan_valid function to smi_ops | juhosg | 2010-07-15 | 1 | -3/+12 |
* | generic: rtl8366: add common rtl8366_sw_get_port_mib function | juhosg | 2010-07-15 | 1 | -34/+1 |
* | generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functions | juhosg | 2010-07-15 | 1 | -4/+5 |
* | generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functions | juhosg | 2010-07-15 | 1 | -14/+2 |
* | generic: rtl8366: add setup to rtl8366_smi_ops struct | juhosg | 2010-07-15 | 1 | -4/+2 |
* | generic: rtl8366: introduce rtl8366_smi_alloc | juhosg | 2010-07-15 | 1 | -3/+1 |
* | generic: rtl8366: get rid of private rtl8366{s,rb} structs | juhosg | 2010-07-15 | 1 | -42/+21 |
* | generic: rtl8366: move switch device to the rtl8366_smi struct | juhosg | 2010-07-15 | 1 | -11/+4 |
* | generic: rtl8366: get rid of private vlan_{mc,4k} structs | juhosg | 2010-07-15 | 1 | -122/+77 |
* | generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributes | juhosg | 2010-07-15 | 1 | -11/+3 |
* | generic: rtl8366: enable VLAN ingress filtering | juhosg | 2010-07-02 | 1 | -0/+7 |
* | generic: rtl8366: minor cleanup | juhosg | 2010-06-28 | 1 | -8/+5 |
* | generic: rtl8366: add common read_debugfs_mibs function | juhosg | 2010-06-28 | 1 | -71/+0 |
* | generic: rtl8366: standardize read_debugfs_mibs functions | juhosg | 2010-06-28 | 1 | -10/+19 |
* | generic: rtl8366: use common rtl8366_mib_counter structure | juhosg | 2010-06-28 | 1 | -8/+1 |
* | generic: rtl8366: move common debugfs code to rtl8366_smi.c | juhosg | 2010-06-28 | 1 | -168/+9 |
* | generic: rtl8366: move buf to struct rtl8366_smi | juhosg | 2010-06-28 | 1 | -36/+32 |
* | generic: rtl8366: move common VLAN handling functions to rtl8366_smi.c | juhosg | 2010-06-28 | 1 | -205/+4 |
* | generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smi | juhosg | 2010-06-28 | 1 | -10/+13 |
* | generic: rtl8366: add VLAN handling functions to rtl8366_smi_ops | juhosg | 2010-06-28 | 1 | -18/+25 |
* | generic: rtl8366: use RTL8366{S,RB} prefixes for all defines | juhosg | 2010-06-28 | 1 | -167/+167 |
* | rename target/linux/generic-2.6 to generic | nbd | 2010-06-26 | 1 | -0/+1785 |