summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2019-08-13can: vcan: introduce pr_fmt and make use of itMarc Kleine-Budde
2019-08-13can: vcan: remove unnecessary blank linesMarc Kleine-Budde
2019-08-13can: vcan: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculationSrinivas Neeli
2019-08-13can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...Appana Durga Kedareswara rao
2019-08-13can: xilinx_can: fix the data update logic for CANFD FD framesAppana Durga Kedareswara rao
2019-08-13can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX pathAppana Durga Kedareswara rao
2019-08-13can: xilinx_can: xcan_probe(): skip error message on deferred probeVenkatesh Yadav Abbarapu
2019-08-13can: xilinx_can: xcan_chip_start(): fix failure with invalid busAnssi Hannula
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing
2019-08-13can: kvaser_pciefd: Remove unused including <linux/version.h>YueHaibing
2019-08-13can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when se...Christer Beskow
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-02can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli
2019-08-02can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang
2019-08-02can: sja1000: force the string buffer NULL-terminatedWang Xiayang
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean
2019-07-24can: flexcan: fix stop mode acknowledgmentJoakim Zhang
2019-07-24can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang
2019-07-24can: mcp251x: add error check when wq alloc failedWeitao Hou
2019-07-24can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko
2019-07-24can: dev: call netif_carrier_off() in register_candev()Rasmus Villemoes
2019-07-24can: ti_hecc: use timestamp based rx-offloadingJeroen Hofstee
2019-07-24can: flexcan: add support for DT property 'wakeup-source'Sean Nyekjaer
2019-07-24can: flexcan: add support for PE clock source selectDong Aisheng
2019-07-24can: flexcan: implement can Runtime PMAisheng Dong
2019-07-24can: xilinx_can: clean up indentation issueColin Ian King
2019-07-24can: xilinx_can: Add support for CANFD FD framesAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Add cantype parameter in xcan_devtype_data structAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix flags field initialization for axi can and canpsAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix kernel doc warningsAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix style issuesAppana Durga Kedareswara rao
2019-07-24can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy
2019-07-24can: m_can: Rename m_can_priv to m_can_classdevDan Murphy
2019-07-24can: m_can: Create a m_can platform frameworkDan Murphy
2019-07-24can: m_can: Fix checkpatch issues on existing codeDan Murphy
2019-07-24can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-24can: kvaser_pciefd: Add driver for Kvaser PCIEcan devicesHenning Colliander
2019-07-24can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva