aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb/pcan_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-0/+1
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-05-23can: peak_usb: fix typo in commentJulia Lawall1-1/+1
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-3/+4
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-2/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean1-5/+5
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean1-9/+8
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean1-123/+43
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean1-2/+4
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean1-4/+49
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean1-1/+2
2021-07-24can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean1-4/+6
2021-04-13can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned dataMarc Kleine-Budde1-26/+11
2021-04-13can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde1-3/+1
2021-04-13can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde1-6/+2
2021-04-13can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde1-4/+5
2021-04-13can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for device_idMarc Kleine-Budde1-2/+2
2021-04-13can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde1-1/+0
2021-04-13can: peak_usb: fix checkpatch warningsMarc Kleine-Budde1-2/+2
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean1-0/+47
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-2/+0
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp1-3/+5
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-7/+7
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-09-21can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean1-16/+117
2020-09-21can: pcan_usb: Document the commands sent to the deviceStephane Grosjean1-7/+26
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee1-5/+10
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean1-5/+12
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-12-01can: peak_usb: remove some 'struct timeval' usersArnd Bergmann1-6/+3
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook1-4/+6
2017-09-21drivers: net: can: usb: use setup_timer() helper.Allen Pais1-3/+2
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde1-11/+13
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+3
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean1-0/+1
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde1-1/+1
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-12-07can: peak_usb: fix multi-byte values endianessStephane Grosjean1-7/+7
2013-08-11can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2012-11-26can: peak_usb: fix hwtstamp assignmentOliver Hartkopp1-2/+6
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 specific partStephane Grosjean1-0/+901