summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ifi_canfd
AgeCommit message (Expand)AuthorLines
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol-5/+5
2024-11-26can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors statisticsDario Binacchi-18/+40
2024-09-11can: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring-1/+0
2023-05-15can: ifi_canfd: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-11-07can: dev: fix skb drop checkOliver Hartkopp-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol-0/+6
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol-2/+2
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp-9/+0
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol-3/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol-5/+0
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol-1/+1
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp-2/+2
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang-1/+4
2019-11-11can: ifi: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-03-12can: ifi: Repair the error handlingMarek Vasut-27/+37
2018-03-12can: ifi: Check core revision upon probeMarek Vasut-1/+10
2017-11-10can: ifi: Fix transmitter delay calculationMarek Vasut-3/+3
2017-04-04can: ifi: use correct register to read rx statusMarkus Marb-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-09-21net: can: ifi: Configure transmitter delayMarek Vasut-1/+10
2016-05-09can: ifi: Add more detailed error reportingMarek Vasut-6/+107
2016-05-09can: ifi: Increment TX counters only on real transmissionMarek Vasut-2/+4
2016-05-09can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut-2/+3
2016-05-09can: ifi: Unify timing constantsMarek Vasut-13/+1
2016-05-09can: ifi: Update timing configuration codeMarek Vasut-33/+21
2016-05-09can: ifi: Start NAPI poll on bus warning tooMarek Vasut-2/+3
2016-03-10can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut-2/+29
2016-03-10can: ifi: Fix RX and TX ID maskMarek Vasut-4/+4
2016-03-10can: ifi: Fix TX DLC configurationMarek Vasut-8/+6
2016-03-10can: ifi: Fix clock generator configurationMarek Vasut-21/+23
2016-02-20can: ifi: Add IFI CANFD IP supportMarek Vasut-0/+930