summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
...
* can: flexcan: enable RX FIFO after FRZ/HALT validJoakim Zhang2021-03-171-3/+7
* can: flexcan: assert FRZ bit in flexcan_chip_freeze()Joakim Zhang2021-03-171-1/+1
* can: dev: prevent potential information leak in can_fill_info()Dan Carpenter2021-02-031-1/+1
* can: peak_usb: fix use after free bugsVincent Mailhol2021-01-271-4/+4
* can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol2021-01-271-2/+4
* can: dev: can_restart: fix use after free bugVincent Mailhol2021-01-271-2/+2
* can: kvaser_pciefd: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde2021-01-171-2/+0
* can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde2021-01-171-26/+0
* can: m_can: m_can_config_endisable(): remove double clearing of clock stop re...Sean Nyekjaer2020-12-301-4/+0
* can: softing: softing_netdev_open(): fix error handlingZhang Qilong2020-12-301-2/+7
* can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0Pankaj Sharma2020-12-161-0/+2
* can: m_can: fix nominal bitiming tseg2 min for version >= 3.1Marc Kleine-Budde2020-12-021-1/+1
* can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_i...Marc Kleine-Budde2020-12-021-1/+1
* can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde2020-12-021-61/+70
* can: m_can: process interrupt only when not runtime suspendedJarkko Nikula2020-11-241-0/+2
* can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable(...Marc Kleine-Budde2020-11-241-9/+9
* can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson2020-11-241-1/+1
* can: kvaser_pciefd: Fix KCAN bittiming limitsJimmy Assarsson2020-11-241-2/+2
* can: m_can: m_can_stop(): set device to software init mode before closingFaiz Abbas2020-11-241-0/+3
* can: m_can: m_can_class_free_dev(): introduce new functionDan Murphy2020-11-242-0/+7
* can: m_can: m_can_handle_state_change(): fix state changeWu Bo2020-11-241-2/+2
* can: tcan4x5x: tcan4x5x_can_remove(): fix order of deregistrationMarc Kleine-Budde2020-11-241-2/+2
* can: tcan4x5x: tcan4x5x_can_probe(): add missing error checking for devm_regm...Marc Kleine-Budde2020-11-241-0/+4
* can: tcan4x5x: replace depends on REGMAP_SPI with depends on SPIEnric Balletbo i Serra2020-11-241-1/+2
* can: flexcan: fix failure handling of pm_runtime_get_sync()Zhang Qilong2020-11-241-2/+6
* can: peak_usb: fix potential integer overflow on shift of a intColin Ian King2020-11-241-2/+2
* can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde2020-11-241-2/+2
* can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong2020-11-241-5/+8
* can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez2020-11-241-1/+1
* can: flexcan: flexcan_remove(): disable wakeup completelyJoakim Zhang2020-11-181-0/+2
* can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021AJoakim Zhang2020-11-181-2/+1
* can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean2020-11-181-3/+8
* can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean2020-11-181-5/+46
* can: peak_usb: add range checking in decode operationsDan Carpenter2020-11-181-11/+37
* can: xilinx_can: handle failure cases of pm_runtime_get_syncNavid Emamdoost2020-11-181-3/+3
* can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong2020-11-181-3/+5
* can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp2020-11-181-2/+6
* can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol2020-11-181-1/+5
* can: rx-offload: don't call kfree_skb() from IRQ contextMarc Kleine-Budde2020-11-181-2/+2
* can: flexcan: disable clocks during stop modeJoakim Zhang2020-11-051-10/+20
* can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang2020-10-291-6/+28
* can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach2020-10-291-2/+0
* slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe2020-04-131-3/+1
* slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp2020-04-011-0/+3
* can: add missing attribute validation for terminationJakub Kicinski2020-03-181-0/+1
* can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer2020-02-011-1/+26
* can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2020-01-291-2/+10
* can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber2020-01-141-11/+10
* can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...Sean Nyekjaer2020-01-141-0/+4