aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ifi_canfd/ifi_canfd.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-05-15can: ifi_canfd: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
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-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
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: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp
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-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang
2019-11-11can: ifi: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2018-03-12can: ifi: Repair the error handlingMarek Vasut
2018-03-12can: ifi: Check core revision upon probeMarek Vasut
2017-11-10can: ifi: Fix transmitter delay calculationMarek Vasut
2017-04-04can: ifi: use correct register to read rx statusMarkus Marb
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-09-21net: can: ifi: Configure transmitter delayMarek Vasut
2016-05-09can: ifi: Add more detailed error reportingMarek Vasut
2016-05-09can: ifi: Increment TX counters only on real transmissionMarek Vasut
2016-05-09can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut
2016-05-09can: ifi: Unify timing constantsMarek Vasut
2016-05-09can: ifi: Update timing configuration codeMarek Vasut
2016-05-09can: ifi: Start NAPI poll on bus warning tooMarek Vasut
2016-03-10can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut
2016-03-10can: ifi: Fix RX and TX ID maskMarek Vasut
2016-03-10can: ifi: Fix TX DLC configurationMarek Vasut
2016-03-10can: ifi: Fix clock generator configurationMarek Vasut
2016-02-20can: ifi: Add IFI CANFD IP supportMarek Vasut