aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lan9303-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+3
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-2/+1
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli1-2/+9
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn1-1/+1
2018-01-15net: dsa: lan9303: check error value from devm_gpiod_get_optional()Phil Reid1-4/+10
2018-01-15net: dsa: lan9303: make lan9303_handle_reset() a void functionPhil Reid1-7/+3
2018-01-05net: dsa: lan9303: Fix error return code in lan9303_check_device()Wei Yongjun1-1/+1
2018-01-04net: dsa: lan9303: Adjust phy_addr_base expressionsEgil Hjelmeland1-5/+5
2018-01-04net: dsa: lan9303: phy_addr_sel_strap rename and retypeEgil Hjelmeland1-10/+10
2017-12-26net: dsa: lan9303: lan9303_csr_reg_wait cleanupsEgil Hjelmeland1-8/+5
2017-12-13net: dsa: lan9303: Introduce lan9303_read_waitEgil Hjelmeland1-32/+27
2017-12-08net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland1-2/+12
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot1-4/+2
2017-11-14net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian1-1/+1
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli1-1/+2
2017-11-13net: dsa: lan9303: Fix lan9303_alr_del_port()Egil Hjelmeland1-1/+1
2017-11-11net: dsa: lan9303: Set up trapping of IGMP to CPU portEgil Hjelmeland1-0/+26
2017-11-08net: dsa: lan9303: Drop port range checkEgil Hjelmeland1-23/+4
2017-11-08net: dsa: lan9303: Replace msleep(1) with usleep_range()Egil Hjelmeland1-2/+2
2017-11-01net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland1-0/+2
2017-10-26net: dsa: lan9303: Do not disable switch fabric port 0 at .probeEgil Hjelmeland1-1/+1
2017-10-22net: dsa: lan9303: Add fdb/mdb manipulationEgil Hjelmeland1-0/+173
2017-10-22net: dsa: lan9303: Add port_fast_age and port_fdb_dump methodsEgil Hjelmeland1-0/+160
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot1-1/+1
2017-10-11net: dsa: lan9303: Add basic offloading of unicast trafficEgil Hjelmeland1-0/+82
2017-10-11net: dsa: lan9303: Move tag setup to new lan9303_setup_taggingEgil Hjelmeland1-17/+25
2017-09-20net: dsa: lan9303: Add adjust_link() methodEgil Hjelmeland1-0/+40
2017-08-09net: dsa: make dsa_switch_ops constBhumika Goyal1-1/+1
2017-08-08net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland1-1/+1
2017-08-07net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland1-10/+16
2017-08-07net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland1-8/+8
2017-08-07net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland1-14/+10
2017-08-07net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland1-0/+2
2017-08-07net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland1-23/+23
2017-07-30net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland1-7/+13
2017-07-30net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland1-14/+14
2017-07-30net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland1-0/+6
2017-07-30net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIOEgil Hjelmeland1-1/+2
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot1-1/+1
2017-04-20net: dsa: add new DSA switch driver for the SMSC-LAN9303Juergen Beisert1-0/+879