index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477
Marek Vasut
2019-08-06
1
-1
/
+0
*
|
net: dsa: ksz: Merge ksz_priv.h into ksz_common.h
Marek Vasut
2019-08-06
7
-161
/
+144
*
|
net: dsa: ksz: Remove dead code and fix warnings
Marek Vasut
2019-08-06
2
-11
/
+1
*
|
net: dsa: ksz: Add Microchip KSZ8795 DSA driver
Tristram Ha
2019-07-30
8
-1
/
+2469
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
1
-3
/
+3
|
\
|
*
net: dsa: microchip: Use gpiod_set_value_cansleep()
Marek Vasut
2019-06-26
1
-3
/
+3
*
|
net: dsa: microchip: Replace bit RMW with regmap
Marek Vasut
2019-06-27
1
-12
/
+10
*
|
net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmap
Marek Vasut
2019-06-27
1
-20
/
+12
*
|
net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmap
Marek Vasut
2019-06-27
1
-22
/
+12
*
|
net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmap
Marek Vasut
2019-06-27
1
-18
/
+8
*
|
net: dsa: microchip: Replace ad-hoc polling with regmap
Marek Vasut
2019-06-27
2
-23
/
+5
*
|
net: dsa: microchip: Replace ad-hoc bit manipulation with regmap
Marek Vasut
2019-06-27
1
-40
/
+6
*
|
net: dsa: microchip: Factor out regmap config generation into common header
Marek Vasut
2019-06-27
2
-26
/
+35
*
|
net: dsa: microchip: Dispose of ksz_io_ops
Marek Vasut
2019-06-27
4
-112
/
+17
*
|
net: dsa: microchip: Initial SPI regmap support
Marek Vasut
2019-06-27
3
-66
/
+52
*
|
net: dsa: microchip: Factor out register access opcode generation
Marek Vasut
2019-06-27
1
-10
/
+12
*
|
net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function call
Marek Vasut
2019-06-27
1
-1
/
+1
*
|
net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.c
Marek Vasut
2019-06-27
2
-29
/
+29
*
|
net: dsa: microchip: Inline ksz_spi.h
Marek Vasut
2019-06-27
2
-60
/
+42
*
|
net: dsa: microchip: Remove ksz_{get,set}()
Marek Vasut
2019-06-27
4
-38
/
+0
*
|
net: dsa: microchip: Remove ksz_{read,write}24()
Marek Vasut
2019-06-27
3
-49
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-0
/
+3
|
\
|
|
*
net: dsa: microchip: Don't try to read stats for unused ports
Robert Hancock
2019-06-14
1
-0
/
+3
*
|
net: dsa: microchip: Support optional 125MHz SYNCLKO output
Robert Hancock
2019-06-14
3
-0
/
+7
*
|
net: dsa: microchip: Add PHY errata workarounds
Robert Hancock
2019-06-14
2
-0
/
+63
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
net: dsa: microchip: mark expected switch fall-through
Gustavo A. R. Silva
2019-04-03
1
-0
/
+1
*
net: dsa: microchip: add KSZ9893 switch support
Tristram Ha
2019-03-03
3
-15
/
+235
*
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
2019-02-24
2
-2
/
+2
*
net: dsa: microchip: add port_cleanup function
Tristram Ha
2019-02-24
4
-0
/
+31
*
net: dsa: microchip: remove unnecessary include headers
Tristram Ha
2019-02-24
1
-4
/
+0
*
net: dsa: microchip: get port link status
Tristram Ha
2019-02-24
3
-0
/
+17
*
net: dsa: microchip: add MIB counter reading support
Tristram Ha
2019-02-24
4
-48
/
+205
*
net: dsa: microchip: prepare PHY for proper advertisement
Tristram Ha
2019-02-24
3
-3
/
+17
*
net: dsa: microchip: add switch offload forwarding support
Tristram Ha
2019-02-11
1
-3
/
+4
*
net: dsa: microchip: Drop unused GPIO includes
Linus Walleij
2019-01-04
1
-2
/
+0
*
net: dsa: microchip: fix unicast frame leak
Tristram Ha
2018-12-20
1
-4
/
+4
*
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
Tristram Ha
2018-12-16
2
-2
/
+2
*
net: dsa: ksz: Add reset GPIO handling
Marek Vasut
2018-12-10
2
-0
/
+19
*
net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.h
Tristram Ha
2018-11-20
3
-2
/
+2
*
net: dsa: microchip: break KSZ9477 DSA driver into two files
Tristram Ha
2018-11-20
8
-1242
/
+1903
*
net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c
Tristram Ha
2018-11-20
3
-8
/
+8
*
net: dsa: microchip: rename some functions with ksz9477 prefix
Tristram Ha
2018-11-20
1
-57
/
+59
*
net: dsa: microchip: clean up code
Tristram Ha
2018-11-20
1
-4
/
+4
*
net: dsa: microchip: replace license with GPL
Tristram Ha
2018-11-20
4
-54
/
+10
*
net: dsa: microchip: initialize mutex before use
Tristram Ha
2018-11-02
1
-5
/
+5
*
net: dsa: add support for ksz9897 ethernet switch
Lad, Prabhakar
2018-08-16
2
-0
/
+10
*
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
2018-04-27
1
-2
/
+9
*
dsa: Pass the port to get_sset_count()
Andrew Lunn
2018-03-04
1
-1
/
+1
*
net: dsa: remove trans argument from mdb ops
Vivien Didelot
2017-12-02
1
-4
/
+2
[prev]
[next]