index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
slcan
Age
Commit message (
Expand
)
Author
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-07-31
can: slcan: remove casts from tty->disc_data
Jiri Slaby
2022-12-07
can: slcan: fix freed work crash
Jiri Slaby (SUSE)
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
can: slcan: add software tx timestamps
Vincent Mailhol
2022-07-28
MAINTAINERS: Add maintainer for the slcan driver
Dario Binacchi
2022-07-28
can: slcan: add support for listen-only mode
Dario Binacchi
2022-07-28
can: slcan: use the generic can_change_mtu()
Dario Binacchi
2022-07-28
can: slcan: change every `slc' occurrence in `slcan'
Dario Binacchi
2022-07-28
can: slcan: remove legacy infrastructure
Dario Binacchi
2022-07-28
can: slcan: remove useless header inclusions
Dario Binacchi
2022-07-28
can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
Vincent Mailhol
2022-07-27
can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
Vincent Mailhol
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-19
can: slcan: do not sleep with a spin lock held
Dario Binacchi
2022-07-19
can: slcan: clean up if/else
Marc Kleine-Budde
2022-07-19
can: slcan: convert comparison to NULL into !val
Marc Kleine-Budde
2022-07-19
can: slcan: fix whitespace issues
Marc Kleine-Budde
2022-07-19
can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
Marc Kleine-Budde
2022-07-19
can: slcan: convert comments to network style comments
Marc Kleine-Budde
2022-07-19
can: slcan: use scnprintf() as a hardening measure
Dan Carpenter
2022-07-03
can: slcan: extend the protocol with CAN state info
Dario Binacchi
2022-07-03
can: slcan: extend the protocol with error info
Dario Binacchi
2022-07-03
can: slcan: add ethtool support to reset adapter errors
Dario Binacchi
2022-07-03
can: slcan: move driver into separate sub directory
Dario Binacchi