aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: make sure untagged packets are dropped on ingress ports wi...Vladimir Oltean2021-07-291-18/+56
* net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridgeVladimir Oltean2021-07-291-29/+33
* net: dsa: sja1105: be stateless when installing FDB entriesVladimir Oltean2021-07-282-18/+3
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-0/+4
* net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-261-1/+7
* net: dsa: sja1105: deny more than one VLAN-aware bridgeVladimir Oltean2021-07-261-0/+13
* net: dsa: sja1105: deny 8021q uppers on portsVladimir Oltean2021-07-261-0/+15
* net: dsa: sja1105: delete vlan delta save/restore logicVladimir Oltean2021-07-262-300/+114
* net: dsa: sja1105: remove redundant re-assignment of pointer tableColin Ian King2021-07-261-2/+0
* net: dsa: mv88e6xxx: map virtual bridges with forwarding offload in the PVTVladimir Oltean2021-07-231-4/+74
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-234-1/+10
|\
| * net: dsa: sja1105: make VID 4095 a bridge VLAN tooVladimir Oltean2021-07-211-0/+6
| * mt7530 mt7530_fdb_write only set ivl bit vid larger than 1Eric Woudstra2021-07-201-1/+2
| * mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra2021-07-162-0/+2
| * net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven2021-07-151-1/+1
* | net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-126/+6
* | net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-202-37/+7
* | net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-202-14/+6
* | net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-204-38/+26
* | net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-202-17/+13
* | net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-204-600/+23
|/
* net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean2021-07-131-8/+6
* dsa: fix for_each_child.cocci warningskernel test robot2021-07-111-1/+3
* net: dsa: mv88e6xxx: enable SerDes PCS register dump via ethtool -d on TopazMarek Behún2021-07-011-0/+4
* net: dsa: mv88e6xxx: enable SerDes RX stats for TopazMarek Behún2021-07-012-3/+9
* net: dsa: mv88e6xxx: enable devlink ATU hash param for TopazMarek Behún2021-07-011-0/+4
* net: dsa: mv88e6xxx: enable .rmu_disable() on TopazMarek Behún2021-07-011-0/+2
* net: dsa: mv88e6xxx: use correct .stats_set_histogram() on TopazMarek Behún2021-07-011-2/+2
* net: dsa: mv88e6xxx: enable .port_set_policy() on TopazMarek Behún2021-07-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-292-3/+9
|\
| * net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()Vladimir Oltean2021-06-241-0/+6
| * net: dsa: mv88e6xxx: Fix adding vlan 0Eldar Gasanov2021-06-211-3/+3
* | net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean2021-06-281-4/+22
* | net: dsa: sja1105: document the SJA1110 in the KconfigVladimir Oltean2021-06-241-2/+6
* | net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli2021-06-221-8/+19
* | net: dsa: sja1105: completely error out in sja1105_static_config_reload if so...Vladimir Oltean2021-06-181-7/+12
* | net: dsa: sja1105: allow the TTEthernet configuration in the static config fo...Vladimir Oltean2021-06-181-2/+1
* | net: dsa: sja1105: properly power down the microcontroller clock for SJA1110Vladimir Oltean2021-06-184-16/+53
* | net: dsa: xrs700x: forward HSR supervision framesGeorge McCollister2021-06-161-8/+19
* | net: dsa: b53: remove redundant null check on devColin Ian King2021-06-151-2/+1
* | net: dsa: sja1105: constify the sja1105_regs structuresVladimir Oltean2021-06-141-3/+3
* | net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel2021-06-141-0/+13
* | net: dsa: microchip: ksz8795: add LINK_MD register supportOleksij Rempel2021-06-142-2/+25
* | net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel2021-06-141-0/+5
* | net: dsa: microchip: ksz8795: add phylink supportMichael Grzeschik2021-06-141-0/+55
* | net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik2021-06-142-121/+60
* | net: dsa: sja1105: plug in support for 2500base-xVladimir Oltean2021-06-113-2/+16
* | net: dsa: sja1105: SGMII and 2500base-x on the SJA1110 are 'special'Vladimir Oltean2021-06-111-0/+2
* | net: dsa: sja1105: register the PCS MDIO bus for SJA1110Vladimir Oltean2021-06-113-0/+109
* | net: dsa: sja1105: migrate to xpcs for SGMIIVladimir Oltean2021-06-116-199/+195