summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2015-02-06can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-02-06can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-02-06can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-02-06can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-30can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2015-01-27can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-27can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-27can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-16can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2015-01-16can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2014-12-07can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper1-1/+1
2014-12-07can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-07-01can: peak_pci: prevent use after free at netdev removalStephane Grosjean1-5/+9
2014-03-24can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde1-1/+3
2014-03-07can: kvaser_usb: check number of channels returned by HWOlivier Sobrie1-0/+2
2014-03-07can: 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: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp1-8/+9
2013-12-04can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde1-12/+0
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-11-13can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde1-2/+8
2013-11-13can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde1-2/+2
2013-11-13can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde1-2/+2
2013-11-04can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-5/+5
2013-08-20can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-03net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2-21/+41
2013-06-03net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie1-51/+76
2013-06-03net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson1-21/+43
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-175/+204
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-38/+4
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+23
2013-04-17Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller8-115/+117
2013-04-17can: mcp251x: Remove unneeded PM_OPS definitionsFabio Estevam1-6/+2
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp8-115/+117
2013-04-15Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman4-6/+7
2013-04-12can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz1-16/+15
2013-04-12can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irqMarc Kleine-Budde1-2/+8
2013-04-08net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-16/+16
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+7
2013-03-27can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde1-0/+1
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde3-6/+6
2013-03-27can: bfin_can: declare locally used functions staticMarc Kleine-Budde1-2/+2
2013-03-27can: mcp251x: Use dev_pm_opsLars-Peter Clausen1-7/+13
2013-03-27can: mcp251x: Use module_spi_driverLars-Peter Clausen1-13/+1
2013-03-27can: mcp251x: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2013-03-27can: Kconfig: CAN_AT91 depends on ARMLudovic Desroches1-1/+1
2013-03-27can: at91_can: add dt supportLudovic Desroches1-19/+57