index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
softing
Age
Commit message (
Expand
)
Author
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
2024-09-11
can: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-02-12
can: softing: remove redundant NULL check
Daniil Dulov
2023-05-15
can: softing: Convert to platform remove callback returning void
Uwe Kleine-König
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-26
can: softing: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
2022-02-24
can: softing: softing_netdev_open(): remove redundant ret variable
Minghao Chi
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
can: softing: softing_startstop(): fix set but not used variable warning
Marc Kleine-Budde
2022-01-08
can: softing_cs: softingcs_probe(): fix memleak on registration failure
Johan Hovold
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2021-05-27
can: softing: Remove redundant variable ptr
Jiapeng Chong
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-05
can: softing: softing_netdev_open(): fix error handling
Zhang Qilong
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-10-06
can: softing: softing_card_shutdown(): add braces around empty body in an 'i...
Marc Kleine-Budde
2020-09-21
can: softing: update dead link
Diego Elio Pettenò
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-07-05
net/can: using dev_get_drvdata directly
Fuqian Huang
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-03-26
drivers/net: Use octal not symbolic permissions
Joe Perches
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-01-24
can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...
Colin Ian King
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2015-01-20
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2014-10-20
net: can: softing: drop owner assignment from platform_drivers
Wolfram Sang
2014-08-18
net: can: use kbuild magic to inherit debug settings
Wolfram Sang
2014-04-25
can: softing: remove unused sysfs attributes
Kurt Van Dijck
2014-04-25
can: softing: drop 'channel' sysfs attribute
Kurt Van Dijck
2014-03-17
can: populate netdev::dev_id for udev discrimination
Christopher R. Baker
2014-03-17
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-17
can: Fix FSF address in file headers
Jeff Kirsher
2013-09-30
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
2013-09-24
can: Remove extern from function prototypes
Joe Perches
2013-09-21
can: softing: use dev_get_platdata()
Jingoo Han
2013-06-03
net: can: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-03-18
FIX: softingcs conversion to module_pcmcia_driver macro
Kurt Van Dijck
2013-03-15
softingcs: use module_pcmcia_driver
Kurt Van Dijck
2013-03-15
softingcs: initialize spinlock with macro
Kurt Van Dijck
2013-01-26
can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block
Marc Kleine-Budde
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
[next]