summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan
AgeCommit message (Expand)AuthorLines
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2025-05-21can: slcan: allow reception of short error messagesCarlos Sanchez-6/+20
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)-3/+2
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+1
2023-07-31can: slcan: remove casts from tty->disc_dataJiri Slaby-4/+4
2022-12-07can: slcan: fix freed work crashJiri Slaby (SUSE)-4/+6
2022-11-07can: dev: fix skb drop checkOliver Hartkopp-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol-0/+1
2022-07-28can: slcan: add software tx timestampsVincent Mailhol-0/+2
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi-0/+1
2022-07-28can: slcan: add support for listen-only modeDario Binacchi-4/+15
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi-6/+1
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi-53/+56
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi-255/+63
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi-3/+0
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol-6/+8
2022-07-27can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol-8/+4
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol-0/+1
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol-7/+5
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi-4/+3
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde-7/+6
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde-8/+7
2022-07-19can: slcan: fix whitespace issuesMarc Kleine-Budde-5/+5
2022-07-19can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde-1/+1
2022-07-19can: slcan: convert comments to network style commentsMarc Kleine-Budde-31/+24
2022-07-19can: slcan: use scnprintf() as a hardening measureDan Carpenter-1/+1
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi-1/+73
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi-1/+139
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi-0/+120
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi-0/+891