summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/kvaser_usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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