aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/grcan.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-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-07-04can: grcan: grcan_probe(): remove extra of_node_get()Liang He1-1/+0
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-04-29can: grcan: only use the NAPI poll budget for RXAndreas Larsson1-15/+7
2022-04-29can: grcan: grcan_probe(): fix broken system id check for errata workaround needsAndreas Larsson1-5/+11
2022-04-29can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom1-2/+4
2022-04-29can: grcan: grcan_close(): fix deadlockDuoming Zhou1-0/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-15/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-3/+3
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
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-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-5/+5
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-1/+1
2020-09-21can: grcan: fix spelling mistake "buss" -> "bus"Colin Ian King1-1/+1
2019-11-11can: grcan: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook1-11/+8
2017-09-21drivers: net: can: use setup_timer() helper.Allen Pais1-6/+4
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2015-07-15can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+2
2015-03-17can: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20net: can: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2013-10-09drivers: remove unnecessary prom.h includesRob Herring1-3/+0
2013-06-03net: can: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-05-16drivers: net: can: grcan: use devm_ioremap_resource()Laurent Navet1-4/+3
2012-12-03can: remove __dev* attributesBill Pemberton1-4/+4
2012-11-15can: grcan: Add device driver for GRCAN and GRHCAN coresAndreas Larsson1-0/+1756