summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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