summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: dsa: sja1105: support flow-based redirection via virtual linksVladimir Oltean2020-05-077-6/+437
* | net: dsa: sja1105: make room for virtual link parsing in flower offloadVladimir Oltean2020-05-072-27/+112
* | net: dsa: sja1105: add static tables for virtual linksVladimir Oltean2020-05-074-0/+318
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-067-13/+23
|\|
| * 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
* | dsa: sja1105: dynamically allocate stats structureArnd Bergmann2020-05-061-70/+74
* | net: dsa: felix: allow the device to be disabledMichael Walle2020-05-041-0/+5
* | net: dsa: mv88e6xxx: 88e6390 10G serdes supportRussell King2020-05-012-2/+42
* | net: dsa: mv88e6xxx: use generic clause 45 definitionsRussell King2020-05-012-11/+7
* | net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli2020-04-301-3/+3
* | net: dsa: b53: Bound check ARL searchesFlorian Fainelli2020-04-302-1/+6
* | net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli2020-04-302-0/+22
* | net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli2020-04-302-27/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-252-7/+39
|\|
| * 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