summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105/sja1105_main.c
AgeCommit message (Expand)Author
2021-07-21net: dsa: sja1105: make VID 4095 a bridge VLAN tooVladimir Oltean
2021-07-13net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-24net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()Vladimir Oltean
2021-06-18net: dsa: sja1105: completely error out in sja1105_static_config_reload if so...Vladimir Oltean
2021-06-18net: dsa: sja1105: properly power down the microcontroller clock for SJA1110Vladimir Oltean
2021-06-11net: dsa: sja1105: plug in support for 2500base-xVladimir Oltean
2021-06-11net: dsa: sja1105: SGMII and 2500base-x on the SJA1110 are 'special'Vladimir Oltean
2021-06-11net: dsa: sja1105: migrate to xpcs for SGMIIVladimir Oltean
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean
2021-06-11net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110Vladimir Oltean
2021-06-11net: dsa: sja1105: enable the TTEthernet engine on SJA1110Vladimir Oltean
2021-06-08net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean
2021-06-08net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean
2021-06-08net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean
2021-05-31net: dsa: sja1105: always keep RGMII ports in the MAC roleVladimir Oltean
2021-05-31net: dsa: sja1105: add a translation table for port speedsVladimir Oltean
2021-05-31net: dsa: sja1105: add a PHY interface type compatibility matrixVladimir Oltean
2021-05-31net: dsa: sja1105: cache the phy-mode port propertyVladimir Oltean
2021-05-31net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2Vladimir Oltean
2021-05-31net: dsa: sja1105: allow SGMII PCS configuration to be per portVladimir Oltean
2021-05-31net: dsa: sja1105: be compatible with "ethernet-ports" OF node nameVladimir Oltean
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean
2021-05-24net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean
2021-05-24net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean
2021-05-24net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean
2021-05-24net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean
2021-05-24net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean
2021-05-24net: dsa: sja1105: avoid some work for unused portsVladimir Oltean
2021-05-24net: dsa: sja1105: parameterize the number of portsVladimir Oltean
2021-05-24net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean
2021-05-24net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean
2021-05-24net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean
2021-05-24net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean
2021-05-24net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean
2021-05-21net: dsa: sja1105: adapt to a SPI controller with a limited max transfer sizeVladimir Oltean
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-03-20Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"Vladimir Oltean
2021-03-04net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean
2021-03-04net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean
2021-02-16net: dsa: sja1105: fix leakage of flooded frames outside bridging domainVladimir Oltean
2021-02-16net: dsa: sja1105: fix configuration of source address learningVladimir Oltean
2021-02-15net: dsa: sja1105: make devlink property best_effort_vlan_filtering true by d...Vladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean