index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
slcan
/
slcan-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
1
-1
/
+1
*
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
1
-3
/
+2
*
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-11
1
-1
/
+1
*
can: slcan: remove casts from tty->disc_data
Jiri Slaby
2023-07-31
1
-4
/
+4
*
can: slcan: fix freed work crash
Jiri Slaby (SUSE)
2022-12-07
1
-4
/
+6
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
can: slcan: add software tx timestamps
Vincent Mailhol
2022-07-28
1
-0
/
+2
*
MAINTAINERS: Add maintainer for the slcan driver
Dario Binacchi
2022-07-28
1
-0
/
+1
*
can: slcan: add support for listen-only mode
Dario Binacchi
2022-07-28
1
-4
/
+15
*
can: slcan: use the generic can_change_mtu()
Dario Binacchi
2022-07-28
1
-6
/
+1
*
can: slcan: change every `slc' occurrence in `slcan'
Dario Binacchi
2022-07-28
1
-53
/
+56
*
can: slcan: remove legacy infrastructure
Dario Binacchi
2022-07-28
1
-255
/
+63
*
can: slcan: remove useless header inclusions
Dario Binacchi
2022-07-28
1
-3
/
+0
*
can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
Vincent Mailhol
2022-07-28
1
-6
/
+8
*
can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
Vincent Mailhol
2022-07-27
1
-1
/
+1
*
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
1
-0
/
+1
*
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
1
-7
/
+5
*
can: slcan: do not sleep with a spin lock held
Dario Binacchi
2022-07-19
1
-4
/
+3
*
can: slcan: clean up if/else
Marc Kleine-Budde
2022-07-19
1
-7
/
+6
*
can: slcan: convert comparison to NULL into !val
Marc Kleine-Budde
2022-07-19
1
-8
/
+7
*
can: slcan: fix whitespace issues
Marc Kleine-Budde
2022-07-19
1
-5
/
+5
*
can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
Marc Kleine-Budde
2022-07-19
1
-1
/
+1
*
can: slcan: convert comments to network style comments
Marc Kleine-Budde
2022-07-19
1
-31
/
+24
*
can: slcan: use scnprintf() as a hardening measure
Dan Carpenter
2022-07-19
1
-1
/
+1
*
can: slcan: extend the protocol with CAN state info
Dario Binacchi
2022-07-03
1
-1
/
+73
*
can: slcan: extend the protocol with error info
Dario Binacchi
2022-07-03
1
-1
/
+139
*
can: slcan: add ethtool support to reset adapter errors
Dario Binacchi
2022-07-03
1
-0
/
+36
*
can: slcan: move driver into separate sub directory
Dario Binacchi
2022-07-03
1
-0
/
+885