summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/socketcan/socketcanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | SocketCAN: Sort device info list by device nameAndre Hartmann2017-03-141-0/+5
* | Unify endless loopsv5.9.0-alpha1Andre Hartmann2017-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-13/+6
|\|
| * SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+4
| * SocketCAN: Set unused can{fd}_frame fields to zero when writingAndre Hartmann2017-01-101-0/+2
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-22/+24
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-181-4/+1
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-0/+3
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-0/+3
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-4/+4
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-1/+68
|/
* QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-2/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-2/+1
|\
| * SocketCAN: Use qstrncpy instead strcpyAndre Hartmann2016-08-261-1/+1
| * SocketCAN: Remove redundant includeAndre Hartmann2016-08-261-1/+0
* | SocketCAN: Clear time stamp with memsetAndre Hartmann2016-09-161-2/+1
* | SocketCAN: use std::move for appendingAndre Hartmann2016-09-161-1/+1
* | SocketCAN: constify dataAndre Hartmann2016-09-161-1/+1
* | SocketCAN: Simplify TimeStamp creationAndre Hartmann2016-09-081-4/+1
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-2/+2
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-5/+5
* Fix build: errno is declared in <errno.h>Thiago Macieira2016-04-131-0/+1
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+24
* Remove use of Variable Length ArrayThiago Macieira2016-01-081-2/+4
* Print more verbose type information in socketcan warningAlex Blasche2016-01-081-1/+1
* Don't attempt to write an invalid QCanBusFrameAlex Blasche2015-12-181-0/+5
* QCanDevice: add CanFdKey configuration optionAlex Blasche2015-12-181-12/+31
* socketcan plugin: remove needless check for 0Rolf Eike Beer2015-12-181-2/+1
* socketcan plugin: avoid checking for error frames if RTR is requestedRolf Eike Beer2015-12-151-3/+3
* Linux/SocketCan: Fix writing of simple and extended can framesAlex Blasche2015-12-111-10/+32
* QCanBusFrame: do not initialize payload byte by byteRolf Eike Beer2015-12-111-3/+1
* QCanBusFrame: make sure not to read beyond end of frameRolf Eike Beer2015-12-111-0/+4
* QCanBusFrame: remove needless initializationRolf Eike Beer2015-12-101-1/+1
* Linux/SocketCAN: Permit the reading of 16 byte and 72 byte can frame MTUsAlex Blasche2015-12-101-3/+3
* Emit framesWritten() when using socketcanAlex Blasche2015-09-071-0/+2
* Improve the CanBus filtering APIAlex Blasche2015-09-071-22/+76
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+5
* Fix some missing tr(...) calls.Karsten Heimrich2015-09-011-7/+6
* Better support for configuration parameters in can exampleAlex Blasche2015-08-311-2/+3
* Adjust config param handling in socketcanAlex Blasche2015-08-311-17/+58
* Fix wrong comparison.Karsten Heimrich2015-08-271-1/+1
* Do not reset the configuration of socketcan based devicesAlex Blasche2015-08-311-2/+0
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-39/+16
* Manage the readFrame() queue inside QCanBusDevicePrivateAlex Blasche2015-07-291-18/+1
* Rename QCBD::availableFrames() to QCBD::framesAvailable()Denis Shienkov2015-07-291-1/+1
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-0/+164
* Improve error handling in can exampleAlex Blasche2015-07-281-1/+3
* Shift socketcan plugin to plugins/canbus dirAlex Blasche2015-07-271-0/+329