summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2024-07-27can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni1-1/+1
2024-07-18can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson1-0/+1
2023-11-20can: dev: can_restart(): fix race condition between controller restart and ne...Marc Kleine-Budde1-3/+4
2023-11-20can: dev: can_restart(): don't crash kernel if carrier is OKMarc Kleine-Budde1-1/+2
2023-09-19can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-6/+1
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-05-30can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson1-0/+2
2023-05-30can: kvaser_pciefd: Do not send EFLUSH command on TFD interruptJimmy Assarsson1-17/+4
2023-05-30can: kvaser_pciefd: Clear listen-only bit if not explicitly requestedJimmy Assarsson1-0/+2
2023-05-30can: kvaser_pciefd: Empty SRB buffer in probeJimmy Assarsson1-0/+15
2023-05-30can: kvaser_pciefd: Call request_irq() before enabling interruptsJimmy Assarsson1-5/+5
2023-05-30can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()Jimmy Assarsson1-0/+1
2023-03-11can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus1-1/+3
2023-02-25can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde1-9/+24
2023-01-14can: tcan4x5x: Remove invalid write in clear_interruptsMarkus Schneider-Pargmann1-5/+0
2023-01-14can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson4-41/+284
2023-01-14can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson3-31/+27
2023-01-14can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula1-3/+3
2023-01-14can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula1-0/+4
2023-01-14can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula3-3/+81
2023-01-14can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula1-12/+8
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson1-0/+99
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson1-19/+19
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson1-1/+143
2023-01-14can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2022-12-19can: mcba_usb: Fix termination command argumentYasushi SHOJI1-3/+7
2022-12-14can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-12-08can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong1-4/+6
2022-12-08can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong1-4/+6
2022-11-03can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...Biju Das1-2/+4
2022-11-03can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu1-1/+4
2022-11-03can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-11-03can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula2-4/+4
2022-10-26can: kvaser_usb_leaf: Fix CAN state after restartAnssi Hannula1-0/+2
2022-10-26can: kvaser_usb_leaf: Fix TX queue out of sync after restartAnssi Hannula3-1/+5
2022-10-26can: kvaser_usb_leaf: Fix overread with an invalid commandAnssi Hannula1-0/+75
2022-10-26can: kvaser_usb: Fix use of uninitialized completionAnssi Hannula2-1/+2
2022-09-28can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-28can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde1-5/+5
2022-08-25can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-21can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-08-21can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-08-21can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-08-21can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-08-21can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-08-21can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4