summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing/softing_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-201-7/+7
* | 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: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-4/+4
* 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-051-12/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* 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
* 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-171-2/+1
* can: softing: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* can: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall2012-07-171-1/+1
* net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin2011-11-291-14/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* | net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
|/
* CAN: add controller hardware name for Softing cardsKurt Van Dijck2011-02-281-0/+1
* can: add driver for Softing cardKurt Van Dijck2011-01-211-0/+893