summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing
Commit message (Expand)AuthorAgeFilesLines
* can: softing: remove redundant NULL checkDaniil Dulov2024-02-121-1/+1
* can: softing: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-3/+2
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* can: softing: softing_netdev_open(): remove redundant ret variableMinghao Chi2022-02-241-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-092-6/+7
|\
| * can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde2022-01-091-5/+6
| * can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold2022-01-081-1/+1
* | can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-4/+4
|/
* can: softing: Remove redundant variable ptrJiapeng Chong2021-05-271-2/+0
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+7
|\
| * can: softing: softing_netdev_open(): fix error handlingZhang Qilong2020-12-051-2/+7
* | can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-202-8/+8
* | can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
|/
* can: softing: softing_card_shutdown(): add braces around empty body in an 'i...Marc Kleine-Budde2020-10-061-1/+2
* can: softing: update dead linkDiego Elio Pettenò2020-09-211-1/+1
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-214-11/+11
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* net/can: using dev_get_drvdata directlyFuqian Huang2019-07-051-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner2019-06-053-36/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...Colin Ian King2017-01-241-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-3/+3
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* net: can: softing: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: can: use kbuild magic to inherit debug settingsWolfram Sang2014-08-181-2/+0
* can: softing: remove unused sysfs attributesKurt Van Dijck2014-04-251-4/+0
* can: softing: drop 'channel' sysfs attributeKurt Van Dijck2014-04-251-12/+4
* can: populate netdev::dev_id for udev discriminationChristopher R. Baker2014-03-171-0/+1
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* can: Fix FSF address in file headersJeff Kirsher2013-12-173-6/+3
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-09-301-1/+1
|\
| * can: softing: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
* | can: Remove extern from function prototypesJoe Perches2013-09-241-12/+12
|/
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* FIX: softingcs conversion to module_pcmcia_driver macroKurt Van Dijck2013-03-181-1/+1
* softingcs: use module_pcmcia_driverKurt Van Dijck2013-03-151-12/+1
* softingcs: initialize spinlock with macroKurt Van Dijck2013-03-151-2/+1
* can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde2013-01-261-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-3/+2
* can: remove __dev* attributesBill Pemberton2012-12-032-11/+11
* can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov2012-08-241-3/+4