summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: dsa: b53: convert to phylink_pcsRussell King (Oracle)2022-05-015-72/+75
| * | net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-291-0/+1
| * | net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss2022-04-291-4/+34
* | | net: dsa: sja1105: Convert to mdiobus_c45_readAndrew Lunn2022-05-021-3/+2
* | | net: dsa: mv88e6xxx: Cosmetic change spaces to tabs in dsa_switch_opsMarek Behún2022-05-011-5/+5
* | | net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-304-4/+2
* | | net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41Nathan Rossi2022-04-281-7/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-282-5/+3
|\| |
| * | net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl2022-04-261-3/+0
| * | net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi2022-04-261-2/+3
| * | net: dsa: realtek: remove realtek,rtl8367s stringLuiz Angelo Daros de Luca2022-04-222-5/+0
* | | net: dsa: ksz9477: move get_stats64 to ksz_common.cArun Ramadoss2022-04-273-96/+101
* | | net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)2022-04-261-9/+9
* | | net: dsa: ksz: added the generic port_stp_state_set functionArun Ramadoss2022-04-266-73/+49
* | | net: dsa: realtek: remove realtek,rtl8367s stringLuiz Angelo Daros de Luca2022-04-202-5/+0
* | | net: dsa: qca8k: unify bus id naming with legacy and OF mdio busAnsuel Smith2022-04-171-3/+2
* | | net: dsa: qca8k: correctly handle mdio read errorAnsuel Smith2022-04-171-1/+6
* | | net: dsa: qca8k: drop dsa_switch_ops from qca8k_privAnsuel Smith2022-04-172-3/+1
* | | net: dsa: qca8k: rework and simplify mdiobus logicAnsuel Smith2022-04-172-67/+29
* | | net: dsa: qca8k: drop port_sts from qca8k_privAnsuel Smith2022-04-172-11/+13
* | | net: dsa: qca8k: drop MTU tracking from qca8k_privAnsuel Smith2022-04-172-18/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-154-15/+45
|\| |
| * | net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean2022-04-141-0/+23
| * | net: dsa: realtek: don't parse compatible string for RTL8366SAlvin Šipraga2022-04-131-5/+0
| * | net: dsa: realtek: fix Kconfig to assure consistent driver linkageAlvin Šipraga2022-04-131-9/+21
| * | net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle2022-04-081-1/+1
| |/
* | net: dsa: mt7530: mark as non-legacyRussell King (Oracle)2022-04-121-0/+6
* | net: dsa: mt7530: move autoneg handling to PCS validationRussell King (Oracle)2022-04-121-18/+10
* | net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)2022-04-122-70/+95
* | net: dsa: mt7530: switch to use phylink_get_linkmodes()Russell King (Oracle)2022-04-121-52/+5
* | net: dsa: mt7530: only indicate linkmodes that can be supportedRussell King (Oracle)2022-04-122-4/+9
* | net: dsa: mt7530: drop use of phylink_helper_basex_speed()Russell King (Oracle)2022-04-121-5/+0
* | net: dsa: mt7530: remove interface checksRussell King (Oracle)2022-04-122-84/+0
* | net: dsa: mt7530: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)2022-04-122-0/+76
* | net: dsa: mt7530: 1G can also support 1000BASE-X link modeRussell King (Oracle)2022-04-121-10/+4
|/
* net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
* net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-281-3/+3
* net: dsa: realtek: make interface drivers depend on OFAlvin Šipraga2022-03-241-0/+2
* net: dsa: mv88e6xxx: Fill in STU support for all supported chipsTobias Waldekranz2022-03-211-0/+48
* net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean2022-03-211-0/+1
* net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callbackTobias Waldekranz2022-03-211-0/+3
* net: dsa: mv88e6xxx: Require ops be implemented to claim STU supportTobias Waldekranz2022-03-211-1/+3
* net: dsa: felix: add port mirroring supportVladimir Oltean2022-03-171-0/+20
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-178-8/+11
* net: dsa: microchip: ksz8795: handle eee specif erratumOleksij Rempel2022-03-174-1/+50
* net: dsa: mv88e6xxx: MST OffloadingTobias Waldekranz2022-03-172-8/+255
* net: dsa: mv88e6xxx: Export STU as devlink regionTobias Waldekranz2022-03-172-0/+95
* net: dsa: mv88e6xxx: Disentangle STU from VTUTobias Waldekranz2022-03-174-135/+264
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-172-0/+23
|\
| * net: dsa: microchip: add spi_device_id tablesClaudiu Beznea2022-03-142-0/+23