aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15net: dsa: mt7530: fix VLAN setupDENG Qingfang1-12/+1
2020-05-14net: dsa: felix: fix incorrect clamp calculation for burstColin Ian King1-1/+1
2020-05-13net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang2-3/+14
2020-05-13net: dsa: felix: add support Credit Based Shaper(CBS) for hardware offloadXiaoliang Yang1-1/+49
2020-05-13net: dsa: felix: Configure Time-Aware Scheduler via taprio offloadXiaoliang Yang3-0/+164
2020-05-13net: dsa: felix: qos classified based on pcpXiaoliang Yang1-0/+26
2020-05-12net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANsVladimir Oltean1-3/+409
2020-05-12net: dsa: sja1105: implement a common frame memory partitioning functionVladimir Oltean4-18/+42
2020-05-12net: dsa: sja1105: add packing ops for the Retagging TableVladimir Oltean4-2/+110
2020-05-12net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameterVladimir Oltean2-4/+120
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean1-0/+4
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean3-0/+22
2020-05-12net: dsa: sja1105: exit sja1105_vlan_filtering when called multiple timesVladimir Oltean1-0/+3
2020-05-12net: dsa: sja1105: allow VLAN configuration from the bridge in all statesVladimir Oltean1-0/+2
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean2-131/+372
2020-05-12net: dsa: sja1105: deny alterations of dsa_8021q VLANs from the bridgeVladimir Oltean2-1/+31
2020-05-12net: dsa: sja1105: keep the VLAN awareness state in a driver variableVladimir Oltean3-15/+33
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean2-0/+92
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean1-4/+12
2020-05-10dsa: sja1105: fix semicolon.cocci warningskbuild test robot1-1/+1
2020-05-08net: dsa: sja1105: remove set but not used variable 'prev_time'Samuel Zou1-2/+0
2020-05-08net: dsa: vsc73xx: convert to devm_platform_ioremap_resourceWei Yongjun1-9/+1
2020-05-07net: dsa: sja1105: implement tc-gate using time-triggered virtual linksVladimir Oltean10-17/+759
2020-05-07net: dsa: sja1105: support flow-based redirection via virtual linksVladimir Oltean7-6/+437
2020-05-07net: dsa: sja1105: make room for virtual link parsing in flower offloadVladimir Oltean2-27/+112
2020-05-07net: dsa: sja1105: add static tables for virtual linksVladimir Oltean4-0/+318
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-13/+23
2020-05-06dsa: sja1105: dynamically allocate stats structureArnd Bergmann1-70/+74
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean3-0/+3
2020-05-06net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean1-8/+18
2020-05-04net: dsa: felix: allow the device to be disabledMichael Walle1-0/+5
2020-05-01net: dsa: mv88e6xxx: 88e6390 10G serdes supportRussell King2-2/+42
2020-05-01net: dsa: mv88e6xxx: use generic clause 45 definitionsRussell King2-11/+7
2020-05-01net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2-1/+2
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli1-3/+3
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli2-1/+6
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli2-0/+22
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli2-27/+27
2020-04-29net: dsa: mv88e6xxx: remove duplicate assignment of struct membersJason Yan1-4/+0
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+39
2020-04-22net: dsa: felix: allow flooding for all traffic classesXiaoliang Yang2-0/+8
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2-0/+5
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli2-4/+29
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli1-2/+2
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli1-1/+0
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli1-0/+3
2020-04-21net: dsa: felix: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-21net: mscc: ocelot: add wave programming registers definitionsYangbo Lu1-0/+2
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-0/+25
2020-04-20net: dsa: sja1105: enable internal pull-down for RX_DV/CRS_DV/RX_CTL and RX_ERVladimir Oltean3-7/+54