summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: fix port mirroring for MT7988 SoC switchArınç ÜNAL2024-04-171-4/+6
* net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL2024-04-171-0/+6
* net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2024-04-111-34/+195
* net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL2024-04-111-5/+12
* net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL2024-03-261-2/+3
* net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2024-03-211-4/+33
* net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2024-03-211-8/+15
* net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL2024-03-181-10/+4
* net: dsa: mt7530: disable LEDs before resetJustin Swartz2024-03-111-0/+6
* net: dsa: mt7530: simplify link operationsArınç ÜNAL2024-03-051-11/+1
* net: dsa: mt7530: sort link settings ops and force link down on all portsArınç ÜNAL2024-03-051-2/+12
* net: dsa: mt7530: put initialising PCS devices code back to original orderArınç ÜNAL2024-03-051-10/+10
* net: dsa: mt7530: get rid of mt753x_mac_config()Arınç ÜNAL2024-03-051-12/+2
* net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL2024-03-051-107/+7
* net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL2024-03-051-65/+16
* net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchArınç ÜNAL2024-03-051-4/+2
* net: dsa: mt7530: set interrupt register only for MT7530Arınç ÜNAL2024-03-051-1/+1
* net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalArınç ÜNAL2024-03-051-14/+4
* net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL2024-02-081-2/+0
* net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL2024-02-081-1/+1
* net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL2024-02-081-34/+2
* net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL2024-02-081-8/+11
* net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL2024-02-081-51/+40
* net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL2024-02-081-7/+6
* net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL2024-02-081-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-021-2/+1
|\
| * net: dsa: mt7530: fix 10M/100M speed on MT7988 switchDaniel Golle2024-01-261-2/+1
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* | net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabledArınç ÜNAL2024-01-301-6/+3
* | net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()Arınç ÜNAL2024-01-301-2/+0
* | net: dsa: mt7530: improve code path for setting up port 5Arınç ÜNAL2024-01-301-9/+8
* | net: dsa: mt7530: improve comments regarding switch portsArınç ÜNAL2024-01-301-10/+20
* | net: dsa: mt7530: store port 5 SGMII capability of MT7531Arınç ÜNAL2024-01-301-32/+16
* | net: dsa: mt7530: always trap frames to active CPU port on MT7530Arınç ÜNAL2024-01-301-4/+31
* | net: dsa: mt7530: support OF-based registration of switch MDIO busArınç ÜNAL2024-01-251-8/+26
|/
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-9/+9
* net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-121-2/+1
* net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()Russell King (Oracle)2023-10-041-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-0/+4
|\
| * net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2023-08-191-0/+4
* | net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)2023-07-181-6/+0
|/
* net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)2023-06-231-1/+2
* net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-0/+15
* net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL2023-06-201-0/+4
* net: dsa: mt7530: fix handling of BPDUs on MT7530 switchArınç ÜNAL2023-06-201-3/+11
* net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switchArınç ÜNAL2023-06-201-1/+1
* net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL2023-06-201-7/+8
* net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL2023-05-051-3/+7
* net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL2023-05-051-2/+2