aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/can/ifi_canfd/ifi_canfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring1-1/+0
2023-05-15can: ifi_canfd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-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-2/+2
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-9/+0
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-3/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-5/+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-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-2/+2
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/+4
2019-11-11can: ifi: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2018-03-12can: ifi: Repair the error handlingMarek Vasut1-27/+37
2018-03-12can: ifi: Check core revision upon probeMarek Vasut1-1/+10
2017-11-10can: ifi: Fix transmitter delay calculationMarek Vasut1-3/+3
2017-04-04can: ifi: use correct register to read rx statusMarkus Marb1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-09-21net: can: ifi: Configure transmitter delayMarek Vasut1-1/+10
2016-05-09can: ifi: Add more detailed error reportingMarek Vasut1-6/+107
2016-05-09can: ifi: Increment TX counters only on real transmissionMarek Vasut1-2/+4
2016-05-09can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut1-2/+3
2016-05-09can: ifi: Unify timing constantsMarek Vasut1-13/+1
2016-05-09can: ifi: Update timing configuration codeMarek Vasut1-33/+21
2016-05-09can: ifi: Start NAPI poll on bus warning tooMarek Vasut1-2/+3
2016-03-10can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut1-2/+29
2016-03-10can: ifi: Fix RX and TX ID maskMarek Vasut1-4/+4
2016-03-10can: ifi: Fix TX DLC configurationMarek Vasut1-8/+6
2016-03-10can: ifi: Fix clock generator configurationMarek Vasut1-21/+23
2016-02-20can: ifi: Add IFI CANFD IP supportMarek Vasut1-0/+917