summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-8/+0
* | net: dsa: mt7530: add interrupt supportDENG Qingfang2021-05-191-26/+238
|/
* net: dsa: mt7530: Add support for EEE featuresRené van Dorst2021-04-131-0/+43
* net: dsa: mt7530: clean up core and TRGMII clock setupIlya Lipnitskiy2021-03-291-16/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-27/+25
|\
| * net: dsa: mt7530: setup core clock even in TRGMII modeIlya Lipnitskiy2021-03-131-27/+25
* | net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang2021-03-161-4/+120
|/
* net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang2021-02-271-0/+4
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-2/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-1/+2
* net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang2021-01-261-0/+110
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-161-2/+0
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-121-11/+3
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-121-5/+1
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-121-19/+13
* net: dsa: mt7530: enable MTU normalizationDENG Qingfang2020-12-131-0/+2
* net: dsa: mt7530: support setting ageing timeDENG Qingfang2020-12-091-0/+41
* net: dsa: mt7530: support setting MTUDENG Qingfang2020-11-051-0/+49
* net: dsa: mt7530: remove unneeded semicolonTom Rix2020-11-031-1/+1
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-1/+5
* net: dsa: mt7530: Add some return-value checksAlex Dewar2020-09-211-9/+22
* net: dsa: mt7530: Add the support of MT7531 switchLanden Chao2020-09-151-24/+887
* net: dsa: mt7530: Extend device data ready for adding a new hardwareLanden Chao2020-09-151-73/+198
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-2/+5
|\
| * net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao2020-08-281-1/+1
| * net: dsa: mt7530: Add of_node_put() before break and return statementsSumera Priyadarsini2020-08-251-1/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-7/+2
|\
| * net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-05-161-7/+2
* | net: dsa: mt7530: fix VLAN setupDENG Qingfang2020-05-151-12/+1
* | net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang2020-05-141-3/+8
|/
* net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2020-04-161-6/+12
* net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2020-04-081-85/+0
* net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo2020-04-041-0/+3
* net: dsa: mt7530: use resolved link config in mac_link_up()René van Dorst2020-03-301-33/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-2/+2
|\