index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"
Colin Ian King
1
-1
/
+1
2023-10-27
net: dsa: microchip: Ensure Stable PME Pin State for Wake-on-LAN
Oleksij Rempel
4
-1
/
+55
2023-10-27
net: dsa: microchip: Refactor switch shutdown routine for WoL preparation
Oleksij Rempel
4
-8
/
+22
2023-10-27
net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()
Oleksij Rempel
1
-3
/
+13
2023-10-27
net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() function
Oleksij Rempel
1
-6
/
+14
2023-10-27
net: dsa: microchip: ksz9477: Add Wake on Magic Packet support
Oleksij Rempel
3
-7
/
+97
2023-10-25
net: dsa: microchip: ksz9477: add Wake on LAN support
Oleksij Rempel
4
-0
/
+132
2023-10-25
net: dsa: microchip: use wakeup-source DT property to enable PME output
Oleksij Rempel
2
-0
/
+4
2023-10-25
net: dsa: microchip: Add missing MAC address register offset for ksz8863
Oleksij Rempel
1
-0
/
+1
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
3
-14
/
+14
2023-10-20
net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
Oleksij Rempel
1
-3
/
+83
2023-10-10
net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries()
Oleksij Rempel
1
-4
/
+4
2023-10-03
net: dsa: microchip: Enable HSR offloading for KSZ9477
Lukasz Majewski
4
-0
/
+235
2023-10-03
net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]
Vladimir Oltean
4
-14
/
+3
2023-09-19
net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
Colin Ian King
1
-1
/
+1
2023-09-17
net: dsa: microchip: Add partial ACL support for ksz9477 switches
Oleksij Rempel
7
-1
/
+1815
2023-09-17
net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()
Oleksij Rempel
1
-3
/
+2
2023-09-16
net: dsa: microchip: Add drive strength configuration
Oleksij Rempel
4
-27
/
+329
2023-09-06
net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
Lukasz Majewski
1
-1
/
+15
2023-08-22
net: dsa: microchip: Remove unused declarations
Yue Haibing
2
-4
/
+0
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+15
2023-07-29
net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries
Lukasz Majewski
1
-20
/
+15
2023-07-26
net: dsa: Explicitly include correct DT includes
Rob Herring
2
-1
/
+4
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+18
2023-07-18
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
1
-2
/
+0
2023-07-17
net: dsa: microchip: correct KSZ8795 static MAC table access
Tristram Ha
3
-5
/
+18
2023-06-22
net: dsa: microchip: fix writes to phy registers >= 0x10
Rasmus Villemoes
1
-1
/
+17
2023-06-22
net: dsa: microchip: add ksz_prmw32() helper
Rasmus Villemoes
1
-0
/
+7
2023-06-22
net: dsa: microchip: simplify ksz_prmw8()
Rasmus Villemoes
1
-11
/
+2
2023-06-06
net: dsa: microchip: remove KSZ9477 PHY errata handling
Robert Hancock
3
-75
/
+4
2023-05-31
net: dsa: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-30
net: dsa: microchip: Add register access control for KSZ8873 chip
Oleksij Rempel
1
-0
/
+41
2023-05-30
net: dsa: microchip: ksz8: Prepare ksz8863_smi for regmap register access val...
Oleksij Rempel
1
-0
/
+11
2023-05-30
net: dsa: microchip: remove ksz_port:on variable
Oleksij Rempel
2
-20
/
+1
2023-05-30
net: dsa: microchip: add an enum for regmap widths
Vladimir Oltean
8
-43
/
+63
2023-05-30
net: dsa: microchip: improving error handling for 8-bit register RMW operations
Oleksij Rempel
1
-6
/
+22
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-04-19
net: dsa: microchip: ksz8795: Correctly handle huge frame configuration
Christophe JAILLET
1
-1
/
+1
2023-04-06
net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()
Oleksij Rempel
1
-15
/
+18
2023-04-06
net: dsa: microchip: Make ksz8_w_sta_mac_table() static
Oleksij Rempel
2
-4
/
+2
2023-04-06
net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...
Oleksij Rempel
1
-4
/
+15
2023-04-06
net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...
Oleksij Rempel
1
-37
/
+50
2023-04-06
net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
Oleksij Rempel
2
-4
/
+2
2023-04-06
net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...
Oleksij Rempel
3
-0
/
+18
2023-04-06
net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse
Oleksij Rempel
1
-11
/
+23
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-21
/
+11
2023-03-25
net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID
Oleksij Rempel
1
-1
/
+1
2023-03-25
net: dsa: microchip: ksz8863_smi: fix bulk access
Oleksij Rempel
1
-9
/
+0
2023-03-25
net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...
Oleksij Rempel
1
-1
/
+1
2023-03-25
net: dsa: microchip: ksz8: fix offset for the timestamp filed
Oleksij Rempel
1
-1
/
+1
[next]