index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
/
ks8851_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ks8851: Fix potential TX stall after interface reopen
Ronald Wahl
2024-07-11
1
-1
/
+1
*
net: ks8851: Fix deadlock with the SPI chip variant
Ronald Wahl
2024-07-09
1
-4
/
+4
*
net: ks8851: Fix another TX stall caused by wrong ISR flag handling
Ronald Wahl
2024-05-15
1
-17
/
+1
*
net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
Marek Vasut
2024-05-04
1
-6
/
+10
*
net: ks8851: Handle softirqs at the end of IRQ thread to fix hang
Marek Vasut
2024-04-09
1
-1
/
+5
*
net: ks8851: Inline ks8851_rx_skb()
Marek Vasut
2024-04-09
1
-11
/
+1
*
net: ks8851: Fix TX stall caused by TX buffer overrun
Ronald Wahl
2023-12-19
1
-10
/
+10
*
net: ks8851: switch to using gpiod API
Dmitry Torokhov
2022-09-15
1
-21
/
+19
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
*
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-18
1
-2
/
+4
*
net: ks8851: Make ks8851_remove_common() return void
Uwe Kleine-König
2021-10-18
1
-3
/
+1
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: ks8851: fix link error
Arnd Bergmann
2021-09-28
1
-0
/
+8
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: ks8851: Make ks8851_read_selftest() return void
Nathan Chancellor
2021-06-04
1
-11
/
+4
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-4
/
+3
*
net: ks8851: remove definition of DEBUG
Tom Rix
2021-01-16
1
-2
/
+0
*
net: ks8851: Register MDIO bus and the internal PHY
Marek Vasut
2021-01-06
1
-16
/
+96
*
net: micrel: convert comma to semicolon
Zheng Yongjun
2020-12-10
1
-1
/
+1
*
net: ks8851: Separate SPI operations into separate file
Marek Vasut
2020-05-29
1
-0
/
+1193