summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip
AgeCommit message (Expand)AuthorLines
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel-133/+43
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-5/+3
2021-10-12net: dsa: microchip: Added the condition for scheduling ksz_mib_read_workArun Ramadoss-1/+3
2021-09-19net: dsa: microchip: ksz8863: be compatible with masters which unregister on ...Vladimir Oltean-0/+13
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean-5/+28
2021-08-10net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN table lookupBen Hutchings-4/+4
2021-08-10net: dsa: microchip: ksz8795: Fix VLAN filteringBen Hutchings-0/+11
2021-08-10net: dsa: microchip: ksz8795: Use software untagging on CPU portBen Hutchings-1/+8
2021-08-10net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on deletionBen Hutchings-3/+0
2021-08-10net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings-1/+27
2021-08-10net: dsa: microchip: ksz8795: Fix PVID tag insertionBen Hutchings-7/+23
2021-08-10net: dsa: microchip: Fix ksz_read64()Ben Hutchings-6/+2
2021-07-11dsa: fix for_each_child.cocci warningskernel test robot-1/+3
2021-06-14net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel-0/+13
2021-06-14net: dsa: microchip: ksz8795: add LINK_MD register supportOleksij Rempel-2/+25
2021-06-14net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel-0/+5
2021-06-14net: dsa: microchip: ksz8795: add phylink supportMichael Grzeschik-0/+55
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik-121/+60
2021-05-24net: dsa: microchip: enable phy errata workaround on 9567George McCollister-0/+1
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel-1/+1
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel-0/+3
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel-0/+3
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King-1/+1
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik-1/+223
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate st...Michael Grzeschik-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik-117/+111
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean-2/+4
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean-4/+6
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+22
2021-01-20net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut-1/+1
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut-11/+21
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean-0/+4
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean-21/+15
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean-21/+16
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-10/+2
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-68/+60
2020-12-02net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik-2/+1
2020-12-02net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik-4/+2
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik-16/+12
2020-12-02net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik-5/+5
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik-4/+0
2020-12-02net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik-13/+10
2020-12-02net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik-7/+5
2020-12-02net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik-4/+3
2020-12-02net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik-6/+6
2020-12-02net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik-2/+0
2020-12-02net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik-2/+0