summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2022-09-14can: flexcan: Switch to use dev_err_probe() helperYang Yingliang
2022-09-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee
2022-09-05can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPRO...Christophe JAILLET
2022-09-05can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-09can: mcp251x: Fix race condition on receive interruptSebastian Würl
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-31can: can327: fix a broken link to DocumentationChristophe JAILLET
2022-07-29can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: kvaser_pciefd: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: mcp251xfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol
2022-07-28can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol
2022-07-28can: dev: add hardware TX timestampVincent Mailhol
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-28can: v(x)can: add software tx timestampsVincent Mailhol
2022-07-28can: slcan: add software tx timestampsVincent Mailhol
2022-07-28can: janz-ican3: add software tx timestampVincent Mailhol
2022-07-28can: can327: add software tx timestampsVincent Mailhol
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi
2022-07-28can: slcan: add support for listen-only modeDario Binacchi
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol
2022-07-27can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()Vincent Mailhol
2022-07-27can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol
2022-07-27can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol
2022-07-26can: etas_es58x: remove DRV_VERSIONVincent Mailhol
2022-07-26can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol