aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
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
2019-07-24can: sja1000: f81601: add Fintek F81601 supportJi-Ze Hong (Peter Hong)
2019-07-24can: sja1000: Makefile/Kconfig: sort alphabeticallyMarc Kleine-Budde
2019-07-05net/can: using dev_get_drvdata directlyFuqian Huang
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07can: flexcan: Remove unneeded registration messageFabio Estevam
2019-06-07can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev
2019-06-07can: mcp251x: add support for mcp25625Sean Nyekjaer
2019-06-07can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula
2019-06-07can: flexcan: fix timeout when set small bitrateJoakim Zhang
2019-06-07can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-07peak_usb: fix clang build warningArnd Bergmann
2019-01-22can: flexcan: fix NULL pointer exception during bringupUwe Kleine-König
2019-01-22can: flexcan: fix 'passing zero to ERR_PTR()' warningYueHaibing