summaryrefslogtreecommitdiff
path: root/drivers/net/can/slcan
AgeCommit message (Expand)Author
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-07-31can: slcan: remove casts from tty->disc_dataJiri Slaby
2022-12-07can: slcan: fix freed work crashJiri Slaby (SUSE)
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-28can: slcan: add software tx timestampsVincent Mailhol
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi
2022-07-28can: slcan: add support for listen-only modeDario Binacchi
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol
2022-07-27can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde
2022-07-19can: slcan: fix whitespace issuesMarc Kleine-Budde
2022-07-19can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde
2022-07-19can: slcan: convert comments to network style commentsMarc Kleine-Budde
2022-07-19can: slcan: use scnprintf() as a hardening measureDan Carpenter
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi