summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-231-1/+1
* felix: Fix initialization of ioremap resourcesClaudiu Manoil2020-05-223-27/+24
* net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-05-162-7/+3
* net: dsa: loop: Add module soft dependencyFlorian Fainelli2020-05-101-0/+1
* net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean2020-05-063-0/+3
* net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean2020-05-061-8/+18
* net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-012-1/+2
* net: dsa: mv88e6xxx: remove duplicate assignment of struct membersJason Yan2020-04-291-4/+0
* net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2020-04-222-0/+5
* net: dsa: b53: Rework ARL bin logicFlorian Fainelli2020-04-222-4/+29
* net: dsa: b53: Fix ARL register definitionsFlorian Fainelli2020-04-221-2/+2
* net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli2020-04-221-1/+0
* net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli2020-04-221-0/+3
* 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