summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/kvaser_usb.c
Commit message (Expand)AuthorAgeFilesLines
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-3/+2
* net:treewide: Fix typo in drivers/netMasanari Iida2015-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-27/+42
|\
| * can: kvaser_usb: Fix sparse warning __le16 degrades to integerAhmed S. Darwish2015-03-221-3/+4
| * can: kvaser_usb: Comply with firmware max tx URBs valueAhmed S. Darwish2015-03-221-24/+38
* | can: kvaser_usb: Use can-dev unregistration mechanismAhmed S. Darwish2015-03-221-1/+1
|/
* can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish2015-03-141-32/+51
* can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-091-5/+23
* can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish2015-03-091-12/+8
* can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish2015-02-041-9/+10
* can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish2015-01-281-123/+467
* can: kvaser_usb: Consolidate and unify state change handlingAhmed S. Darwish2015-01-281-64/+49
* can: kvaser_usb: Update interface state before exiting on OOMAhmed S. Darwish2015-01-281-76/+105
* can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish2015-01-271-4/+3
* can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish2015-01-271-2/+10
* can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish2015-01-271-1/+1
* can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish2015-01-271-6/+1
* can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish2015-01-151-7/+4
* can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-151-3/+4
* can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-151-0/+3
* can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-01-151-6/+4
* can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIeOlivier Sobrie2014-04-241-0/+4
* can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()Olivier Sobrie2014-04-241-22/+27
* can: populate netdev::dev_id for udev discriminationChristopher R. Baker2014-03-171-0/+1
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* can: kvaser_usb: check number of channels returned by HWOlivier Sobrie2014-02-121-0/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie2013-10-311-7/+13
* net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardw...Jonas Peterson2013-06-031-21/+43
* can: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-2/+0
* can: kvaser_usb: Add support for Kvaser CAN/USB devicesOlivier Sobrie2012-11-271-0/+1627
OpenPOWER on IntegriCloud