summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
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
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov
2013-08-29can: mscan: improve clock API useGerhard Sittig
2013-08-29can: mscan: add a comment on reg to idx mappingGerhard Sittig
2013-08-22can: flexcan: use platform_set_drvdata()Libo Chen
2013-08-22can: at91_can: use platform_set_drvdata()Libo Chen
2013-08-22can: c_can: fix error checking of priv->instance in probe()Chen Gang
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-11can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller