index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
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