summaryrefslogtreecommitdiff
path: root/drivers/net/can/grcan.c
AgeCommit message (Expand)Author
2023-07-19can: Explicitly include correct DT includesRob Herring
2023-05-15can: grcan: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-04can: grcan: grcan_probe(): remove extra of_node_get()Liang He
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski
2022-04-29can: grcan: only use the NAPI poll budget for RXAndreas Larsson
2022-04-29can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson
2022-04-29can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom
2022-04-29can: grcan: grcan_close(): fix deadlockDuoming Zhou
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-09-21can: grcan: fix spelling mistake "buss" -> "bus"Colin Ian King
2019-11-11can: grcan: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: can: use setup_timer() helper.Allen Pais
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2015-07-15can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde
2015-03-17can: constify of_device_id arrayFabian Frederick
2014-10-20net: can: drop owner assignment from platform_driversWolfram Sang
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2013-10-09drivers: remove unnecessary prom.h includesRob Herring
2013-06-03net: can: use platform_{get,set}_drvdata()Jingoo Han
2013-05-16drivers: net: can: grcan: use devm_ioremap_resource()Laurent Navet
2012-12-03can: remove __dev* attributesBill Pemberton
2012-11-15can: grcan: Add device driver for GRCAN and GRHCAN coresAndreas Larsson