summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/lan9303-core.c
AgeCommit message (Expand)AuthorFilesLines
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-21net: dsa: lan9303: Add adjust_link() methodEgil Hjelmeland1-0/+40
2017-08-10net: dsa: make dsa_switch_ops constBhumika Goyal1-1/+1
2017-08-09net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland1-1/+1
2017-08-08net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland1-10/+16
2017-08-08net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland1-8/+8
2017-08-08net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland1-14/+10
2017-08-08net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland1-0/+2
2017-08-08net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland1-23/+23
2017-07-31net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland1-7/+13
2017-07-31net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland1-14/+14
2017-07-31net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland1-0/+6
2017-07-31net: 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