index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
slcan
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+1
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
1
-0
/
+1
2022-07-28
can: slcan: add software tx timestamps
Vincent Mailhol
1
-0
/
+2
2022-07-28
MAINTAINERS: Add maintainer for the slcan driver
Dario Binacchi
1
-0
/
+1
2022-07-28
can: slcan: add support for listen-only mode
Dario Binacchi
1
-4
/
+15
2022-07-28
can: slcan: use the generic can_change_mtu()
Dario Binacchi
1
-6
/
+1
2022-07-28
can: slcan: change every `slc' occurrence in `slcan'
Dario Binacchi
1
-53
/
+56
2022-07-28
can: slcan: remove legacy infrastructure
Dario Binacchi
1
-255
/
+63
2022-07-28
can: slcan: remove useless header inclusions
Dario Binacchi
1
-3
/
+0
2022-07-28
can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
Vincent Mailhol
1
-6
/
+8
2022-07-27
can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
Vincent Mailhol
3
-8
/
+4
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
1
-0
/
+1
2022-07-20
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-7
/
+5
2022-07-19
can: slcan: do not sleep with a spin lock held
Dario Binacchi
1
-4
/
+3
2022-07-19
can: slcan: clean up if/else
Marc Kleine-Budde
1
-7
/
+6
2022-07-19
can: slcan: convert comparison to NULL into !val
Marc Kleine-Budde
1
-8
/
+7
2022-07-19
can: slcan: fix whitespace issues
Marc Kleine-Budde
1
-5
/
+5
2022-07-19
can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
Marc Kleine-Budde
1
-1
/
+1
2022-07-19
can: slcan: convert comments to network style comments
Marc Kleine-Budde
1
-31
/
+24
2022-07-19
can: slcan: use scnprintf() as a hardening measure
Dan Carpenter
1
-1
/
+1
2022-07-03
can: slcan: extend the protocol with CAN state info
Dario Binacchi
1
-1
/
+73
2022-07-03
can: slcan: extend the protocol with error info
Dario Binacchi
1
-1
/
+139
2022-07-03
can: slcan: add ethtool support to reset adapter errors
Dario Binacchi
4
-0
/
+120
2022-07-03
can: slcan: move driver into separate sub directory
Dario Binacchi
2
-0
/
+891