swconfig: simplify init code
[openwrt/openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366rb.c
2013-06-04 Gabor Juhosgeneric: add port mirroring/monitoring capability to...
2013-01-27 Hauke Mehrtenskernel: remove __devinit, __devexit and __devexit_p...
2012-12-17 Gabor Juhosgeneric: rtl836x: fix compiler warnings
2012-12-15 Jonas Gorskilinux: generic: rtl836*: fix compilation with !CONFIG_OF
2012-12-15 John Crispinmake rtl8366 driver OF capable
2012-08-02 Gabor Juhosgeneric: rtl836x: add hw_reset field to struct rtl8366_smi
2012-04-29 Gabor Juhoslinux: rtl836x: add a generic reset_switch function
2012-04-29 Gabor Juhoslinux: rtl836x: rename rtl836*_hw_init to rtl836*_setup
2012-04-29 Gabor Juhoslinux: rtl836x: add a reset_chip callback to rtl8366_sm...
2012-03-07 Gabor Juhosgeneric: rtl8366rb: use the generic get_port_link imple...
2012-01-21 Gabor Juhosgeneric: rtl8366: add rtl8366_smi_write_reg_noack helper
2012-01-07 Gabor Juhosgeneric: rtl8366: preparing for RTL8367 support
2011-07-27 Jonas Gorskiswconfig: Add generic switch identifiers
2011-07-24 Felix Fietkaurtl8366: unify rtl8366s and rtl8366rb platform data
2011-04-12 Gabor Juhosgeneric: rtl8366{s,rb}: remove the PHY driver.
2011-01-08 Gabor Juhosgeneric: rtl8366: enable vlans before enabling the...
2011-01-08 Gabor Juhosgeneric: rtl8366: enable ports only after VLAN configur...
2011-01-08 Gabor Juhosgeneric: rtl8366: add enable_port helper
2011-01-08 Gabor Juhosgeneric: rtl8366rb: use correct bitmasks in sanity...
2010-11-24 Gabor Juhosgeneric: add rtl8366rb switch vlan fid support
2010-10-21 Felix Fietkaurt8366*: use __devinit instead of __init for the probe...
2010-09-27 Gabor Juhosgeneric: RTL8366S/RB: Fix autonegotiation for the WAN...
2010-09-27 Gabor Juhosgeneric: add rtl8366rb switch port rate, port and qos...
2010-08-18 Gabor Juhosgeneric: rtl8366: allow use of VIDs 16-4095 if vlan4k...
2010-08-18 Gabor Juhosgeneric: rtl8366: add generic code to enable VLANs
2010-08-18 Gabor Juhosgeneric: rtl8366: add enable_vlan{,4k} to smi_ops
2010-08-15 Gabor Juhosgeneric: fix LED control on the RTL8366 switches
2010-08-08 Felix Fietkaurtl8366: re-enable learning by default, disabling it...
2010-08-04 Felix Fietkauswconfig: cleanup of kernel drivers and interface ...
2010-07-15 Gabor Juhosgeneric: rtl8366: add common rtl8366_sw_{get,set}_vlan_...
2010-07-15 Gabor Juhosgeneric: rtl8366: add common rtl8366_sw_get_vlan_info
2010-07-15 Gabor Juhosgeneric: rtl8366: use smi->num_ports and smi->ops-...
2010-07-15 Gabor Juhosgeneric: rtl8366: add is_vlan_valid function to smi_ops
2010-07-15 Gabor Juhosgeneric: rtl8366: add common rtl8366_sw_get_port_mib...
2010-07-15 Gabor Juhosgeneric: rtl8366: generealize rtl8366{s,rb}_sw_get_port...
2010-07-15 Gabor Juhosgeneric: rtl8366: add common rtl8366_sw_{get,set}_port_...
2010-07-15 Gabor Juhosgeneric: rtl8366: add setup to rtl8366_smi_ops struct
2010-07-15 Gabor Juhosgeneric: rtl8366: introduce rtl8366_smi_alloc
2010-07-15 Gabor Juhosgeneric: rtl8366: get rid of private rtl8366{s,rb}...
2010-07-15 Gabor Juhosgeneric: rtl8366: move switch device to the rtl8366_smi...
2010-07-15 Gabor Juhosgeneric: rtl8366: get rid of private vlan_{mc,4k} structs
2010-07-15 Gabor Juhosgeneric: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib...
2010-07-02 Gabor Juhosgeneric: rtl8366: enable VLAN ingress filtering
2010-06-28 Gabor Juhosgeneric: rtl8366: minor cleanup
2010-06-28 Gabor Juhosgeneric: rtl8366: add common read_debugfs_mibs function
2010-06-28 Gabor Juhosgeneric: rtl8366: standardize read_debugfs_mibs functions
2010-06-28 Gabor Juhosgeneric: rtl8366: use common rtl8366_mib_counter structure
2010-06-28 Gabor Juhosgeneric: rtl8366: move common debugfs code to rtl8366_smi.c
2010-06-28 Gabor Juhosgeneric: rtl8366: move buf to struct rtl8366_smi
2010-06-28 Gabor Juhosgeneric: rtl8366: move common VLAN handling functions...
2010-06-28 Gabor Juhosgeneric: rtl8366: add cpu_port, num_ports and num_vlan_...
2010-06-28 Gabor Juhosgeneric: rtl8366: add VLAN handling functions to rtl836...
2010-06-28 Gabor Juhosgeneric: rtl8366: use RTL8366{S,RB} prefixes for all...
2010-06-27 Gabor Juhosgeneric: rtl8366rb: fix MIB counter reset
2010-06-26 Felix Fietkaurename target/linux/generic-2.6 to generic