aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-17net: dsa: microchip: remove unneeded variableChangcheng Deng1-2/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2-2/+3
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2-4/+4
2021-12-08net: 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 Rempel4-133/+43
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-10-12net: dsa: microchip: Added the condition for scheduling ksz_mib_read_workArun Ramadoss1-1/+3
2021-09-19net: dsa: microchip: ksz8863: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+13
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean3-5/+28
2021-08-10net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN table lookupBen Hutchings1-4/+4
2021-08-10net: dsa: microchip: ksz8795: Fix VLAN filteringBen Hutchings1-0/+11
2021-08-10net: dsa: microchip: ksz8795: Use software untagging on CPU portBen Hutchings1-1/+8
2021-08-10net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on deletionBen Hutchings1-3/+0
2021-08-10net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings2-1/+27
2021-08-10net: dsa: microchip: ksz8795: Fix PVID tag insertionBen Hutchings2-7/+23
2021-08-10net: dsa: microchip: Fix ksz_read64()Ben Hutchings1-6/+2
2021-07-11dsa: fix for_each_child.cocci warningskernel test robot1-1/+3
2021-06-14net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel1-0/+13
2021-06-14net: dsa: microchip: ksz8795: add LINK_MD register supportOleksij Rempel2-2/+25
2021-06-14net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel1-0/+5
2021-06-14net: dsa: microchip: ksz8795: add phylink supportMichael Grzeschik1-0/+55
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik2-121/+60
2021-05-24net: dsa: microchip: enable phy errata workaround on 9567George McCollister1-0/+1
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel1-1/+1
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King1-1/+1
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate structMichael Grzeschik3-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2-2/+4
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean2-4/+6
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+22
2021-01-20net: dsa: microchip: Adjust reset release timing to match reference reset circuitMarek Vasut1-1/+1
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut2-11/+21
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2-0/+4
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean4-21/+15
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean4-21/+16
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean2-10/+2
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2-68/+60
2020-12-02net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik2-2/+1
2020-12-02net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik2-4/+2
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik4-16/+12
2020-12-02net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik1-5/+5
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik2-4/+0