aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-166/+175
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-25net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+26
2020-06-22net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean2-12/+17
2020-06-22net: dsa: sja1105: make config table operation structures constantVladimir Oltean4-16/+16
2020-06-22net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean2-45/+0
2020-06-22net: dsa: qca8k: Minor comment spelling fixJonathan McDowell1-1/+1
2020-06-22net: dsa: qca8k: Improve SGMII interface handlingJonathan McDowell2-1/+45
2020-06-22net: dsa: qca8k: Switch to PHYLINK instead of PHYLIBJonathan McDowell1-96/+210
2020-06-20net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean1-1/+3
2020-06-20net: dsa: felix: make vcap is2 keys and actions staticVladimir Oltean1-2/+2
2020-06-19net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-06-18net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-06-18net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean1-1/+3
2020-06-18net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean1-1/+3
2020-06-18net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean1-4/+0
2020-06-15net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean1-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-14/+14
2020-06-07net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl1-1/+2
2020-06-04net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč1-2/+1
2020-06-01net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2-1/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2020-05-30net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean3-16/+48
2020-05-30net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.cVladimir Oltean2-18/+18
2020-05-29net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean1-0/+4
2020-05-28net: dsa: sja1105: offload the Credit-Based Shaper qdiscVladimir Oltean5-0/+199
2020-05-27net: dsa: felix: send VLANs on CPU port as egress-taggedVladimir Oltean1-2/+6
2020-05-27net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness stateVladimir Oltean1-0/+1
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King1-1/+0
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-35/+28
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang1-1/+1
2020-05-22felix: Fix initialization of ioremap resourcesClaudiu Manoil3-27/+24
2020-05-16net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2-7/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
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