summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz_common.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26net: dsa: ksz: added the generic port_stp_state_set functionArun Ramadoss1-0/+40
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-2/+4
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+23
2022-02-23net: dsa: microchip: ksz9477: reduce polling interval for statisticsOleksij Rempel1-1/+1
2022-02-19net: dsa: microchip: ksz9477: export HW stats over stats64 interfaceOleksij Rempel1-0/+4
2022-02-19net: dsa: microchip: fix bridging with more than two member portsSvenning Sørensen1-3/+23
2022-01-28net: dsa: microchip: Add property to disable reference clockRobert Hancock1-0/+6
2021-12-17net: dsa: microchip: remove unneeded variableChangcheng Deng1-2/+1
2021-12-09net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-2/+2
2021-12-09net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-1/+1
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel1-22/+28
2021-10-12net: dsa: microchip: Added the condition for scheduling ksz_mib_read_workArun Ramadoss1-1/+3
2021-07-11dsa: fix for_each_child.cocci warningskernel test robot1-1/+3
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-01-21net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut1-1/+1
2021-01-21net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut1-1/+1
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-9/+0
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+5
2020-12-03net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik1-2/+2
2020-11-26net: dsa: microchip: support for "ethernet-ports" nodeChristian Eggers1-1/+3
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2020-10-12net: dsa: microchip: fix race conditionChristian Eggers1-7/+9
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+12
2020-09-25net: dsa: microchip: really look for phy-mode in port nodesHelmut Grohne1-8/+12
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+12
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne1-1/+12
2020-09-09net: dsa: microchip: Implement recommended reset timingPaul Barker1-1/+2
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2020-07-22net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne1-2/+0
2020-07-05net: dsa: microchip: remove unused private membersCodrin Ciubotariu1-33/+0
2020-07-05net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu1-12/+20
2020-03-11net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister1-18/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut1-1/+1
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot1-0/+6
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut1-1/+0
2019-08-06net: dsa: ksz: Remove dead code and fix warningsMarek Vasut1-10/+1
2019-07-31net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha1-1/+2
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-06-27net: dsa: microchip: Dispose of ksz_io_opsMarek Vasut1-5/+1
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut1-3/+3
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-06-15net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock1-0/+2
2019-06-15net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-03-04net: dsa: microchip: add KSZ9893 switch supportTristram Ha1-1/+3
2019-02-25dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1
2019-02-25net: dsa: microchip: add port_cleanup functionTristram Ha1-0/+22