aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-14can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish1-32/+51
2015-03-09can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish1-5/+23
2015-03-09can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish1-12/+8
2015-03-09can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean1-0/+4
2015-02-04can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish1-9/+10
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean6-4/+1337
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean2-1/+18
2015-01-28can: peak_usb: export pcan_usb_pro functionsStephane Grosjean2-12/+17
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean2-4/+6
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean2-5/+34
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean2-0/+3
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean4-2/+4
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde4-11/+11
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapters_listMarc Kleine-Budde1-5/+5
2015-01-28can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish2-124/+474
2015-01-28can: kvaser_usb: Consolidate and unify state change handlingAhmed S. Darwish1-64/+49
2015-01-28can: kvaser_usb: Update interface state before exiting on OOMAhmed S. Darwish1-76/+105
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+29
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason5-0/+5
2015-01-15can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish1-7/+4
2015-01-15can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-15can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-15can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2014-12-07can: peak_usb: fix multi-byte values endianessStephane Grosjean4-42/+43
2014-12-06can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2014-12-06can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2014-11-18can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde1-0/+1
2014-11-18can: remove unused variableSudip Mukherjee2-4/+1
2014-11-18can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-08-18net: can: use kbuild magic to inherit debug settingsWolfram Sang1-2/+0
2014-05-21can: gs_usb: gs_destroy_candev(): fix use after freeMarc Kleine-Budde1-1/+1
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider3-0/+980
2014-04-24can: usb: Kconfig: Improve help for CAN_KVASER_USBOlivier Sobrie1-1/+3
2014-04-24can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIeOlivier Sobrie1-0/+4
2014-04-24can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()Olivier Sobrie1-22/+27
2014-04-01Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-1/+1
2014-04-01can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt1-1/+1
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker3-0/+3
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp5-0/+5
2014-02-12can: kvaser_usb: check number of channels returned by HWOlivier Sobrie1-0/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker4-4/+0
2013-12-17can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde1-0/+3
2013-12-17can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov1-1/+2
2013-10-31can: kvaser_usb: fix usb endpoints detectionOlivier Sobrie1-7/+13
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov1-4/+11
2013-08-11can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1