summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lan9303-core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1Star
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-251-2/+1Star
* net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2018-04-271-2/+9
* dsa: Pass the port to get_sset_count()Andrew Lunn2018-03-041-1/+1
* net: dsa: lan9303: check error value from devm_gpiod_get_optional()Phil Reid2018-01-151-4/+10
* net: dsa: lan9303: make lan9303_handle_reset() a void functionPhil Reid2018-01-151-7/+3Star
* net: dsa: lan9303: Fix error return code in lan9303_check_device()Wei Yongjun2018-01-051-1/+1
* net: dsa: lan9303: Adjust phy_addr_base expressionsEgil Hjelmeland2018-01-041-5/+5
* net: dsa: lan9303: phy_addr_sel_strap rename and retypeEgil Hjelmeland2018-01-041-10/+10
* net: dsa: lan9303: lan9303_csr_reg_wait cleanupsEgil Hjelmeland2017-12-261-8/+5Star
* net: dsa: lan9303: Introduce lan9303_read_waitEgil Hjelmeland2017-12-131-32/+27Star
* net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland2017-12-081-2/+12
* net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-031-4/+2Star
* net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian2017-11-141-1/+1
* net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-131-1/+2
* net: dsa: lan9303: Fix lan9303_alr_del_port()Egil Hjelmeland2017-11-131-1/+1
* net: dsa: lan9303: Set up trapping of IGMP to CPU portEgil Hjelmeland2017-11-111-0/+26
* net: dsa: lan9303: Drop port range checkEgil Hjelmeland2017-11-081-23/+4Star
* net: dsa: lan9303: Replace msleep(1) with usleep_range()Egil Hjelmeland2017-11-081-2/+2
* net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland2017-11-011-0/+2
* net: dsa: lan9303: Do not disable switch fabric port 0 at .probeEgil Hjelmeland2017-10-261-1/+1
* net: dsa: lan9303: Add fdb/mdb manipulationEgil Hjelmeland2017-10-221-0/+173
* net: dsa: lan9303: Add port_fast_age and port_fdb_dump methodsEgil Hjelmeland2017-10-221-0/+160
* net: dsa: add dsa_to_port helperVivien Didelot2017-10-181-1/+1
* net: dsa: lan9303: Add basic offloading of unicast trafficEgil Hjelmeland2017-10-111-0/+82
* net: dsa: lan9303: Move tag setup to new lan9303_setup_taggingEgil Hjelmeland2017-10-111-17/+25
* net: dsa: lan9303: Add adjust_link() methodEgil Hjelmeland2017-09-201-0/+40
* net: dsa: make dsa_switch_ops constBhumika Goyal2017-08-101-1/+1
* net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland2017-08-091-1/+1
* net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland2017-08-071-10/+16
* net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland2017-08-071-8/+8
* net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland2017-08-071-14/+10Star
* net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland2017-08-071-0/+2
* net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland2017-08-071-23/+23
* net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland2017-07-311-7/+13
* net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland2017-07-311-14/+14
* net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland2017-07-311-0/+6
* net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIOEgil Hjelmeland2017-07-311-1/+2
* net: dsa: remove dev arg of dsa_register_switchVivien Didelot2017-05-311-1/+1
* net: dsa: add new DSA switch driver for the SMSC-LAN9303Juergen Beisert2017-04-201-0/+879