aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2017-06-26can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde
2017-03-12can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2016-12-15can: peak: fix bad memory access and free sequence추지호
2016-03-16can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider
2016-03-03can: ems_usb: Fix possible tx overflowGerhard Uttenthaler
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde
2015-08-20can: gs_usb: Fix typo in function nameNik Nyby
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-07-15can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde
2015-04-27net:treewide: Fix typo in drivers/netMasanari Iida
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...Marc Kleine-Budde
2015-04-01can: ems_usb: mark timestamp as little endianMarc Kleine-Budde
2015-04-01can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler
2015-03-22can: esd_usb2: Fix sparse warningsThomas Körper
2015-03-22can: kvaser_usb: Use can-dev unregistration mechanismAhmed S. Darwish
2015-03-22can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean
2015-03-22can: peak_usb: rename usb option cmds definition and structsStephane Grosjean
2015-03-22can: gs_usb: check for kzalloc allocation failureColin Ian King
2015-03-22can: kvaser_usb: Fix sparse warning __le16 degrades to integerAhmed S. Darwish
2015-03-22can: kvaser_usb: Comply with firmware max tx URBs valueAhmed S. Darwish
2015-03-14can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish
2015-03-09can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish
2015-03-09can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish
2015-03-09can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean
2015-02-04can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean
2015-01-28can: peak_usb: export pcan_usb_pro functionsStephane Grosjean
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapte...Marc Kleine-Budde
2015-01-28can: kvaser_usb: Add support for the USBcan-II familyAhmed S. Darwish
2015-01-28can: kvaser_usb: Consolidate and unify state change handlingAhmed S. Darwish
2015-01-28can: kvaser_usb: Update interface state before exiting on OOMAhmed S. Darwish
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason
2015-01-15can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish