index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: microchip: fix kernel oops on ksz8 switches
Oleksij Rempel
2022-09-03
1
-6
/
+24
*
net: dsa: microchip: make learning configurable and keep it off while standalone
Vladimir Oltean
2022-08-23
2
-1
/
+45
*
net: dsa: microchip: keep compatibility with device tree blobs with no phy-mode
Vladimir Oltean
2022-08-23
1
-1
/
+7
*
net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry
Arun Ramadoss
2022-08-17
1
-0
/
+3
*
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
2022-07-27
6
-33
/
+21
*
net: dsa: microchip: ksz8795: use common xmii function
Arun Ramadoss
2022-07-27
2
-42
/
+1
*
net: dsa: microchip: ksz9477: use common xmii function
Arun Ramadoss
2022-07-27
4
-167
/
+49
*
net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
Arun Ramadoss
2022-07-27
5
-1
/
+130
*
net: dsa: microchip: lan937x: add support for configuing xMII register
Arun Ramadoss
2022-07-27
4
-40
/
+53
*
net: dsa: microchip: add support for common phylink mac link up
Arun Ramadoss
2022-07-27
4
-33
/
+16
*
net: dsa: microchip: add common duplex and flow control function
Arun Ramadoss
2022-07-27
5
-23
/
+57
*
net: dsa: microchip: add common ksz port xmii speed selection function
Arun Ramadoss
2022-07-27
5
-15
/
+69
*
net: dsa: microchip: add common gigabit set and get function
Arun Ramadoss
2022-07-27
6
-48
/
+82
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-1
/
+4
|
\
|
*
net: dsa: microchip: ksz_common: Fix refcount leak bug
Liang He
2022-07-16
1
-1
/
+4
*
|
net: dsa: microchip: fix the missing ksz8_r_mib_cnt
Arun Ramadoss
2022-07-19
1
-0
/
+1
*
|
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
2022-07-18
1
-1
/
+1
*
|
net: dsa: microchip: add LAN937x in the ksz spi probe
Arun Ramadoss
2022-07-02
1
-0
/
+26
*
|
net: dsa: microchip: lan937x: add phylink_mac_config support
Arun Ramadoss
2022-07-02
4
-2
/
+74
*
|
net: dsa: microchip: lan937x: add phylink_mac_link_up support
Arun Ramadoss
2022-07-02
5
-0
/
+82
*
|
net: dsa: microchip: lan937x: add phylink_get_caps support
Arun Ramadoss
2022-07-02
3
-0
/
+15
*
|
net: dsa: microchip: lan937x: add MTU and fast_age support
Arun Ramadoss
2022-07-02
4
-0
/
+36
*
|
net: dsa: microchip: lan937x: register mdio-bus
Arun Ramadoss
2022-07-02
1
-0
/
+74
*
|
net: dsa: microchip: lan937x: add phy read and write support
Arun Ramadoss
2022-07-02
4
-0
/
+156
*
|
net: dsa: microchip: lan937x: add dsa_tag_protocol
Arun Ramadoss
2022-07-02
2
-0
/
+12
*
|
net: dsa: microchip: add DSA support for microchip LAN937x
Arun Ramadoss
2022-07-02
6
-1
/
+333
*
|
net: dsa: microchip: generic access to ksz9477 static and reserved table
Arun Ramadoss
2022-07-02
4
-10
/
+58
*
|
net: dsa: microchip: count pause packets together will all other packets
Oleksij Rempel
2022-06-30
1
-2
/
+4
*
|
net: dsa: microchip: add pause stats support
Oleksij Rempel
2022-06-30
2
-0
/
+20
*
|
net: dsa: microchip: move remaining register offset to ksz_chip_reg
Arun Ramadoss
2022-06-29
2
-42
/
+18
*
|
net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
Arun Ramadoss
2022-06-29
6
-29
/
+35
*
|
net: dsa: microchip: change the size of reg from u8 to u16
Arun Ramadoss
2022-06-29
3
-14
/
+14
*
|
net: dsa: microchip: remove the struct ksz8
Arun Ramadoss
2022-06-29
3
-27
/
+4
*
|
net: dsa: microchip: move ksz8->shifts to ksz_common
Arun Ramadoss
2022-06-29
4
-56
/
+46
*
|
net: dsa: microchip: move ksz8->masks to ksz_common
Arun Ramadoss
2022-06-29
5
-86
/
+81
*
|
net: dsa: microchip: move ksz8->regs to ksz_common
Arun Ramadoss
2022-06-29
5
-73
/
+79
*
|
net: dsa: microchip: common ksz_spi_probe for ksz switches
Arun Ramadoss
2022-06-24
4
-183
/
+69
*
|
net: dsa: microchip: remove the ksz8/ksz9477_switch_register
Arun Ramadoss
2022-06-24
7
-19
/
+4
*
|
net: dsa: microchip: move ksz_dev_ops to ksz_common.c
Arun Ramadoss
2022-06-24
6
-164
/
+271
*
|
net: dsa: microchip: common menuconfig for ksz series switch
Arun Ramadoss
2022-06-24
3
-25
/
+13
*
|
net: dsa: microchip: ksz9477: separate phylink mode from switch register
Arun Ramadoss
2022-06-24
2
-26
/
+7
*
|
net: dsa: microchip: common dsa_switch_ops for ksz switches
Arun Ramadoss
2022-06-24
4
-190
/
+89
*
|
net: dsa: microchip: move start of switch to ksz_setup
Arun Ramadoss
2022-06-24
5
-5
/
+20
*
|
net: dsa: microchip: move multicast enable to ksz_setup
Arun Ramadoss
2022-06-24
6
-6
/
+19
*
|
net: dsa: microchip: move broadcast rate limit to ksz_setup
Arun Ramadoss
2022-06-24
6
-32
/
+30
*
|
net: dsa: microchip: move setup function to ksz_common
Arun Ramadoss
2022-06-24
4
-41
/
+41
*
|
net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops
Arun Ramadoss
2022-06-24
3
-9
/
+52
*
|
net: dsa: microchip: add config_cpu_port to struct ksz_dev_ops
Arun Ramadoss
2022-06-24
3
-2
/
+5
*
|
net: dsa: microchip: rename shutdown to reset in ksz_dev_ops
Arun Ramadoss
2022-06-24
5
-9
/
+9
*
|
net: dsa: microchip: move get_phy_flags & mtu to ksz_common
Arun Ramadoss
2022-06-21
4
-18
/
+52
[next]