summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2022-09-21can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-21can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde1-5/+5
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp2-10/+10
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-18/+54
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2-1/+11
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp2-9/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-8/+10
2022-09-14can: flexcan: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington1-7/+186
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde1-11/+11
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui1-5/+2
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui1-5/+1
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee1-10/+10
2022-09-05can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPRO...Christophe JAILLET1-16/+10
2022-09-05can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde2-38/+38
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde1-1/+1
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+16
2022-08-09can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-10/+1
2022-07-31can: can327: fix a broken link to DocumentationChristophe JAILLET1-1/+1
2022-07-29can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol1-8/+3
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol5-0/+45
2022-07-28can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-0/+48
2022-07-28can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2-2/+26
2022-07-28can: kvaser_pciefd: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-0/+7
2022-07-28can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-1/+8
2022-07-28can: mcp251xfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2-0/+2
2022-07-28can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol1-0/+29
2022-07-28can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol1-0/+21
2022-07-28can: dev: add hardware TX timestampVincent Mailhol1-0/+6
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol30-0/+159
2022-07-28can: v(x)can: add software tx timestampsVincent Mailhol2-0/+4
2022-07-28can: slcan: add software tx timestampsVincent Mailhol1-0/+2
2022-07-28can: janz-ican3: add software tx timestampVincent Mailhol1-0/+2
2022-07-28can: can327: add software tx timestampsVincent Mailhol1-0/+2
2022-07-28MAINTAINERS: Add maintainer for the slcan driverDario Binacchi1-0/+1
2022-07-28can: slcan: add support for listen-only modeDario Binacchi1-4/+15
2022-07-28can: slcan: use the generic can_change_mtu()Dario Binacchi1-6/+1
2022-07-28can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi1-53/+56
2022-07-28can: slcan: remove legacy infrastructureDario Binacchi1-255/+63
2022-07-28can: slcan: remove useless header inclusionsDario Binacchi1-3/+0
2022-07-28can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol1-6/+8
2022-07-27can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()Vincent Mailhol3-8/+3
2022-07-27can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol3-8/+3
2022-07-27can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol3-8/+4