aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lan9303-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt1-4/+3
2024-04-17net: dsa: lan9303: provide own phylink MAC operationsRussell King (Oracle)1-5/+26
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-2/+2
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring1-0/+1
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)1-6/+0
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2023-06-01net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin1-4/+0
2023-05-30dsa: lan9303: Remove stray gpiod_unexport() callAndy Shevchenko1-1/+0
2023-01-20dsa: lan9303: Add flow ctrl in link_upJerry Ray1-11/+23
2023-01-20dsa: lan9303: Migrate to PHYLINKJerry Ray1-32/+69
2023-01-20dsa: lan9303: Port 0 is xMII portJerry Ray1-1/+8
2023-01-20dsa: lan9303: write reg only if necessaryJerry Ray1-2/+5
2023-01-20dsa: lan9303: Add exception logic for read failureJerry Ray1-1/+3
2023-01-20dsa: lan9303: move Turbo Mode bit initJerry Ray1-9/+7
2023-01-20dsa: lan9303: align dsa_switch_ops membersJerry Ray1-19/+19
2022-12-12net: lan9303: Fix read error execution pathJerry Ray1-1/+3
2022-11-28dsa: lan9303: Correct stat nameJerry Ray1-1/+1
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean1-2/+2
2022-09-07net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray1-3/+8
2022-09-07net: dsa: LAN9303: Add early read to syncJerry Ray1-4/+15
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-1/+2
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-5/+8
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard1-2/+9
2022-02-11net: dsa: lan9303: fix reset on probeMans Rullgard1-1/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-2/+2
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-1/+1
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+6
2021-08-10net: dsa: lan9303: fix broken backpressure in .port_fdb_dumpVladimir Oltean1-15/+19
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-4/+8
2020-07-05net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn1-4/+3
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
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