aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* 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
| * can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson2022-07-043-21/+38
| * can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson2022-07-043-148/+172
| * can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bitsMarc Kleine-Budde2022-07-041-2/+2
| * can: m_can: m_can_chip_config(): actually enable internal timestampingMarc Kleine-Budde2022-07-041-1/+3
| * can: grcan: grcan_probe(): remove extra of_node_get()Liang He2022-07-041-1/+0
| * can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman2022-07-041-2/+21
| * can: rcar_canfd: Fix data transmission failed on R-Car V3UDuy Nguyen2022-07-041-1/+4
| * Revert "can: xilinx_can: Limit CANFD brp to 2"Srinivas Neeli2022-07-041-2/+2
* | can: slcan: extend the protocol with CAN state infoDario Binacchi2022-07-031-1/+73
* | can: slcan: extend the protocol with error infoDario Binacchi2022-07-031-1/+139
* | can: slcan: add ethtool support to reset adapter errorsDario Binacchi2022-07-034-0/+120
* | can: slcan: move driver into separate sub directoryDario Binacchi2022-07-033-1/+7
* | can: slcan: send the open/close commands to the adapterDario Binacchi2022-07-031-2/+22
* | can: slcan: set bitrate by CAN device driver APIDario Binacchi2022-07-031-3/+38
* | can: slcan: allow to send commands to the adapterDario Binacchi2022-07-031-1/+45
* | can: slcan: use CAN network device driver APIDario Binacchi2022-07-032-62/+60
* | can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi2022-07-031-1/+2
* | can: slcan: use the alloc_can_skb() helperDario Binacchi2022-07-031-37/+33