aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa/lan9303-core.c
AgeCommit message (Expand)Author
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn
2018-01-15net: dsa: lan9303: check error value from devm_gpiod_get_optional()Phil Reid
2018-01-15net: dsa: lan9303: make lan9303_handle_reset() a void functionPhil Reid
2018-01-05net: dsa: lan9303: Fix error return code in lan9303_check_device()Wei Yongjun
2018-01-04net: dsa: lan9303: Adjust phy_addr_base expressionsEgil Hjelmeland
2018-01-04net: dsa: lan9303: phy_addr_sel_strap rename and retypeEgil Hjelmeland
2017-12-26net: dsa: lan9303: lan9303_csr_reg_wait cleanupsEgil Hjelmeland
2017-12-13net: dsa: lan9303: Introduce lan9303_read_waitEgil Hjelmeland
2017-12-08net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot
2017-11-14net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli
2017-11-13net: dsa: lan9303: Fix lan9303_alr_del_port()Egil Hjelmeland
2017-11-11net: dsa: lan9303: Set up trapping of IGMP to CPU portEgil Hjelmeland
2017-11-08net: dsa: lan9303: Drop port range checkEgil Hjelmeland
2017-11-08net: dsa: lan9303: Replace msleep(1) with usleep_range()Egil Hjelmeland
2017-11-01net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland
2017-10-26net: dsa: lan9303: Do not disable switch fabric port 0 at .probeEgil Hjelmeland
2017-10-22net: dsa: lan9303: Add fdb/mdb manipulationEgil Hjelmeland
2017-10-22net: dsa: lan9303: Add port_fast_age and port_fdb_dump methodsEgil Hjelmeland
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot
2017-10-11net: dsa: lan9303: Add basic offloading of unicast trafficEgil Hjelmeland
2017-10-11net: dsa: lan9303: Move tag setup to new lan9303_setup_taggingEgil Hjelmeland
2017-09-20net: dsa: lan9303: Add adjust_link() methodEgil Hjelmeland
2017-08-09net: dsa: make dsa_switch_ops constBhumika Goyal
2017-08-08net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland
2017-08-07net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland
2017-08-07net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland
2017-08-07net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland
2017-08-07net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland
2017-08-07net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland
2017-07-30net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland
2017-07-30net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland
2017-07-30net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland
2017-07-30net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIOEgil Hjelmeland
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot
2017-04-20net: dsa: add new DSA switch driver for the SMSC-LAN9303Juergen Beisert