summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-112-4/+16
|\
| * can: mcp251x: Fix race condition on receive interruptSebastian Würl2022-08-091-3/+15
| * can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde2022-08-091-1/+1
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+1
|\ \
| * | powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-1/+1
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-10/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-10/+1
| |/
* | can: can327: fix a broken link to DocumentationChristophe JAILLET2022-07-311-1/+1
* | can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol2022-07-291-8/+3
* | can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-285-0/+45
* | can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+48
* | can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-2/+26
* | can: kvaser_pciefd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+7
* | can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-1/+8
* | can: mcp251xfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-0/+2
* | can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol2022-07-281-0/+29
* | can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol2022-07-281-0/+21
* | can: dev: add hardware TX timestampVincent Mailhol2022-07-281-0/+6
* | can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-2830-0/+159
* | can: v(x)can: add software tx timestampsVincent Mailhol2022-07-282-0/+4
* | can: slcan: add software tx timestampsVincent Mailhol2022-07-281-0/+2
* | can: janz-ican3: add software tx timestampVincent Mailhol2022-07-281-0/+2
* | can: can327: add software tx timestampsVincent Mailhol2022-07-281-0/+2
* | MAINTAINERS: Add maintainer for the slcan driverDario Binacchi2022-07-281-0/+1
* | can: slcan: add support for listen-only modeDario Binacchi2022-07-281-4/+15
* | can: slcan: use the generic can_change_mtu()Dario Binacchi2022-07-281-6/+1
* | can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi2022-07-281-53/+56
* | can: slcan: remove legacy infrastructureDario Binacchi2022-07-281-255/+63
* | can: slcan: remove useless header inclusionsDario Binacchi2022-07-281-3/+0
* | can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol2022-07-281-6/+8
* | can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
* | can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
* | can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+4
* | can: etas_es58x: remove DRV_VERSIONVincent Mailhol2022-07-261-5/+2
* | can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol2022-07-261-4/+3
* | can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* | can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-3/+3
* | can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* | can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: can327: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* | can: mcp251xfd: mcp251xfd_dump(): fix commentMarc Kleine-Budde2022-07-261-1/+1
* | Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-07-211-1/+1
|\ \
| * | can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol2022-07-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-212-5/+14
|\ \ \ | |/ / |/| |
| * | can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He2022-07-201-0/+1
| * | can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde2022-07-201-5/+13
* | | can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-2024-18/+36
* | | can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4