summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2021-04-07can: tcan4x5x: fix max register valueSasha Levin1-1/+1
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel4-4/+12
2021-04-07can: dev: move driver related infrastructure into separate subdirMarc Kleine-Budde4-6/+8
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+1
2021-03-30can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun1-1/+1
2021-03-30can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun1-3/+0
2021-03-30can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2-24/+6
2021-03-30can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2
2021-03-30can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson1-0/+4
2021-03-30can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello1-1/+7
2021-03-30can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2021-03-17can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun1-3/+3
2021-03-17can: flexcan: invoke flexcan_chip_freeze() to enter freeze modeJoakim Zhang1-5/+7
2021-03-17can: flexcan: enable RX FIFO after FRZ/HALT validJoakim Zhang1-3/+7
2021-03-17can: flexcan: assert FRZ bit in flexcan_chip_freeze()Joakim Zhang1-1/+1
2021-02-04can: dev: prevent potential information leak in can_fill_info()Dan Carpenter1-1/+1
2021-01-27can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-27can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol1-2/+4
2021-01-27can: dev: can_restart: fix use after free bugVincent Mailhol1-2/+2
2021-01-17can: kvaser_pciefd: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-17can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde1-2/+0
2021-01-17can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde1-26/+0
2020-12-30can: m_can: m_can_config_endisable(): remove double clearing of clock stop re...Sean Nyekjaer1-4/+0
2020-12-30can: softing: softing_netdev_open(): fix error handlingZhang Qilong1-2/+7
2020-12-16can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma1-0/+2
2020-12-02can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde1-1/+1
2020-12-02can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...Marc Kleine-Budde1-1/+1
2020-12-02can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde1-61/+70
2020-11-24can: m_can: process interrupt only when not runtime suspendedJarkko Nikula1-0/+2
2020-11-24can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable(...Marc Kleine-Budde1-9/+9
2020-11-24can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson1-1/+1
2020-11-24can: kvaser_pciefd: Fix KCAN bittiming limitsJimmy Assarsson1-2/+2
2020-11-24can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas1-0/+3
2020-11-24can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy2-0/+7
2020-11-24can: m_can: m_can_handle_state_change(): fix state changeWu Bo1-2/+2
2020-11-24can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde1-2/+2
2020-11-24can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regm...Marc Kleine-Budde1-0/+4
2020-11-24can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra1-1/+2
2020-11-24can: flexcan: fix failure handling of pm_runtime_get_sync()Zhang Qilong1-2/+6
2020-11-24can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-24can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde1-2/+2
2020-11-24can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong1-5/+8
2020-11-24can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez1-1/+1
2020-11-18can: flexcan: flexcan_remove(): disable wakeup completelyJoakim Zhang1-0/+2
2020-11-18can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021AJoakim Zhang1-2/+1
2020-11-18can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean1-3/+8
2020-11-18can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean1-5/+46
2020-11-18can: peak_usb: add range checking in decode operationsDan Carpenter1-11/+37
2020-11-18can: xilinx_can: handle failure cases of pm_runtime_get_syncNavid Emamdoost1-3/+3