index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
mt7530.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: mt7530: fix port mirroring for MT7988 SoC switch
Arınç ÜNAL
2024-04-17
1
-4
/
+6
*
net: dsa: mt7530: fix mirroring frames received on local port
Arınç ÜNAL
2024-04-17
1
-0
/
+6
*
net: dsa: mt7530: trap link-local frames regardless of ST Port State
Arınç ÜNAL
2024-04-11
1
-34
/
+195
*
net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards
Arınç ÜNAL
2024-04-11
1
-5
/
+12
*
net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530
Arınç ÜNAL
2024-03-26
1
-2
/
+3
*
net: dsa: mt7530: fix handling of all link-local frames
Arınç ÜNAL
2024-03-21
1
-4
/
+33
*
net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
Arınç ÜNAL
2024-03-21
1
-8
/
+15
*
net: dsa: mt7530: prevent possible incorrect XTAL frequency selection
Arınç ÜNAL
2024-03-18
1
-10
/
+4
*
net: dsa: mt7530: disable LEDs before reset
Justin Swartz
2024-03-11
1
-0
/
+6
*
net: dsa: mt7530: simplify link operations
Arınç ÜNAL
2024-03-05
1
-11
/
+1
*
net: dsa: mt7530: sort link settings ops and force link down on all ports
Arınç ÜNAL
2024-03-05
1
-2
/
+12
*
net: dsa: mt7530: put initialising PCS devices code back to original order
Arınç ÜNAL
2024-03-05
1
-10
/
+10
*
net: dsa: mt7530: get rid of mt753x_mac_config()
Arınç ÜNAL
2024-03-05
1
-12
/
+2
*
net: dsa: mt7530: get rid of priv->info->cpu_port_config()
Arınç ÜNAL
2024-03-05
1
-107
/
+7
*
net: dsa: mt7530: get rid of useless error returns on phylink code path
Arınç ÜNAL
2024-03-05
1
-65
/
+16
*
net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switch
Arınç ÜNAL
2024-03-05
1
-4
/
+2
*
net: dsa: mt7530: set interrupt register only for MT7530
Arınç ÜNAL
2024-03-05
1
-1
/
+1
*
net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
Arınç ÜNAL
2024-03-05
1
-14
/
+4
*
net: dsa: mt7530: do not clear config->supported_interfaces
Arınç ÜNAL
2024-02-08
1
-2
/
+0
*
net: dsa: mt7530: correct port capabilities of MT7988
Arınç ÜNAL
2024-02-08
1
-1
/
+1
*
net: dsa: mt7530: remove pad_setup function pointer
Arınç ÜNAL
2024-02-08
1
-34
/
+2
*
net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
Arınç ÜNAL
2024-02-08
1
-8
/
+11
*
net: dsa: mt7530: simplify mt7530_pad_clk_setup()
Arınç ÜNAL
2024-02-08
1
-51
/
+40
*
net: dsa: mt7530: move XTAL check to mt7530_setup()
Arınç ÜNAL
2024-02-08
1
-7
/
+6
*
net: dsa: mt7530: empty default case on mt7530_setup_port5()
Arınç ÜNAL
2024-02-08
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-02
1
-2
/
+1
|
\
|
*
net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
Daniel Golle
2024-01-26
1
-2
/
+1
*
|
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2024-01-31
1
-2
/
+2
*
|
net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
Arınç ÜNAL
2024-01-30
1
-6
/
+3
*
|
net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()
Arınç ÜNAL
2024-01-30
1
-2
/
+0
*
|
net: dsa: mt7530: improve code path for setting up port 5
Arınç ÜNAL
2024-01-30
1
-9
/
+8
*
|
net: dsa: mt7530: improve comments regarding switch ports
Arınç ÜNAL
2024-01-30
1
-10
/
+20
*
|
net: dsa: mt7530: store port 5 SGMII capability of MT7531
Arınç ÜNAL
2024-01-30
1
-32
/
+16
*
|
net: dsa: mt7530: always trap frames to active CPU port on MT7530
Arınç ÜNAL
2024-01-30
1
-4
/
+31
*
|
net: dsa: mt7530: support OF-based registration of switch MDIO bus
Arınç ÜNAL
2024-01-25
1
-8
/
+26
|
/
*
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-1
/
+1
*
net: dsa: Use conduit and user terms
Florian Fainelli
2023-10-24
1
-9
/
+9
*
net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
2023-10-12
1
-2
/
+1
*
net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()
Russell King (Oracle)
2023-10-04
1
-11
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-0
/
+4
|
\
|
*
net: dsa: mt7530: fix handling of 802.1X PAE frames
Arınç ÜNAL
2023-08-19
1
-0
/
+4
*
|
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
2023-07-18
1
-6
/
+0
|
/
*
net: dsa: mt7530: update PCS driver to use neg_mode
Russell King (Oracle)
2023-06-23
1
-1
/
+2
*
net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
Vladimir Oltean
2023-06-20
1
-0
/
+15
*
net: dsa: mt7530: fix handling of LLDP frames
Arınç ÜNAL
2023-06-20
1
-0
/
+4
*
net: dsa: mt7530: fix handling of BPDUs on MT7530 switch
Arınç ÜNAL
2023-06-20
1
-3
/
+11
*
net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
Arınç ÜNAL
2023-06-20
1
-1
/
+1
*
net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAP
Arınç ÜNAL
2023-06-20
1
-7
/
+8
*
net: dsa: mt7530: fix network connectivity with multiple CPU ports
Arınç ÜNAL
2023-05-05
1
-3
/
+7
*
net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
Arınç ÜNAL
2023-05-05
1
-2
/
+2
[next]