summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel/ks8851_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ks8851: Fix potential TX stall after interface reopenRonald Wahl2024-07-111-1/+1
* net: ks8851: Fix deadlock with the SPI chip variantRonald Wahl2024-07-091-4/+4
* net: ks8851: Fix another TX stall caused by wrong ISR flag handlingRonald Wahl2024-05-151-17/+1
* net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut2024-05-041-6/+10
* net: ks8851: Handle softirqs at the end of IRQ thread to fix hangMarek Vasut2024-04-091-1/+5
* net: ks8851: Inline ks8851_rx_skb()Marek Vasut2024-04-091-11/+1
* net: ks8851: Fix TX stall caused by TX buffer overrunRonald Wahl2023-12-191-10/+10
* net: ks8851: switch to using gpiod APIDmitry Torokhov2022-09-151-21/+19
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-2/+4
* net: ks8851: Make ks8851_remove_common() return voidUwe Kleine-König2021-10-181-3/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: ks8851: fix link errorArnd Bergmann2021-09-281-0/+8
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor2021-06-041-11/+4
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+3
* net: ks8851: remove definition of DEBUGTom Rix2021-01-161-2/+0
* net: ks8851: Register MDIO bus and the internal PHYMarek Vasut2021-01-061-16/+96
* net: micrel: convert comma to semicolonZheng Yongjun2020-12-101-1/+1
* net: ks8851: Separate SPI operations into separate fileMarek Vasut2020-05-291-0/+1193