index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
slcan
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
1
-0
/
+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
3
-8
/
+4
*
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
4
-0
/
+120
*
can: slcan: move driver into separate sub directory
Dario Binacchi
2022-07-03
2
-0
/
+891