summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
...
* | can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
* | can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
* | can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+4
* | can: etas_es58x: remove DRV_VERSIONVincent Mailhol2022-07-261-5/+2
* | can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol2022-07-261-4/+3
* | can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* | can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-3/+3
* | can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* | can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: can327: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: mcp251xfd: mcp251xfd_dump(): fix commentMarc Kleine-Budde2022-07-261-1/+1
* | Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-07-211-1/+1
|\ \
| * | can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol2022-07-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-212-5/+14
|\ \ \ | |/ / |/| |
| * | can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He2022-07-201-0/+1
| * | can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde2022-07-201-5/+13
* | | can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-2024-18/+36
* | | can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4
* | | can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-2/+4
* | | can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-4/+8
* | | can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-5/+4
* | | can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-2/+3
* | | can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-7/+5
* | | can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4
* | | can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-4/+4
* | | can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+3
* | | can: peak_usb: include support for a new MCUStephane Grosjean2022-07-191-10/+58
* | | can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2022-07-192-2/+2
* | | can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2022-07-192-2/+2
* | | can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.Pavel Pisa2022-07-191-4/+28
* | | can: c_can: remove wrong commentDario Binacchi2022-07-191-1/+0
* | | can: slcan: do not sleep with a spin lock heldDario Binacchi2022-07-191-4/+3
* | | can: sja1000: Change the return type as void for SoC specific initBiju Das2022-07-191-9/+4
* | | can: sja1000: Use device_get_match_data to get device dataBiju Das2022-07-191-5/+2
* | | can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2022-07-192-4/+7
* | | can: slcan: clean up if/elseMarc Kleine-Budde2022-07-191-7/+6
* | | can: slcan: convert comparison to NULL into !valMarc Kleine-Budde2022-07-191-8/+7
* | | can: slcan: fix whitespace issuesMarc Kleine-Budde2022-07-191-5/+5
* | | can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde2022-07-191-1/+1
* | | can: slcan: convert comments to network style commentsMarc Kleine-Budde2022-07-191-31/+24
* | | can: slcan: use scnprintf() as a hardening measureDan Carpenter2022-07-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-0711-212/+290
|\| |
| * | can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde2022-07-041-1/+2
| * | can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...Marc Kleine-Budde2022-07-041-1/+1
| * | can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde2022-07-041-0/+1
| * | can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...Thomas Kopp2022-07-041-6/+3
| * | can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...Thomas Kopp2022-07-041-5/+8
| * | can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson2022-07-043-35/+47