aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing/softing_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-07-26can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-02-24can: softing: softing_netdev_open(): remove redundant ret variableMinghao Chi1-4/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-4/+4
2021-05-27can: softing: Remove redundant variable ptrJiapeng Chong1-2/+0
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2020-12-05can: softing: softing_netdev_open(): fix error handlingZhang Qilong1-2/+7
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-7/+7
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-10-06can: softing: softing_card_shutdown(): add braces around empty body in an 'if' statementMarc Kleine-Budde1-1/+2
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-07-05net/can: using dev_get_drvdata directlyFuqian Huang1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-12/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-10-20net: can: softing: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-25can: softing: remove unused sysfs attributesKurt Van Dijck1-4/+0
2014-04-25can: softing: drop 'channel' sysfs attributeKurt Van Dijck1-12/+4
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker1-0/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-21can: softing: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03can: remove __dev* attributesBill Pemberton1-6/+6
2012-07-17can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall1-1/+1
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-14/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28CAN: add controller hardware name for Softing cardsKurt Van Dijck1-0/+1
2011-01-21can: add driver for Softing cardKurt Van Dijck1-0/+893