summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: cc770: Fix use after free in cc770_tx_interrupt()Andri Yngvason2018-04-081-3/+2
* can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason2018-04-082-28/+68
* can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason2018-04-081-15/+0
* Revert "can: kvaser_usb: free buf in error paths"Greg Kroah-Hartman2018-01-171-2/+0
* can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger2018-01-171-1/+1
* can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson2017-12-161-3/+4
* can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson2017-12-161-1/+1
* can: kvaser_usb: free buf in error pathsJimmy Assarsson2017-12-161-0/+2
* can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2017-11-152-2/+0
* can: kvaser_usb: Correct return value in printoutJimmy Assarsson2017-11-021-1/+2
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-271-1/+1
* can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-271-8/+2
* can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde2017-06-261-0/+2
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-12-231-10/+17
* can: flexcan: fix resume functionFabio Estevam2016-10-051-5/+8
* can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp2016-07-121-0/+6
* can: fix handling of unmodifiable configuration options fixOliver Hartkopp2016-07-121-0/+3
* can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger2016-07-121-2/+3
* can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-07-121-7/+31
* can: fix handling of unmodifiable configuration optionsOliver Hartkopp2016-06-032-5/+53
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider2016-03-201-13/+11
* can: ems_usb: Fix possible tx overflowGerhard Uttenthaler2016-03-081-4/+10
* Revert "can: fix loss of CAN frames in raw_rcv"Sasha Levin2015-08-043-9/+0
* can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-07-123-0/+9
* can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner2015-04-241-3/+8
* can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-281-5/+23
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-281-0/+8
* can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-02-051-0/+4
* can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish2015-02-051-4/+3
* can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish2015-02-051-2/+10
* can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish2015-02-051-1/+1
* can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish2015-02-051-6/+1
* can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-291-0/+5
* can: dev: fix crtlmode_supported checkOliver Hartkopp2015-01-291-2/+6
* can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-271-3/+4
* can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-271-0/+3
* can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-01-271-6/+4
* can: peak_usb: fix memset() usageStephane Grosjean2015-01-161-2/+1
* can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean2015-01-161-7/+10
* can: m_can: update to support CAN FD featuresDong Aisheng2014-11-181-43/+134
* can: m_can: fix incorrect error messagesDong Aisheng2014-11-181-3/+3
* can: m_can: add missing delay after setting CCCR_INIT bitDong Aisheng2014-11-181-0/+1
* can: m_can: fix not set can_dlc for remote frameDong Aisheng2014-11-181-3/+4
* can: m_can: fix possible sleep in napi pollDong Aisheng2014-11-181-5/+15
* can: m_can: add missing message RAM initializationDong Aisheng2014-11-181-1/+10
* can: m_can: add CONFIG_HAS_IOMEM dependenceDavid Cohen2014-11-181-0/+1