aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sun4i_can.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-20can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-7/+0
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-4/+1
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-4/+6
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-5/+2
2021-12-08can: sun4i_can: add support for R40 CAN controllerEvgeny Boger1-2/+60
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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2020-11-30can: sun4i_can: sun4i_can_err(): don't count arbitration lose as an errorJeroen Hofstee1-1/+0
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-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang1-1/+1
2019-11-11can: sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2018-07-27can: sun4i: fix sun4ican_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2017-11-10can: sun4i: handle overrun in RX FIFOGerhard Bertelsmann1-2/+10
2017-10-24can: sun4i: fix loopback modeGerhard Bertelsmann1-2/+1
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp1-1/+0
2015-10-13can: sun4i: fix MODULE_DESCRIPTIONGerhard Bertelsmann1-1/+1
2015-10-13can: sun4i: fix arbitration lost error reportingGerhard Bertelsmann1-1/+1
2015-09-17can: Allwinner A10/A20 CAN Controller support - Kernel moduleGerhard Bertelsmann1-0/+857