index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
mt7530.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
net: dsa: mt7530: setup core clock even in TRGMII mode
Ilya Lipnitskiy
1
-27
/
+25
2021-02-26
net: dsa: mt7530: don't build GPIO support if !GPIOLIB
DENG Qingfang
1
-0
/
+4
2021-02-14
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-2
/
+2
2021-02-14
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
2021-01-25
net: dsa: mt7530: MT7530 optional GPIO support
DENG Qingfang
1
-0
/
+110
2021-01-15
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
1
-2
/
+0
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-11
/
+3
2021-01-11
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-5
/
+1
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-19
/
+13
2020-12-12
net: dsa: mt7530: enable MTU normalization
DENG Qingfang
1
-0
/
+2
2020-12-08
net: dsa: mt7530: support setting ageing time
DENG Qingfang
1
-0
/
+41
2020-11-04
net: dsa: mt7530: support setting MTU
DENG Qingfang
1
-0
/
+49
2020-11-02
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-21
net: dsa: mt7530: Add some return-value checks
Alex Dewar
1
-9
/
+22
2020-09-14
net: dsa: mt7530: Add the support of MT7531 switch
Landen Chao
1
-24
/
+887
2020-09-14
net: dsa: mt7530: Extend device data ready for adding a new hardware
Landen Chao
1
-73
/
+198
2020-09-03
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-23
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-13
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-07
net: dsa: mt7530: move mt7623 settings out off the mt7530
René van Dorst
1
-85
/
+0
2020-04-03
net: dsa: mt7530: fix null pointer dereferencing in port5 setup
Chuanhong Guo
1
-0
/
+3
2020-03-29
net: dsa: mt7530: use resolved link config in mac_link_up()
René van Dorst
1
-33
/
+24
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-03-19
net: dsa: mt7530: Change the LINK bit to reflect the link status
René van Dorst
1
-2
/
+2
2020-03-09
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-08
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-22
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-04-30
net: dsa: mt7530: Use the DSA vlan_filtering helper function
Vladimir Oltean
1
-11
/
+5
2019-04-30
net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering
Vladimir Oltean
1
-2
/
+2
2019-03-01
drivers: net: Remove unnecessary semicolon
YueHaibing
1
-1
/
+1
2019-02-24
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
1
-3
/
+2
2019-01-30
net: dsa: mt7530: support the 7530 switch on the Mediatek MT7621 SoC
Greg Ungerer
1
-39
/
+57
2019-01-04
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-01
net: phy: Add helper for advertise to lcl value
Andrew Lunn
1
-5
/
+1
[next]