summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/can327.c
Commit message (Expand)AuthorAgeFilesLines
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: can327, move overflow test inside can327_ldisc_rx()'s loopJiri Slaby (SUSE)2023-08-111-8/+7
* tty: can327: unify error paths in can327_ldisc_rx()Jiri Slaby (SUSE)2023-08-111-14/+8
* can: can327: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
* can: can327: flush TX_work on ldisc .close()Max Staudt2022-12-071-7/+10
* can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...Ziyang Xuan2022-11-241-1/+3
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: can327: fix a broken link to DocumentationChristophe JAILLET2022-07-311-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+5
* can: can327: add software tx timestampsVincent Mailhol2022-07-281-0/+2
* can: can327: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* can: can327: CAN/ldisc driver for ELM327 based OBD-II adaptersMax Staudt2022-06-271-0/+1137