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
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
6
-33
/
+21
2022-07-27
net: dsa: microchip: ksz8795: use common xmii function
Arun Ramadoss
2
-42
/
+1
2022-07-27
net: dsa: microchip: ksz9477: use common xmii function
Arun Ramadoss
4
-167
/
+49
2022-07-27
net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
Arun Ramadoss
5
-1
/
+130
2022-07-27
net: dsa: microchip: lan937x: add support for configuing xMII register
Arun Ramadoss
4
-40
/
+53
2022-07-27
net: dsa: microchip: add support for common phylink mac link up
Arun Ramadoss
4
-33
/
+16
2022-07-27
net: dsa: microchip: add common duplex and flow control function
Arun Ramadoss
5
-23
/
+57
2022-07-27
net: dsa: microchip: add common ksz port xmii speed selection function
Arun Ramadoss
5
-15
/
+69
2022-07-27
net: dsa: microchip: add common gigabit set and get function
Arun Ramadoss
6
-48
/
+82
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-07-19
net: dsa: microchip: fix the missing ksz8_r_mib_cnt
Arun Ramadoss
1
-0
/
+1
2022-07-18
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
1
-1
/
+1
2022-07-16
net: dsa: microchip: ksz_common: Fix refcount leak bug
Liang He
1
-1
/
+4
2022-07-02
net: dsa: microchip: add LAN937x in the ksz spi probe
Arun Ramadoss
1
-0
/
+26
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_config support
Arun Ramadoss
4
-2
/
+74
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_link_up support
Arun Ramadoss
5
-0
/
+82
2022-07-02
net: dsa: microchip: lan937x: add phylink_get_caps support
Arun Ramadoss
3
-0
/
+15
2022-07-02
net: dsa: microchip: lan937x: add MTU and fast_age support
Arun Ramadoss
4
-0
/
+36
2022-07-02
net: dsa: microchip: lan937x: register mdio-bus
Arun Ramadoss
1
-0
/
+74
2022-07-02
net: dsa: microchip: lan937x: add phy read and write support
Arun Ramadoss
4
-0
/
+156
2022-07-02
net: dsa: microchip: lan937x: add dsa_tag_protocol
Arun Ramadoss
2
-0
/
+12
2022-07-02
net: dsa: microchip: add DSA support for microchip LAN937x
Arun Ramadoss
6
-1
/
+333
2022-07-02
net: dsa: microchip: generic access to ksz9477 static and reserved table
Arun Ramadoss
4
-10
/
+58
2022-06-30
net: dsa: microchip: count pause packets together will all other packets
Oleksij Rempel
1
-2
/
+4
2022-06-30
net: dsa: microchip: add pause stats support
Oleksij Rempel
2
-0
/
+20
2022-06-29
net: dsa: microchip: move remaining register offset to ksz_chip_reg
Arun Ramadoss
2
-42
/
+18
2022-06-29
net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
Arun Ramadoss
6
-29
/
+35
2022-06-29
net: dsa: microchip: change the size of reg from u8 to u16
Arun Ramadoss
3
-14
/
+14
2022-06-29
net: dsa: microchip: remove the struct ksz8
Arun Ramadoss
3
-27
/
+4
2022-06-29
net: dsa: microchip: move ksz8->shifts to ksz_common
Arun Ramadoss
4
-56
/
+46
2022-06-29
net: dsa: microchip: move ksz8->masks to ksz_common
Arun Ramadoss
5
-86
/
+81
2022-06-29
net: dsa: microchip: move ksz8->regs to ksz_common
Arun Ramadoss
5
-73
/
+79
2022-06-24
net: dsa: microchip: common ksz_spi_probe for ksz switches
Arun Ramadoss
4
-183
/
+69
2022-06-24
net: dsa: microchip: remove the ksz8/ksz9477_switch_register
Arun Ramadoss
7
-19
/
+4
2022-06-24
net: dsa: microchip: move ksz_dev_ops to ksz_common.c
Arun Ramadoss
6
-164
/
+271
2022-06-24
net: dsa: microchip: common menuconfig for ksz series switch
Arun Ramadoss
3
-25
/
+13
2022-06-24
net: dsa: microchip: ksz9477: separate phylink mode from switch register
Arun Ramadoss
2
-26
/
+7
2022-06-24
net: dsa: microchip: common dsa_switch_ops for ksz switches
Arun Ramadoss
4
-190
/
+89
2022-06-24
net: dsa: microchip: move start of switch to ksz_setup
Arun Ramadoss
5
-5
/
+20
2022-06-24
net: dsa: microchip: move multicast enable to ksz_setup
Arun Ramadoss
6
-6
/
+19
2022-06-24
net: dsa: microchip: move broadcast rate limit to ksz_setup
Arun Ramadoss
6
-32
/
+30
2022-06-24
net: dsa: microchip: move setup function to ksz_common
Arun Ramadoss
4
-41
/
+41
2022-06-24
net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops
Arun Ramadoss
3
-9
/
+52
2022-06-24
net: dsa: microchip: add config_cpu_port to struct ksz_dev_ops
Arun Ramadoss
3
-2
/
+5
2022-06-24
net: dsa: microchip: rename shutdown to reset in ksz_dev_ops
Arun Ramadoss
5
-9
/
+9
2022-06-21
net: dsa: microchip: move get_phy_flags & mtu to ksz_common
Arun Ramadoss
4
-18
/
+52
2022-06-21
net: dsa: microchip: update fdb add/del/dump in ksz_common
Arun Ramadoss
4
-51
/
+85
2022-06-21
net: dsa: microchip: update the ksz_port_mdb_add/del
Arun Ramadoss
4
-68
/
+98
2022-06-21
net: dsa: microchip: update the ksz_phylink_get_caps
Arun Ramadoss
4
-10
/
+11
2022-06-21
net: dsa: microchip: get P_STP_CTRL in ksz_port_stp_state by ksz_dev_ops
Arun Ramadoss
4
-22
/
+24
[next]