aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa/mt7530.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)1-9/+9
2022-04-12net: dsa: mt7530: mark as non-legacyRussell King (Oracle)1-0/+6
2022-04-12net: dsa: mt7530: move autoneg handling to PCS validationRussell King (Oracle)1-18/+10
2022-04-12net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)1-58/+86
2022-04-12net: dsa: mt7530: switch to use phylink_get_linkmodes()Russell King (Oracle)1-52/+5
2022-04-12net: dsa: mt7530: only indicate linkmodes that can be supportedRussell King (Oracle)1-4/+8
2022-04-12net: dsa: mt7530: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-5/+0
2022-04-12net: dsa: mt7530: remove interface checksRussell King (Oracle)1-82/+0
2022-04-12net: dsa: mt7530: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)1-0/+74
2022-04-12net: dsa: mt7530: 1G can also support 1000BASE-X link modeRussell King (Oracle)1-10/+4
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-08net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)1-1/+1
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-1/+2
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-4/+8
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-08net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbindingVladimir Oltean1-1/+1
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+1
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+4
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-3/+3
2021-12-08net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging opsVladimir Oltean1-22/+30
2021-10-18net: dsa: mt7530: correct ds->num_portsDENG Qingfang1-7/+1
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+18
2021-08-25net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang1-0/+25
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-12net: dsa: mt7530: fix VLAN traffic leaks againDENG Qingfang1-4/+1
2021-08-06net: dsa: mt7530: add the missing RxUnicast MIB counterDENG Qingfang1-0/+1
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang1-2/+30
2021-08-06net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean1-13/+0
2021-08-04net: dsa: mt7530: always install FDB entries with IVL and FID 1DENG Qingfang1-2/+2
2021-08-04net: dsa: mt7530: set STP state on filter ID 1DENG Qingfang1-1/+2
2021-08-04net: dsa: mt7530: use independent VLAN learning on VLAN-unaware bridgesDENG Qingfang1-20/+51
2021-08-04net: dsa: mt7530: enable assisted learning on CPU portDENG Qingfang1-6/+8
2021-08-02net: dsa: mt7530: drop paranoid checks in .get_tag_protocol()Vladimir Oltean1-9/+1
2021-07-20mt7530 mt7530_fdb_write only set ivl bit vid larger than 1Eric Woudstra1-1/+2
2021-07-16mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra1-0/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+0
2021-05-23net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang1-8/+0
2021-05-19net: dsa: mt7530: add interrupt supportDENG Qingfang1-26/+238
2021-04-13net: dsa: mt7530: Add support for EEE featuresRené van Dorst1-0/+43
2021-03-28net: dsa: mt7530: clean up core and TRGMII clock setupIlya Lipnitskiy1-16/+13
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-27/+25
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang1-4/+120
2021-03-12net: dsa: mt7530: setup core clock even in TRGMII modeIlya Lipnitskiy1-27/+25
2021-02-26net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang1-0/+4
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-2/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-01-25net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang1-0/+110
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-2/+0