summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2024-09-11can: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-02-12can: softing: remove redundant NULL checkDaniil Dulov-1/+1
2023-05-15can: softing: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2022-11-07can: dev: fix skb drop checkOliver Hartkopp-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol-0/+6
2022-07-26can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol-2/+2
2022-02-24can: softing: softing_netdev_open(): remove redundant ret variableMinghao Chi-4/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+7
2022-01-09can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde-5/+6
2022-01-08can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold-1/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol-4/+4
2021-05-27can: softing: Remove redundant variable ptrJiapeng Chong-2/+0
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+7
2020-12-05can: softing: softing_netdev_open(): fix error handlingZhang Qilong-2/+7
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp-8/+8
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp-1/+1
2020-10-06can: softing: softing_card_shutdown(): add braces around empty body in an 'i...Marc Kleine-Budde-1/+2
2020-09-21can: softing: update dead linkDiego Elio Pettenò-1/+1
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde-11/+11
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-07-05net/can: using dev_get_drvdata directlyFuqian Huang-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner-36/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-01-24can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...Colin Ian King-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-3/+3
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason-0/+1
2014-10-20net: can: softing: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-08-18net: can: use kbuild magic to inherit debug settingsWolfram Sang-2/+0
2014-04-25can: softing: remove unused sysfs attributesKurt Van Dijck-4/+0
2014-04-25can: softing: drop 'channel' sysfs attributeKurt Van Dijck-12/+4
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker-0/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-17can: Fix FSF address in file headersJeff Kirsher-6/+3
2013-09-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller-1/+1
2013-09-24can: Remove extern from function prototypesJoe Perches-12/+12
2013-09-21can: softing: use dev_get_platdata()Jingoo Han-1/+1
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han-1/+1
2013-03-18FIX: softingcs conversion to module_pcmcia_driver macroKurt Van Dijck-1/+1
2013-03-15softingcs: use module_pcmcia_driverKurt Van Dijck-12/+1
2013-03-15softingcs: initialize spinlock with macroKurt Van Dijck-2/+1