summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip/ksz9477.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: microchip: add the phylink get_capsArun Ramadoss2022-05-181-0/+10
* net: dsa: move mib->cnt_ptr reset code to ksz_common.cPrasanna Vengateshan2022-05-181-3/+0
* net: dsa: microchip: move get_strings to ksz_commonArun Ramadoss2022-05-181-16/+1
* net: dsa: microchip: move port memory allocation to ksz_commonArun Ramadoss2022-05-181-22/+0
* net: dsa: microchip: move struct mib_names to ksz_chip_dataArun Ramadoss2022-05-181-51/+7
* net: dsa: microchip: move ksz_chip_data to ksz_commonArun Ramadoss2022-05-181-90/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-4/+34
|\
| * net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss2022-04-291-4/+34
* | net: dsa: ksz9477: move get_stats64 to ksz_common.cArun Ramadoss2022-04-271-96/+2
* | net: dsa: ksz: added the generic port_stp_state_set functionArun Ramadoss2022-04-261-32/+1
|/
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+1
* net: dsa: microchip: ksz9477: implement MTU configurationOleksij Rempel2022-03-091-2/+34
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-4/+8
* net: dsa: microchip: ksz9477: export HW stats over stats64 interfaceOleksij Rempel2022-02-191-0/+97
* net: dsa: microchip: Add property to disable reference clockRobert Hancock2022-01-281-3/+6
* net: dsa: microchip: implement multi-bridge supportOleksij Rempel2021-11-261-58/+8
* net: dsa: microchip: enable phy errata workaround on 9567George McCollister2021-05-241-0/+1
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-3/+4
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-0/+2
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-7/+11
* net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-111-5/+9
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-5/+1
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-36/+30
* net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik2020-12-021-7/+5
* net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik2020-12-021-2/+0
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-10/+19
|\
| * net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne2020-09-101-10/+19
* | net: dsa: microchip: Disable RGMII in-band status on KSZ9893Paul Barker2020-09-091-0/+3
* | net: dsa: microchip: Improve phy mode messagePaul Barker2020-09-091-5/+15
* | net: dsa: microchip: Make switch detection more informativePaul Barker2020-09-091-0/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-19/+23
|\
| * net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne2020-07-211-19/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-0/+3
|\|
| * net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2020-07-021-0/+3
* | net: dsa: microchip: remove unused private membersCodrin Ciubotariu2020-07-041-21/+2
* | net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu2020-07-041-1/+2
|/
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* net: dsa: microchip: add ksz9567 to ksz9477 driverGeorge McCollister2019-09-121-0/+9
* net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut2019-08-061-1/+0
* net: dsa: microchip: Replace bit RMW with regmapMarek Vasut2019-06-271-12/+10
* net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmapMarek Vasut2019-06-271-20/+12
* net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmapMarek Vasut2019-06-271-22/+12
* net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmapMarek Vasut2019-06-271-18/+8
* net: dsa: microchip: Replace ad-hoc polling with regmapMarek Vasut2019-06-271-9/+5
* net: dsa: microchip: Replace ad-hoc bit manipulation with regmapMarek Vasut2019-06-271-40/+6
* net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function callMarek Vasut2019-06-271-1/+1
* net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut2019-06-271-0/+29