aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb/pcan_usb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean1-0/+4
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean1-0/+15
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean1-3/+5
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean1-5/+31
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean1-0/+1
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean1-2/+1
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde1-4/+4
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapters_listMarc Kleine-Budde1-5/+5
2014-12-07can: peak_usb: fix multi-byte values endianessStephane Grosjean1-1/+2
2014-12-06can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
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-09-20can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start()Alexey Khoroshilov1-4/+11
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches1-5/+0
2012-11-29can: pcan_usb_core: remove obsolete variable open_timeMarc Kleine-Budde1-5/+0
2012-09-21can: usb: peak: rename peak_usb dump_mem functionRandy Dunlap1-4/+4
2012-03-03can: usb: PEAK-System Technik USB adapters driver coreStephane Grosjean1-0/+951