summaryrefslogtreecommitdiff
path: root/drivers/net/can/slcan/slcan-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-3/+2
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2023-07-31can: slcan: remove casts from tty->disc_dataJiri Slaby1-4/+4
2022-12-07can: slcan: fix freed work crashJiri Slaby (SUSE)1-4/+6
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-07-28can: slcan: add software tx timestampsVincent Mailhol1-0/+2
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi1-0/+1
2022-07-28can: slcan: add support for listen-only modeDario Binacchi1-4/+15
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi1-6/+1
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi1-53/+56
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi1-255/+63
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi1-3/+0
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol1-6/+8
2022-07-27can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol1-1/+1
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol1-7/+5
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi1-4/+3
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde1-7/+6
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde1-8/+7
2022-07-19can: slcan: fix whitespace issuesMarc Kleine-Budde1-5/+5
2022-07-19can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde1-1/+1
2022-07-19can: slcan: convert comments to network style commentsMarc Kleine-Budde1-31/+24
2022-07-19can: slcan: use scnprintf() as a hardening measureDan Carpenter1-1/+1
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi1-1/+73
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi1-1/+139
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi1-0/+36
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi1-0/+885