summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2019-06-04net: dsa: sja1105: Add FDB operations for P/Q/R/S seriesVladimir Oltean
2019-06-04net: dsa: sja1105: Add P/Q/R/S management route support via dynamic interfaceVladimir Oltean
2019-06-04net: dsa: sja1105: Make dynamic_config_read return -ENOENT if not foundVladimir Oltean
2019-06-04net: dsa: sja1105: Add P/Q/R/S support for dynamic L2 lookup operationsVladimir Oltean
2019-06-04net: dsa: sja1105: Make room for P/Q/R/S FDB operationsVladimir Oltean
2019-06-04net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interfaceVladimir Oltean
2019-06-04net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/SVladimir Oltean
2019-06-04net: dsa: sja1105: Fix bit offsets of index field from L2 lookup entriesVladimir Oltean
2019-06-04net: dsa: sja1105: Shim declaration of struct sja1105_dyn_cmdVladimir Oltean
2019-06-03net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait staticRasmus Villemoes
2019-06-03net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpuRasmus Villemoes
2019-06-02net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: dsa: sja1105: Make static_config_check_memory_size staticYueHaibing
2019-05-30net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29net: dsa: sja1105: Fix broken fixed-link interfaces on user portsVladimir Oltean
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-08net: dsa: sja1105: Don't return a negative in u8 sja1105_stp_state_getVladimir Oltean
2019-05-08net: dsa: sja1105: fix check on while loop exitColin Ian King
2019-05-08net: dsa: sja1105: Make 'sja1105et_regs' and 'sja1105pqrs_regs' staticWang Hai
2019-05-08net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge"Colin Ian King
2019-05-07net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_statsNathan Chancellor
2019-05-07net: dsa: lantiq: Add Forwarding Database accessHauke Mehrtens
2019-05-07net: dsa: lantiq: Add fast age functionHauke Mehrtens
2019-05-07net: dsa: lantiq: Add VLAN aware bridge offloadingHauke Mehrtens
2019-05-07net: dsa: lantiq: Add VLAN unaware bridge offloadingHauke Mehrtens
2019-05-07net: dsa: lantiq: Allow special tags only on CPU portHauke Mehrtens
2019-05-05net: dsa: sja1105: Add support for Spanning Tree ProtocolVladimir Oltean
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean
2019-05-05net: dsa: mv88e6xxx: refine SMI supportVivien Didelot
2019-05-03net: dsa: mv88e6xxx: Pass interrupt number in platform dataAndrew Lunn
2019-05-03net: dsa :mv88e6xxx: Disable unused portsAndrew Lunn
2019-05-03net: dsa: mv88e6xxx: Set STP disable state in port_disableAndrew Lunn
2019-05-03net: dsa: sja1105: Reject unsupported link modes for ANVladimir Oltean
2019-05-03net: dsa: sja1105: Prevent PHY jabbering during switch resetVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for configuring address ageing timeVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for ethtool port countersVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for VLAN operationsVladimir Oltean
2019-05-03net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for FDB and MDB managementVladimir Oltean
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn
2019-04-30net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean