summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: remove redundant assignmentDaniel Golle2022-12-151-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-6/+13
|\
| * net: mt7531: ensure all MACs are powered down before resetAlexander Couzens2022-09-231-0/+4
| * net: mt7531: only do PLL once after the resetAlexander Couzens2022-09-231-6/+9
* | net: dsa: mt7530: add support for in-band link statusDaniel Golle2022-09-231-13/+37
* | net: dsa: mt7530: remove unnecessary dev_set_drvdata()Yang Yingliang2022-09-221-2/+0
|/
* net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich2022-06-141-7/+20
* net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich2022-06-141-4/+21
* net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}Frank Wunderlich2022-06-141-18/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-0/+1
|\
| * net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-291-0/+1
* | net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)2022-04-261-9/+9
* | net: dsa: mt7530: mark as non-legacyRussell King (Oracle)2022-04-121-0/+6
* | net: dsa: mt7530: move autoneg handling to PCS validationRussell King (Oracle)2022-04-121-18/+10
* | net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)2022-04-121-58/+86
* | net: dsa: mt7530: switch to use phylink_get_linkmodes()Russell King (Oracle)2022-04-121-52/+5
* | net: dsa: mt7530: only indicate linkmodes that can be supportedRussell King (Oracle)2022-04-121-4/+8
* | net: dsa: mt7530: drop use of phylink_helper_basex_speed()Russell King (Oracle)2022-04-121-5/+0
* | net: dsa: mt7530: remove interface checksRussell King (Oracle)2022-04-121-82/+0
* | net: dsa: mt7530: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)2022-04-121-0/+74
* | net: dsa: mt7530: 1G can also support 1000BASE-X link modeRussell King (Oracle)2022-04-121-10/+4
|/
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+1
|\
| * net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)2022-03-081-1/+1
* | net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* | net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-1/+1
|\|
| * net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbindingVladimir Oltean2022-02-081-1/+1
* | net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang2022-01-241-1/+1
|/
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+1
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-4/+4
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-3/+3
* net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging opsVladimir Oltean2021-12-081-22/+30
* net: dsa: mt7530: correct ds->num_portsDENG Qingfang2021-10-181-7/+1
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+18
* net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang2021-08-251-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+1
|\
| * net: dsa: mt7530: add the missing RxUnicast MIB counterDENG Qingfang2021-08-061-0/+1
* | net: dsa: mt7530: fix VLAN traffic leaks againDENG Qingfang2021-08-121-4/+1
* | net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2021-08-061-2/+30
* | net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean2021-08-061-13/+0
* | net: dsa: mt7530: always install FDB entries with IVL and FID 1DENG Qingfang2021-08-041-2/+2
* | net: dsa: mt7530: set STP state on filter ID 1DENG Qingfang2021-08-041-1/+2
* | net: dsa: mt7530: use independent VLAN learning on VLAN-unaware bridgesDENG Qingfang2021-08-041-20/+51
* | net: dsa: mt7530: enable assisted learning on CPU portDENG Qingfang2021-08-041-6/+8
* | net: dsa: mt7530: drop paranoid checks in .get_tag_protocol()Vladimir Oltean2021-08-021-9/+1
|/
* mt7530 mt7530_fdb_write only set ivl bit vid larger than 1Eric Woudstra2021-07-201-1/+2
* mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra2021-07-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-8/+0
|\
| * net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang2021-05-231-8/+0