summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde2017-06-051-6/+3
* can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov2017-03-161-4/+12
* can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón2017-03-161-0/+1
* can: peak: fix bad memory access and free sequence추지호2017-02-231-2/+4
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-11-201-10/+17
* can: flexcan: fix resume functionFabio Estevam2016-11-201-5/+8
* can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp2016-08-221-0/+6
* can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger2016-08-221-2/+3
* can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-08-221-7/+31
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider2016-03-241-13/+11
* can: ems_usb: Fix possible tx overflowGerhard Uttenthaler2016-03-081-4/+10
* can: sja1000: clear interrupts on startMirza Krak2016-01-051-0/+3
* can: Use correct type in sizeof() in nla_put()Marek Vasut2015-12-131-1/+1
* can: mcp251x: fix resume when device is downStefan Agner2015-08-111-7/+6
* can: rcar_can: print signed IRQ #Sergei Shtylyov2015-08-101-2/+2
* can: rcar_can: fix IRQ checkSergei Shtylyov2015-08-101-1/+2
* net: can: xilinx_can: fix extended frame handlingJeppe Ledet-Pedersen2015-05-281-3/+4
* can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner2015-04-131-3/+8
* can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish2015-03-301-32/+51
* can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-231-5/+23
* can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish2015-03-231-12/+8
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-231-0/+8
* can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish2015-02-041-4/+3
* can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish2015-02-041-2/+10
* can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish2015-02-041-1/+1
* can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish2015-02-041-6/+1
* can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-02-041-0/+4
* can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-02-041-3/+4
* can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-02-041-0/+3
* can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-02-041-6/+4
* can: dev: fix crtlmode_supported checkOliver Hartkopp2015-02-041-2/+6
* can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean2015-01-151-7/+10
* can: peak_usb: fix memset() usageStephane Grosjean2015-01-151-2/+1
* can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov2014-12-011-0/+1
* can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper2014-12-011-1/+1
* can: at91_can: add missing prepare and unprepare of the clockDavid Dueck2014-11-051-3/+5
* can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-completeMarc Kleine-Budde2014-11-051-0/+3
* can: flexcan: implement workaround for errata ERR005829David Jander2014-11-051-1/+15
* can: flexcan: correctly initialize mailboxesDavid Jander2014-11-051-0/+7
* can: flexcan: mark TX mailbox as TX_INACTIVEMarc Kleine-Budde2014-11-051-2/+13
* can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_...George Cherian2014-07-251-1/+2
* slcan: Port write_wakeup deadlock fix from slipTyler Hall2014-06-161-10/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-0/+3
|\
| * can: only rename enabled led triggers when changing the netdev nameOliver Hartkopp2014-05-271-0/+3
* | can: xilinx CAN controller supportKedareswara rao Appana2014-05-263-0/+1217
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-243-48/+9
|\|
| * can: peak_pci: prevent use after free at netdev removalStephane Grosjean2014-05-211-5/+9
| * can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig optionOliver Hartkopp2014-05-192-43/+0
* | can: gs_usb: gs_destroy_candev(): fix use after freeMarc Kleine-Budde2014-05-211-1/+1
* | can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider2014-05-193-0/+980