summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2023-09-23can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-03-11can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus1-1/+3
2023-01-18can: mcba_usb: Fix termination command argumentYasushi SHOJI1-3/+7
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: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-09-28can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-25can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-08-25can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-25can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-08-25can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-08-25can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-25can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-08-25can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-07-21can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde1-2/+3
2022-07-12can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman1-2/+21
2022-07-12can: grcan: grcan_probe(): remove extra of_node_get()Liang He1-1/+0
2022-05-15can: grcan: only use the NAPI poll budget for RXAndreas Larsson1-15/+7
2022-05-15can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson1-5/+11
2022-05-12can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom1-2/+4
2022-05-12can: grcan: grcan_close(): fix deadlockDuoming Zhou1-0/+2
2022-04-27can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-16/+14
2022-04-20can: mcba_usb: properly check endpoint typePavel Skripkin1-10/+16
2022-04-20can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua1-1/+0
2022-04-20vxcan: enable local echo for sent CAN framesOliver Hartkopp1-1/+1
2022-04-20can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-1/+0
2022-03-23can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...Lad Prabhakar1-3/+3
2022-03-08can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-01-27can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang1-1/+6
2022-01-27can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde1-5/+6
2022-01-27can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-27can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-27can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2021-12-29can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-5/+36
2021-12-14can: m_can: Disable and ignore ELO interruptBrian Silverman1-8/+6
2021-12-14can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-12-14can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-10-27can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma1-5/+4
2021-10-27can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean1-3/+2
2021-10-27can: rcar_can: fix suspend/resumeYoshihiro Shimoda1-8/+12
2021-09-03can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje1-2/+2
2021-08-04can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter1-1/+1
2021-08-04can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-08-04can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-08-04can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-08-04can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2