summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lan9303-core.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Explicitly include correct DT includesRob Herring2023-07-261-0/+1
* net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)2023-07-181-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-4/+0
|\
| * net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin2023-06-011-4/+0
* | dsa: lan9303: Remove stray gpiod_unexport() callAndy Shevchenko2023-05-301-1/+0
|/
* dsa: lan9303: Add flow ctrl in link_upJerry Ray2023-01-201-11/+23
* dsa: lan9303: Migrate to PHYLINKJerry Ray2023-01-201-32/+69
* dsa: lan9303: Port 0 is xMII portJerry Ray2023-01-201-1/+8
* dsa: lan9303: write reg only if necessaryJerry Ray2023-01-201-2/+5
* dsa: lan9303: Add exception logic for read failureJerry Ray2023-01-201-1/+3
* dsa: lan9303: move Turbo Mode bit initJerry Ray2023-01-201-9/+7
* dsa: lan9303: align dsa_switch_ops membersJerry Ray2023-01-201-19/+19
* net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
* dsa: lan9303: Correct stat nameJerry Ray2022-11-281-1/+1
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-2/+2
* net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray2022-09-071-3/+8
* net: dsa: LAN9303: Add early read to syncJerry Ray2022-09-071-4/+15
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-5/+8
* net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2022-02-171-2/+9
* net: dsa: lan9303: fix reset on probeMans Rullgard2022-02-111-1/+1
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-2/+2
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-1/+1
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+6
* net: dsa: lan9303: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-15/+19
* net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-111-4/+8
* net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn2020-07-051-4/+3
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+3
* net: dsa: do not enable or disable non user portsVivien Didelot2019-08-201-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-2/+1
* 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/+3
* 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/+5
* net: dsa: lan9303: Introduce lan9303_read_waitEgil Hjelmeland2017-12-131-32/+27
* net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland2017-12-081-2/+12
* net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-021-4/+2
* 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/+4
* net: dsa: lan9303: Replace msleep(1) with usleep_range()Egil Hjelmeland2017-11-081-2/+2