index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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