summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan
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-3/+2
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* can: slcan: remove casts from tty->disc_dataJiri Slaby2023-07-311-4/+4
* can: slcan: fix freed work crashJiri Slaby (SUSE)2022-12-071-4/+6
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+1
* can: slcan: add software tx timestampsVincent Mailhol2022-07-281-0/+2
* MAINTAINERS: Add maintainer for the slcan driverDario Binacchi2022-07-281-0/+1
* can: slcan: add support for listen-only modeDario Binacchi2022-07-281-4/+15
* can: slcan: use the generic can_change_mtu()Dario Binacchi2022-07-281-6/+1
* can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi2022-07-281-53/+56
* can: slcan: remove legacy infrastructureDario Binacchi2022-07-281-255/+63
* can: slcan: remove useless header inclusionsDario Binacchi2022-07-281-3/+0
* can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol2022-07-281-6/+8
* can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+4
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-7/+5
* can: slcan: do not sleep with a spin lock heldDario Binacchi2022-07-191-4/+3
* can: slcan: clean up if/elseMarc Kleine-Budde2022-07-191-7/+6
* can: slcan: convert comparison to NULL into !valMarc Kleine-Budde2022-07-191-8/+7
* can: slcan: fix whitespace issuesMarc Kleine-Budde2022-07-191-5/+5
* can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde2022-07-191-1/+1
* can: slcan: convert comments to network style commentsMarc Kleine-Budde2022-07-191-31/+24
* can: slcan: use scnprintf() as a hardening measureDan Carpenter2022-07-191-1/+1
* can: slcan: extend the protocol with CAN state infoDario Binacchi2022-07-031-1/+73
* can: slcan: extend the protocol with error infoDario Binacchi2022-07-031-1/+139
* can: slcan: add ethtool support to reset adapter errorsDario Binacchi2022-07-034-0/+120
* can: slcan: move driver into separate sub directoryDario Binacchi2022-07-032-0/+891