summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-0/+6
|\
| * net: dsa: sja1105: make VID 4095 a bridge VLAN tooVladimir Oltean2021-07-211-0/+6
* | 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-201-26/+6
* | net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* | net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-26/+15
* | net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-9/+9
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+6
|\
| * net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()Vladimir Oltean2021-06-241-0/+6
* | 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: 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: sja1105: constify the sja1105_regs structuresVladimir Oltean2021-06-141-3/+3
* | 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: 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: 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: 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
* | net: dsa: sja1105: add a translation table for port speedsVladimir Oltean2021-05-314-35/+84
* | net: dsa: sja1105: add a PHY interface type compatibility matrixVladimir Oltean2021-05-313-29/+55
* | net: dsa: sja1105: cache the phy-mode port propertyVladimir Oltean2021-05-312-21/+4
* | net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2Vladimir Oltean2021-05-313-17/+16
* | net: dsa: sja1105: allow SGMII PCS configuration to be per portVladimir Oltean2021-05-311-31/+44
* | net: dsa: sja1105: be compatible with "ethernet-ports" OF node nameVladimir Oltean2021-05-311-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-27/+70
|\|
| * net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean2021-05-241-4/+15
| * net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean2021-05-241-12/+10