summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/micrel/ks8851_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11net: ks8851: Fix potential TX stall after interface reopenRonald Wahl1-1/+1
2024-07-09net: ks8851: Fix deadlock with the SPI chip variantRonald Wahl1-4/+4
2024-05-15net: ks8851: Fix another TX stall caused by wrong ISR flag handlingRonald Wahl1-17/+1
2024-05-04net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut1-6/+10
2024-04-09net: ks8851: Handle softirqs at the end of IRQ thread to fix hangMarek Vasut1-1/+5
2024-04-09net: ks8851: Inline ks8851_rx_skb()Marek Vasut1-11/+1
2023-12-19net: ks8851: Fix TX stall caused by TX buffer overrunRonald Wahl1-10/+10
2022-09-15net: ks8851: switch to using gpiod APIDmitry Torokhov1-21/+19
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-2/+4
2021-10-18net: ks8851: Make ks8851_remove_common() return voidUwe Kleine-König1-3/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-28net: ks8851: fix link errorArnd Bergmann1-0/+8
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-04net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor1-11/+4
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+3
2021-01-16net: ks8851: remove definition of DEBUGTom Rix1-2/+0
2021-01-06net: ks8851: Register MDIO bus and the internal PHYMarek Vasut1-16/+96
2020-12-10net: micrel: convert comma to semicolonZheng Yongjun1-1/+1
2020-05-29net: ks8851: Separate SPI operations into separate fileMarek Vasut1-0/+1193