summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ifi_canfd
Commit message (Expand)AuthorAgeFilesLines
* can: Explicitly include correct DT includes, part 2Rob Herring2023-07-281-1/+0
* can: ifi_canfd: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-2/+2
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-9/+0
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+3
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-5/+0
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2020-11-201-2/+2
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-2/+2
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-231-1/+4
* can: ifi: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-111-3/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: ifi: Repair the error handlingMarek Vasut2018-03-121-27/+37
* can: ifi: Check core revision upon probeMarek Vasut2018-03-121-1/+10
* can: ifi: Fix transmitter delay calculationMarek Vasut2017-11-101-3/+3
* can: ifi: use correct register to read rx statusMarkus Marb2017-04-041-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: can: ifi: Configure transmitter delayMarek Vasut2016-09-211-1/+10
* can: ifi: Add more detailed error reportingMarek Vasut2016-05-091-6/+107
* can: ifi: Increment TX counters only on real transmissionMarek Vasut2016-05-091-2/+4
* can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut2016-05-091-2/+3
* can: ifi: Unify timing constantsMarek Vasut2016-05-091-13/+1
* can: ifi: Update timing configuration codeMarek Vasut2016-05-091-33/+21
* can: ifi: Start NAPI poll on bus warning tooMarek Vasut2016-05-091-2/+3
* can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut2016-03-101-2/+29
* can: ifi: Fix RX and TX ID maskMarek Vasut2016-03-101-4/+4
* can: ifi: Fix TX DLC configurationMarek Vasut2016-03-101-8/+6
* can: ifi: Fix clock generator configurationMarek Vasut2016-03-101-21/+23
* can: ifi: Add IFI CANFD IP supportMarek Vasut2016-02-203-0/+930