index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
/
ksz9477.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-21
net: dsa: microchip: get P_STP_CTRL in ksz_port_stp_state by ksz_dev_ops
Arun Ramadoss
1
-8
/
+2
2022-06-21
net: dsa: microchip: move the port mirror to ksz_common
Arun Ramadoss
1
-6
/
+6
2022-06-21
net: dsa: microchip: move vlan functionality to ksz_common
Arun Ramadoss
1
-10
/
+9
2022-06-21
net: dsa: microchip: ksz9477: use ksz_read_phy16 & ksz_write_phy16
Arun Ramadoss
1
-13
/
+10
2022-06-21
net: dsa: microchip: move tag_protocol to ksz_common
Arun Ramadoss
1
-13
/
+1
2022-06-21
net: dsa: microchip: move switch chip_id detection to ksz_common
Arun Ramadoss
1
-21
/
+0
2022-06-21
net: dsa: microchip: ksz9477: cleanup the ksz9477_switch_detect
Arun Ramadoss
1
-26
/
+22
2022-05-18
net: dsa: microchip: add the phylink get_caps
Arun Ramadoss
1
-0
/
+10
2022-05-18
net: dsa: move mib->cnt_ptr reset code to ksz_common.c
Prasanna Vengateshan
1
-3
/
+0
2022-05-18
net: dsa: microchip: move get_strings to ksz_common
Arun Ramadoss
1
-16
/
+1
2022-05-18
net: dsa: microchip: move port memory allocation to ksz_common
Arun Ramadoss
1
-22
/
+0
2022-05-18
net: dsa: microchip: move struct mib_names to ksz_chip_data
Arun Ramadoss
1
-51
/
+7
2022-05-18
net: dsa: microchip: move ksz_chip_data to ksz_common
Arun Ramadoss
1
-90
/
+18
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+34
2022-04-29
net: dsa: ksz9477: port mirror sniffing limited to one port
Arun Ramadoss
1
-4
/
+34
2022-04-27
net: dsa: ksz9477: move get_stats64 to ksz_common.c
Arun Ramadoss
1
-96
/
+2
2022-04-26
net: dsa: ksz: added the generic port_stp_state_set function
Arun Ramadoss
1
-32
/
+1
2022-03-17
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
1
-1
/
+1
2022-03-09
net: dsa: microchip: ksz9477: implement MTU configuration
Oleksij Rempel
1
-2
/
+34
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
1
-4
/
+8
2022-02-19
net: dsa: microchip: ksz9477: export HW stats over stats64 interface
Oleksij Rempel
1
-0
/
+97
2022-01-28
net: dsa: microchip: Add property to disable reference clock
Robert Hancock
1
-3
/
+6
2021-11-26
net: dsa: microchip: implement multi-bridge support
Oleksij Rempel
1
-58
/
+8
2021-05-24
net: dsa: microchip: enable phy errata workaround on 9567
George McCollister
1
-0
/
+1
2021-02-14
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+2
2021-02-14
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-3
/
+4
2021-01-15
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
1
-0
/
+2
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-7
/
+11
2021-01-11
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-5
/
+9
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
-36
/
+30
2020-12-02
net: dsa: microchip: remove usage of mib_port_count
Michael Grzeschik
1
-7
/
+5
2020-12-02
net: dsa: microchip: remove superfluous num_ports assignment
Michael Grzeschik
1
-2
/
+0
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-1
/
+5
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-10
/
+19
2020-09-10
net: dsa: microchip: look for phy-mode in port nodes
Helmut Grohne
1
-10
/
+19
2020-09-09
net: dsa: microchip: Disable RGMII in-band status on KSZ9893
Paul Barker
1
-0
/
+3
2020-09-09
net: dsa: microchip: Improve phy mode message
Paul Barker
1
-5
/
+15
2020-09-09
net: dsa: microchip: Make switch detection more informative
Paul Barker
1
-0
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-19
/
+23
2020-07-21
net: dsa: microchip: call phy_remove_link_mode during probe
Helmut Grohne
1
-19
/
+23
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2020-07-04
net: dsa: microchip: remove unused private members
Codrin Ciubotariu
1
-21
/
+2
2020-07-04
net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()
Codrin Ciubotariu
1
-1
/
+2
2020-07-02
net: dsa: microchip: set the correct number of ports
Codrin Ciubotariu
1
-0
/
+3
2020-01-08
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
1
-1
/
+2
2019-09-12
net: dsa: microchip: add ksz9567 to ksz9477 driver
George McCollister
1
-0
/
+9
2019-08-06
net: dsa: ksz: Merge ksz_priv.h into ksz_common.h
Marek Vasut
1
-1
/
+0
2019-06-27
net: dsa: microchip: Replace bit RMW with regmap
Marek Vasut
1
-12
/
+10
[prev]
[next]