summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-20can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean
2022-07-19can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.Pavel Pisa
2022-07-19can: c_can: remove wrong commentDario Binacchi
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde
2022-07-19can: slcan: fix whitespace issuesMarc Kleine-Budde
2022-07-19can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde
2022-07-19can: slcan: convert comments to network style commentsMarc Kleine-Budde
2022-07-19can: slcan: use scnprintf() as a hardening measureDan Carpenter
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...Marc Kleine-Budde
2022-07-04can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...Thomas Kopp
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...Thomas Kopp
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson
2022-07-04can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson
2022-07-04can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bitsMarc Kleine-Budde
2022-07-04can: m_can: m_can_chip_config(): actually enable internal timestampingMarc Kleine-Budde
2022-07-04can: grcan: grcan_probe(): remove extra of_node_get()Liang He
2022-07-04can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman
2022-07-04can: rcar_canfd: Fix data transmission failed on R-Car V3UDuy Nguyen
2022-07-04Revert "can: xilinx_can: Limit CANFD brp to 2"Srinivas Neeli
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi