summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb/pcan_usb.c
Commit message (Expand)AuthorAgeFilesLines
* can: peak_usb: Reorder include directives alphabeticallyLukas Magel2023-02-021-2/+3
* can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean2023-02-021-0/+9
* can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean2023-02-021-0/+20
* can: peak_usb: rename device_id to CAN channel IDStephane Grosjean2023-02-021-5/+5
* can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+1
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: peak_usb: fix typo in commentJulia Lawall2022-05-231-1/+1
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+4
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-2/+0
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* can: peak_usb: exchange the order of information messagesStephane Grosjean2021-11-061-5/+5
* can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean2021-11-061-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-4/+6
|\
| * can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean2021-07-241-4/+6
* | can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean2021-07-251-123/+43
* | can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean2021-07-251-2/+4
* | can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean2021-07-251-4/+49
* | can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean2021-07-251-1/+2
|/
* can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde2021-04-131-26/+11
* can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde2021-04-131-3/+1
* can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde2021-04-131-6/+2
* can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde2021-04-131-4/+5
* can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...Marc Kleine-Budde2021-04-131-2/+2
* can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde2021-04-131-1/+0
* can: peak_usb: fix checkpatch warningsMarc Kleine-Budde2021-04-131-2/+2
* can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean2021-03-301-0/+47
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-2/+0
* can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp2020-11-201-3/+5
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-7/+7
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean2020-09-211-16/+117
* can: pcan_usb: Document the commands sent to the deviceStephane Grosjean2020-09-211-7/+26
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* can: peak_usb: report bus recovery as wellJeroen Hofstee2019-11-041-5/+10
* can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean2019-11-041-5/+12
* can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva2018-07-271-0/+1
* can: peak_usb: remove some 'struct timeval' usersArnd Bergmann2017-12-011-6/+3
* drivers/net: can: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+6
* drivers: net: can: usb: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde2015-08-251-11/+13
* can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-4/+3
* can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean2015-01-281-0/+1
* can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde2015-01-281-1/+1
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* can: peak_usb: fix multi-byte values endianessStephane Grosjean2014-12-071-7/+7
* can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean2013-08-111-1/+1
* can: peak_usb: fix hwtstamp assignmentOliver Hartkopp2012-11-261-2/+6
* can: peak_usb: PCAN-USB specific part: fix little endian usageStephane Grosjean2012-03-071-4/+2