summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
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: Fix freeing of can device from peripherialsDan Murphy3-19/+33
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
2020-11-18can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong1-3/+5
2020-11-18can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp1-2/+6
2020-11-18can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol1-1/+5
2020-11-18can: rx-offload: don't call kfree_skb() from IRQ contextMarc Kleine-Budde1-2/+2
2020-11-05can: flexcan: disable clocks during stop modeJoakim Zhang1-10/+20
2020-10-29can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang1-6/+28
2020-10-29can: m_can_platform: don't call m_can_class_suspend in runtime suspendLucas Stach1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-11/+11
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-16can: peak_canfd: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada12-49/+49
2020-05-24net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2-2/+5
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-22slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-12net: slcan, slip -- no need for goto when if () will doPavel Machek1-5/+2
2020-03-04can: add missing attribute validation for terminationJakub Kicinski1-0/+1
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds5-5/+5
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe1-2/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-5/+5
2020-01-02can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber1-11/+10
2020-01-02can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold1-2/+2
2020-01-02can: kvaser_usb: fix interface sanity checkJohan Hovold2-2/+2
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1