summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2017-03-13can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2017-02-15can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov
2017-02-15can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón
2017-01-26can: peak: fix bad memory access and free sequence추지호
2016-10-07can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2016-10-06can: flexcan: fix resume functionFabio Estevam
2016-09-29Revert "can: fix handling of unmodifiable configuration options fix"Greg Kroah-Hartman
2016-08-19can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp
2016-08-19can: fix handling of unmodifiable configuration options fixOliver Hartkopp
2016-08-19can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger
2016-03-03can: ems_usb: Fix possible tx overflowGerhard Uttenthaler
2016-01-05can: sja1000: clear interrupts on startMirza Krak
2015-04-22can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner
2015-04-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-02-08can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish
2015-02-08can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish
2015-02-08can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish
2015-02-08can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish
2015-01-29can: dev: fix crtlmode_supported checkOliver Hartkopp
2015-01-29can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish
2015-01-29can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish
2015-01-29can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish
2015-01-14can: peak_usb: fix memset() usageStephane Grosjean
2015-01-14can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean
2014-12-06can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper
2014-12-06can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov
2014-07-29slcan: Port write_wakeup deadlock fix from slipTyler Hall
2014-07-22can: c_can: Remove EOB exitThomas Gleixner
2014-07-02can: peak_pci: prevent use after free at netdev removalStephane Grosjean
2014-03-24can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde
2014-03-24can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde
2014-03-24can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde
2014-03-24can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde
2014-03-24can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde
2014-03-05can: kvaser_usb: check number of channels returned by HWOlivier Sobrie
2014-02-26can: add destructor for self generated skbsOliver Hartkopp
2014-01-09can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde
2013-12-11can: c_can: don't call pm_runtime_get_sync() from interrupt contextMarc Kleine-Budde
2013-12-11can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde
2013-12-11can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp
2013-11-29can: c_can: Fix RX message handling, handle lost message before EOBMarkus Pargmann
2013-11-29can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie
2013-10-09can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde
2013-10-09can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde
2013-10-09can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde
2013-10-07can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde
2013-09-30can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde
2013-09-27Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller
2013-09-20slcan: rewrite of slc_bump and slc_encapsAndre Naujoks
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks