summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)AuthorFilesLines
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold1-3/+1
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+76
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean3-0/+76
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-244/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2016-12-08can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean3-0/+76
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean2-24/+45
2016-08-14net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang1-5/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde5-70/+82
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2-6/+5
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+58
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...Marc Kleine-Budde1-1/+1
2015-03-22can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean2-2/+30
2015-03-22can: peak_usb: rename usb option cmds definition and structsStephane Grosjean2-28/+28
2015-03-09can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean1-0/+4
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean5-1/+1326
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_adapte...Marc Kleine-Budde1-5/+5
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2-0/+2
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-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker1-0/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2013-12-17can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde1-0/+3
2013-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov1-4/+11
2013-08-12can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-06-03net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2-21/+41
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches1-5/+0
2012-11-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-6/+0
2012-11-29can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde2-6/+0
2012-11-27can: peak_usb: fix hwtstamp assignmentOliver Hartkopp2-4/+12
2012-09-22can: usb: peak: rename peak_usb dump_mem functionRandy Dunlap3-9/+9
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-04-16can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl1-0/+2
2012-03-07can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean1-4/+2
2012-03-03can: usb: PEAK-System Technik PCAN-USB Pro specific partStephane Grosjean3-1/+1215
2012-03-03can: usb: PEAK-System Technik PCAN-USB specific partStephane Grosjean2-1/+902
2012-03-03can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean3-0/+1099