summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2015-04-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+8
2015-02-08can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-02-08can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-02-08can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-02-08can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-29can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2015-01-29can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-29can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-29can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-14can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2015-01-14can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2014-12-06can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper1-1/+1
2014-12-06can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-07-29slcan: Port write_wakeup deadlock fix from slipTyler Hall1-12/+29
2014-07-22can: c_can: Remove EOB exitThomas Gleixner1-3/+0
2014-07-02can: peak_pci: prevent use after free at netdev removalStephane Grosjean1-5/+9
2014-03-24can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde1-1/+2
2014-03-24can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde1-7/+20
2014-03-24can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde1-12/+38
2014-03-24can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde1-1/+3
2014-03-24can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde1-3/+5
2014-03-05can: kvaser_usb: check number of channels returned by HWOlivier Sobrie1-0/+2
2014-02-26can: add destructor for self generated skbsOliver Hartkopp3-31/+11
2014-01-10can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde1-0/+3
2013-12-12can: c_can: don't call pm_runtime_get_sync() from interrupt contextMarc Kleine-Budde1-6/+15
2013-12-12can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde1-1/+1
2013-12-12can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp1-8/+9
2013-11-29can: c_can: Fix RX message handling, handle lost message before EOBMarkus Pargmann1-3/+3
2013-11-29can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie1-7/+13
2013-10-10can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde1-2/+2
2013-10-10can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde1-2/+2
2013-10-10can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde1-2/+8
2013-10-07can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-5/+5
2013-09-30can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde1-12/+0
2013-09-27Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-4/+11
2013-09-20slcan: rewrite of slc_bump and slc_encapsAndre Naujoks1-49/+87
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks1-0/+3
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov1-4/+11
2013-08-30can: mscan: improve clock API useGerhard Sittig3-7/+39
2013-08-30can: mscan: add a comment on reg to idx mappingGerhard Sittig1-1/+4
2013-08-22can: flexcan: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-22can: at91_can: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-22can: c_can: fix error checking of priv->instance in probe()Chen Gang1-1/+1
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan1-1/+5
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan1-8/+1
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan1-40/+43
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-12can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+11
2013-08-01can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam1-8/+20