summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean2020-06-251-2/+1
* net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean2020-06-251-0/+8
* net: dsa: sja1105: unconditionally free old gating configVladimir Oltean2020-06-251-2/+2
* net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean2020-06-251-160/+160
* net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli2020-06-181-0/+2
* net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean2020-06-181-1/+3
* net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean2020-06-181-1/+3
* net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean2020-06-181-4/+0
* net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean2020-06-151-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-14/+14
* net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl2020-06-071-1/+2
* net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč2020-06-041-2/+1
* net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2020-06-012-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+6
|\
| * net: dsa: felix: send VLANs on CPU port as egress-taggedVladimir Oltean2020-05-271-2/+6
* | net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean2020-05-303-16/+48
* | net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.cVladimir Oltean2020-05-302-18/+18
* | net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean2020-05-291-0/+4
* | net: dsa: sja1105: offload the Credit-Based Shaper qdiscVladimir Oltean2020-05-285-0/+199
* | net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness stateVladimir Oltean2020-05-271-0/+1
* | net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King2020-05-271-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-246-35/+28
|\ \ | |/
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-0/+1
|\ \ | |/
| * net: dsa: loop: Add module soft dependencyFlorian Fainelli2020-05-101-0/+1
* | net: dsa: mt7530: fix VLAN setupDENG Qingfang2020-05-151-12/+1
* | net: dsa: felix: fix incorrect clamp calculation for burstColin Ian King2020-05-141-1/+1
* | net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang2020-05-132-3/+14
* | net: dsa: felix: add support Credit Based Shaper(CBS) for hardware offloadXiaoliang Yang2020-05-131-1/+49
* | net: dsa: felix: Configure Time-Aware Scheduler via taprio offloadXiaoliang Yang2020-05-133-0/+164
* | net: dsa: felix: qos classified based on pcpXiaoliang Yang2020-05-131-0/+26
* | net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANsVladimir Oltean2020-05-121-3/+409
* | net: dsa: sja1105: implement a common frame memory partitioning functionVladimir Oltean2020-05-124-18/+42
* | net: dsa: sja1105: add packing ops for the Retagging TableVladimir Oltean2020-05-124-2/+110
* | net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameterVladimir Oltean2020-05-122-4/+120
* | net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean2020-05-121-0/+4
* | net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean2020-05-123-0/+22
* | net: dsa: sja1105: exit sja1105_vlan_filtering when called multiple timesVladimir Oltean2020-05-121-0/+3
* | net: dsa: sja1105: allow VLAN configuration from the bridge in all statesVladimir Oltean2020-05-121-0/+2
* | net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean2020-05-122-131/+372
* | net: dsa: sja1105: deny alterations of dsa_8021q VLANs from the bridgeVladimir Oltean2020-05-122-1/+31
* | net: dsa: sja1105: keep the VLAN awareness state in a driver variableVladimir Oltean2020-05-123-15/+33
* | net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean2020-05-102-0/+92
* | net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-101-4/+12
* | dsa: sja1105: fix semicolon.cocci warningskbuild test robot2020-05-101-1/+1
* | net: dsa: sja1105: remove set but not used variable 'prev_time'Samuel Zou2020-05-081-2/+0
* | net: dsa: vsc73xx: convert to devm_platform_ioremap_resourceWei Yongjun2020-05-081-9/+1
* | net: dsa: sja1105: implement tc-gate using time-triggered virtual linksVladimir Oltean2020-05-0710-17/+759