summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean2021-06-114-0/+81
* | net: dsa: sja1105: add the RX timestamping procedure for SJA1110Vladimir Oltean2021-06-114-3/+40
* | net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-115-1/+18
* | net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean2021-06-111-1/+1
* | net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110Vladimir Oltean2021-06-113-10/+22
* | net: dsa: sja1105: enable the TTEthernet engine on SJA1110Vladimir Oltean2021-06-111-0/+2
* | net: dsa: sja1105: Fix assigned yet unused return code rcColin Ian King2021-06-091-1/+1
* | net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()Dan Carpenter2021-06-091-3/+1
* | net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()Dan Carpenter2021-06-091-3/+3
* | net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli2021-06-091-3/+14
* | net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean2021-06-081-0/+2
* | net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean2021-06-085-1/+358
* | net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean2021-06-083-0/+58
* | net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean2021-06-088-12/+1312
* | net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang2021-06-071-0/+5
* | net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei2021-06-071-2/+1
* | net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean2021-06-071-46/+18
* | net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2021-06-072-14/+15
* | net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister2021-06-041-0/+67
* | net: dsa: sja1105: some table entries are always present when read dynamicallyVladimir Oltean2021-05-311-7/+8
* | net: dsa: sja1105: always keep RGMII ports in the MAC roleVladimir Oltean2021-05-312-7/+8