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
/
ksz8795.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: microchip: rename ksz8 series files
Pieter Van Trappen
2024-09-06
1
-1968
/
+0
*
net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
Tristram Ha
2024-08-28
1
-6
/
+10
*
net: dsa: microchip: add WoL support for KSZ87xx family
Pieter Van Trappen
2024-08-16
1
-2
/
+92
*
net: dsa: microchip: let DCB code do PCP and DSCP policy configuration
Oleksij Rempel
2024-05-08
1
-6
/
+0
*
net: dsa: microchip: dcb: add special handling for KSZ88X3 family
Oleksij Rempel
2024-05-08
1
-0
/
+15
*
net: dsa: microchip: add multi queue support for KSZ88X3 variants
Oleksij Rempel
2024-05-08
1
-30
/
+57
*
net: dsa: ksz_common: sub-driver phylink ops
Russell King (Oracle)
2024-04-30
1
-3
/
+7
*
net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...
Oleksij Rempel
2024-04-05
1
-17
/
+7
*
net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...
Oleksij Rempel
2024-04-05
1
-5
/
+15
*
net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...
Oleksij Rempel
2024-04-05
1
-6
/
+5
*
net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()
Oleksij Rempel
2024-04-05
1
-6
/
+6
*
net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readability
Oleksij Rempel
2024-04-05
1
-29
/
+31
*
net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()
Oleksij Rempel
2024-04-05
1
-13
/
+16
*
net: dsa: microchip: Make ksz8_r_dyn_mac_table() static
Oleksij Rempel
2024-04-05
1
-2
/
+2
*
net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...
Oleksij Rempel
2024-04-05
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
1
-2
/
+2
|
\
|
*
net: dsa: microchip: fix register write order in ksz8_ind_write8()
Tobias Jakobi (Compleo)
2024-03-06
1
-2
/
+2
*
|
net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ...
Oleksij Rempel
2024-01-27
1
-7
/
+69
*
|
net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr
Oleksij Rempel
2024-01-27
1
-67
/
+29
*
|
net: dsa: microchip: ksz8: move BMCR specific code to separate function
Oleksij Rempel
2024-01-27
1
-126
/
+240
|
/
*
net: dsa: microchip: add property to select internal RMII reference clock
Ante Knezic
2023-12-07
1
-6
/
+23
*
net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYs
Oleksij Rempel
2023-11-29
1
-0
/
+70
*
net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...
Oleksij Rempel
2023-11-29
1
-2
/
+51
*
net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
Oleksij Rempel
2023-10-20
1
-3
/
+83
*
net: dsa: microchip: correct KSZ8795 static MAC table access
Tristram Ha
2023-07-17
1
-1
/
+7
*
net: dsa: microchip: remove ksz_port:on variable
Oleksij Rempel
2023-05-30
1
-19
/
+1
*
net: dsa: microchip: add an enum for regmap widths
Vladimir Oltean
2023-05-30
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-21
1
-1
/
+1
|
\
|
*
net: dsa: microchip: ksz8795: Correctly handle huge frame configuration
Christophe JAILLET
2023-04-19
1
-1
/
+1
*
|
net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()
Oleksij Rempel
2023-04-06
1
-15
/
+18
*
|
net: dsa: microchip: Make ksz8_w_sta_mac_table() static
Oleksij Rempel
2023-04-06
1
-2
/
+2
*
|
net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...
Oleksij Rempel
2023-04-06
1
-4
/
+15
*
|
net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...
Oleksij Rempel
2023-04-06
1
-37
/
+50
*
|
net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
Oleksij Rempel
2023-04-06
1
-2
/
+2
*
|
net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...
Oleksij Rempel
2023-04-06
1
-0
/
+12
*
|
net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse
Oleksij Rempel
2023-04-06
1
-11
/
+23
|
/
*
net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
Oleksij Rempel
2023-03-25
1
-6
/
+5
*
net: dsa: microchip: ksz8: move all DSA configurations to one location
Oleksij Rempel
2022-12-07
1
-10
/
+10
*
net: dsa: microchip: enable MTU normalization for KSZ8795 and KSZ9477 compati...
Oleksij Rempel
2022-12-07
1
-0
/
+2
*
net: dsa: microchip: ksz8: add MTU configuration support
Oleksij Rempel
2022-12-07
1
-2
/
+51
*
net: dsa: microchip: remove unused port phy variable
Oleksij Rempel
2022-08-31
1
-1
/
+0
*
net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phy
Oleksij Rempel
2022-08-31
1
-21
/
+81
*
net: dsa: microchip: allow to pass return values for PHY read/write accesses
Oleksij Rempel
2022-08-31
1
-2
/
+6
*
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
2022-07-27
1
-7
/
+0
*
net: dsa: microchip: ksz8795: use common xmii function
Arun Ramadoss
2022-07-27
1
-34
/
+1
*
net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
Arun Ramadoss
2022-06-29
1
-7
/
+10
*
net: dsa: microchip: change the size of reg from u8 to u16
Arun Ramadoss
2022-06-29
1
-11
/
+11
*
net: dsa: microchip: move ksz8->shifts to ksz_common
Arun Ramadoss
2022-06-29
1
-43
/
+6
*
net: dsa: microchip: move ksz8->masks to ksz_common
Arun Ramadoss
2022-06-29
1
-61
/
+10
*
net: dsa: microchip: move ksz8->regs to ksz_common
Arun Ramadoss
2022-06-29
1
-52
/
+24
[next]