summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/grcan.c
Commit message (Expand)AuthorAgeFilesLines
* can: grcan: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+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: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: grcan: grcan_probe(): remove extra of_node_get()Liang He2022-07-041-1/+0
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+1
* can: grcan: only use the NAPI poll budget for RXAndreas Larsson2022-04-291-15/+7
* can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson2022-04-291-5/+11
* can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom2022-04-291-2/+4
* can: grcan: grcan_close(): fix deadlockDuoming Zhou2022-04-291-0/+2
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-15/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+3
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
* 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
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-5/+5
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-1/+1
* can: grcan: fix spelling mistake "buss" -> "bus"Colin Ian King2020-09-211-1/+1
* can: grcan: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-111-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* drivers/net: can: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+8
* drivers: net: can: use setup_timer() helper.Allen Pais2017-09-211-6/+4
* docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
* can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-1/+2
* can: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: can: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* drivers: remove unnecessary prom.h includesRob Herring2013-10-091-3/+0
* net: can: use platform_{get,set}_drvdata()Jingoo Han2013-06-031-3/+2
* drivers: net: can: grcan: use devm_ioremap_resource()Laurent Navet2013-05-161-4/+3
* can: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* can: grcan: Add device driver for GRCAN and GRHCAN coresAndreas Larsson2012-11-151-0/+1756