index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
mt7530.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
net: dsa: mt7530: MT7530 optional GPIO support
DENG Qingfang
1
-0
/
+110
2021-01-16
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
1
-2
/
+0
2021-01-12
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-11
/
+3
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-5
/
+1
2021-01-12
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-19
/
+13
2020-12-13
net: dsa: mt7530: enable MTU normalization
DENG Qingfang
1
-0
/
+2
2020-12-09
net: dsa: mt7530: support setting ageing time
DENG Qingfang
1
-0
/
+41
2020-11-05
net: dsa: mt7530: support setting MTU
DENG Qingfang
1
-0
/
+49
2020-11-03
net: dsa: mt7530: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-1
/
+5
2020-09-22
net: dsa: mt7530: Add some return-value checks
Alex Dewar
1
-9
/
+22
2020-09-15
net: dsa: mt7530: Add the support of MT7531 switch
Landen Chao
1
-24
/
+887
2020-09-15
net: dsa: mt7530: Extend device data ready for adding a new hardware
Landen Chao
1
-73
/
+198
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+5
2020-08-28
net: dsa: mt7530: fix advertising unsupported 1000baseT_Half
Landen Chao
1
-1
/
+1
2020-08-25
net: dsa: mt7530: Add of_node_put() before break and return statements
Sumera Priyadarsini
1
-1
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+2
2020-05-16
net: dsa: mt7530: fix roaming from DSA user ports
DENG Qingfang
1
-7
/
+2
2020-05-15
net: dsa: mt7530: fix VLAN setup
DENG Qingfang
1
-12
/
+1
2020-05-14
net: dsa: mt7530: set CPU port to fallback mode
DENG Qingfang
1
-3
/
+8
2020-04-16
net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode
DENG Qingfang
1
-6
/
+12
2020-04-08
net: dsa: mt7530: move mt7623 settings out off the mt7530
René van Dorst
1
-85
/
+0
2020-04-04
net: dsa: mt7530: fix null pointer dereferencing in port5 setup
Chuanhong Guo
1
-0
/
+3
2020-03-30
net: dsa: mt7530: use resolved link config in mac_link_up()
René van Dorst
1
-33
/
+24
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-03-20
net: dsa: mt7530: Change the LINK bit to reflect the link status
René van Dorst
1
-2
/
+2
2020-03-10
net: dsa: mt7530: add support for port mirroring
DENG Qingfang
1
-0
/
+60
2020-02-27
net: dsa: propagate resolved link config via mac_link_up()
Russell King
1
-1
/
+3
2020-01-09
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
1
-1
/
+2
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-2
/
+6
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
1
-1
/
+4
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-6
/
+6
2019-09-05
net: dsa: mt7530: Add support for port 5
René van Dorst
1
-6
/
+139
2019-09-05
net: dsa: mt7530: Convert to PHYLINK API
René van Dorst
1
-69
/
+197
2019-08-20
net: dsa: do not enable or disable non user ports
Vivien Didelot
1
-0
/
+6
2019-06-23
net: dsa: mt7530: Add MT7621 TRGMII mode support
René van Dorst
1
-10
/
+36
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-05-01
net: dsa: mt7530: Use the DSA vlan_filtering helper function
Vladimir Oltean
1
-11
/
+5
2019-05-01
net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering
Vladimir Oltean
1
-2
/
+2
2019-03-02
drivers: net: Remove unnecessary semicolon
YueHaibing
1
-1
/
+1
2019-02-25
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
1
-3
/
+2
2019-01-31
net: dsa: mt7530: support the 7530 switch on the Mediatek MT7621 SoC
Greg Ungerer
1
-39
/
+57
2019-01-05
net: dsa: mt7530: Drop unused GPIO include
Linus Walleij
1
-1
/
+0
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+2
2018-10-02
net: phy: Add helper for advertise to lcl value
Andrew Lunn
1
-5
/
+1
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
1
-2
/
+9
2018-04-04
net: dsa: mt7530: Use NULL instead of plain integer
Florian Fainelli
1
-3
/
+3
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-26
net: dsa: mt7530: fix module autoloading for OF platform drivers
Sean Wang
1
-0
/
+1
[prev]
[next]