summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: enable internal pull-down for RX_DV/CRS_DV/RX_CTL and RX_ERVladimir Oltean2020-04-203-7/+54
* net: dsa: b53: per-port interrupts are optionalFlorian Fainelli2020-04-181-1/+1
* net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2020-04-162-6/+19
* net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean2020-04-151-4/+1
* net: dsa: mv88e6xxx: Configure MAC when using fixed linkAndrew Lunn2020-04-141-2/+3
* net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2020-04-072-95/+0
* net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli2020-04-061-1/+6
* net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli2020-04-061-1/+1
* net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo2020-04-031-0/+3
* net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu2020-03-311-0/+1
* net: dsa: bcm_sf2: Support specifying VLAN tag egress ruleFlorian Fainelli2020-03-301-2/+38
* net: dsa: bcm_sf2: Add support for matching VLAN TCIFlorian Fainelli2020-03-301-15/+38
* net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functionsFlorian Fainelli2020-03-301-32/+32
* net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXTFlorian Fainelli2020-03-301-2/+3
* net: dsa: bcm_sf2: Disable learning for ASP portFlorian Fainelli2020-03-301-1/+9
* net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli2020-03-301-0/+6
* net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli2020-03-301-0/+8
* net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli2020-03-301-0/+15
* net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli2020-03-301-6/+3
* net: dsa: sja1105: add broadcast and per-traffic class policersVladimir Oltean2020-03-304-0/+385
* net: dsa: sja1105: add configuration of port policersVladimir Oltean2020-03-301-32/+100
* net: dsa: felix: add port policersVladimir Oltean2020-03-301-0/+24
* net: dsa: mt7530: use resolved link config in mac_link_up()René van Dorst2020-03-292-33/+28
* net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/SVladimir Oltean2020-03-293-1/+134
* net: dsa: felix: support changing the MTUVladimir Oltean2020-03-271-0/+19
* net: dsa: vsc73xx: make the MTU configurableVladimir Oltean2020-03-271-10/+20
* net: dsa: sja1105: implement the port MTU callbacksVladimir Oltean2020-03-272-4/+47
* net: dsa: b53: add MTU configuration supportMurali Krishna Policharla2020-03-271-5/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-2/+2
|\
| * net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst2020-03-191-2/+2
* | net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean2020-03-237-0/+269
* | net: dsa: sja1105: make the AVB table dynamically reconfigurableVladimir Oltean2020-03-233-3/+27
* | net: dsa: sja1105: make future_base_time a common helperVladimir Oltean2020-03-232-27/+27
* | net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB tableVladimir Oltean2020-03-232-38/+32
* | net: dsa: sja1105: Add support for the SGMII portVladimir Oltean2020-03-205-5/+244
* | net: dsa: sja1105: Avoid error message for unknown PHY mode on disabled portsVladimir Oltean2020-03-191-0/+3
* | net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up/mac_link_downRussell King2020-03-151-24/+29
* | net: dsa: mv88e6xxx: remove port_link_state functionsRussell King2020-03-154-232/+0
* | net: dsa: mv88e6xxx: combine port_set_speed and port_set_duplexRussell King2020-03-154-145/+107
* | net: dsa: mv88e6xxx: fix Serdes link changesRussell King2020-03-152-21/+13
* | net: dsa: mv88e6xxx: extend phylink to Serdes PHYsRussell King2020-03-154-74/+480
* | net: dsa: mv88e6xxx: configure interface settings in mac_configRussell King2020-03-151-32/+35
* | net: dsa: mv88e6xxx: use BMCR definitions for serdes control registerRussell King2020-03-152-14/+5
* | net: dsa: sja1105: move MAC configuration to .phylink_mac_link_upVladimir Oltean2020-03-141-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-123-2/+11
|\|
| * net: dsa: mv88e6xxx: Add missing mask of ATU occupancy registerAndrew Lunn2020-03-121-0/+2
| * net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean2020-02-291-1/+2
| * net: dsa: mv88e6xxx: fix lockup on warm bootRussell King2020-02-291-1/+7
* | net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang2020-03-101-1/+1
* | net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2020-03-102-20/+9