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