summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-275-70/+82
|\
| * can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde2015-08-255-70/+82
* | can: gs_usb: Fix typo in function nameNik Nyby2015-08-201-4/+4
|/
* can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-152-6/+5
* can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2
* can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+2
* can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+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-024-57/+102
|\
| * can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean2015-03-222-2/+30
| * can: peak_usb: rename usb option cmds definition and structsStephane Grosjean2015-03-222-28/+28
| * can: gs_usb: check for kzalloc allocation failureColin Ian King2015-03-221-0/+2
| * 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: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...Marc Kleine-Budde2015-04-011-1/+1
* | can: ems_usb: mark timestamp as little endianMarc Kleine-Budde2015-04-011-2/+2
* | can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler2015-04-011-5/+2
* | can: esd_usb2: Fix sparse warningsThomas Körper2015-03-221-2/+2
* | 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: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean2015-03-091-0/+4
* can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish2015-02-041-9/+10
* can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean2015-01-286-4/+1337
* can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean2015-01-282-1/+18
* can: peak_usb: export pcan_usb_pro functionsStephane Grosjean2015-01-282-12/+17
* can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean2015-01-282-4/+6
* can: peak_usb: upgrade core to data bittiming specsStephane Grosjean2015-01-282-5/+34
* can: peak_usb: add adapter BEC callback definitionStephane Grosjean2015-01-282-0/+3
* can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean2015-01-284-2/+4
* can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde2015-01-284-11/+11
* can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapte...Marc Kleine-Budde2015-01-281-5/+5
* can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish2015-01-282-124/+474
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-28/+29
|\
| * 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: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-205-0/+5
|/
* can: peak_usb: fix multi-byte values endianessStephane Grosjean2014-12-074-42/+43
* can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean2014-12-061-7/+10
* can: peak_usb: fix memset() usageStephane Grosjean2014-12-061-2/+1
* can: gs_usb: add .ndo_change_mtu functionMarc Kleine-Budde2014-11-181-0/+1
OpenPOWER on IntegriCloud