summaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-4/+13
|\
| * can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov2017-01-181-4/+12
| * can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón2017-01-181-0/+1
* | can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...Colin Ian King2017-01-241-1/+1
* | can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde2017-01-241-16/+65
* | can: dev: can_changelink: allow to set bitrate on devices not providing {data...Marc Kleine-Budde2017-01-241-10/+30
* | can: dev: add CAN interface termination APIOliver Hartkopp2017-01-241-1/+48
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-3/+3
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-1/+0
* Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-131-1/+1
|\
| * docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-2/+4
|\ \
| * | can: peak: fix bad memory access and free sequence추지호2016-12-081-2/+4
* | | Merge tag 'linux-can-next-for-4.10-20161201' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-031-2/+2
|\ \ \ | |/ / |/| |
| * | net: can: usb: kvaser_usb: fix spelling mistake of "outstanding"Colin Ian King2016-12-011-2/+2
* | | can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean2016-12-013-0/+76
* | | can: peak: Fix bittiming fields size in bitsStephane Grosjean2016-12-012-24/+45
|/ /
* / can: sja1000: plx_pci: Add support for Moxa CAN devicesLukas Resch2016-10-311-0/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-10/+17
|\
| * can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-09-221-10/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-232-6/+18
|\|
| * net: can: ifi: Configure transmitter delayMarek Vasut2016-09-211-1/+10
| * can: flexcan: fix resume functionFabio Estevam2016-09-191-5/+8
* | net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang2016-08-131-4/+1
* | net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang2016-08-131-5/+1
* | net: can: usb: kvaser_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-6/+1
* | net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* | net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang2016-08-131-3/+0
* | net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-306-14/+65
|\
| * can: kvaser_usb: Add support for more Kvaser Leaf v2 devicesJimmy Assarsson2016-06-232-1/+9
| * can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp2016-06-231-0/+6
| * can: fix handling of unmodifiable configuration options fixOliver Hartkopp2016-06-231-0/+3
| * can: gs_usb: Add Basic support for the bytewerk.org candleLight interfaceMaximilian Schneider2016-06-202-4/+13
| * can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger2016-06-201-2/+3
| * can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-06-201-7/+31
* | can: mcp251x: add message about sucessful/unsuccessful probeEd Spiridonov2016-06-231-1/+6
* | can: rcar_canfd: Add back-to-error-active supportRamesh Shanmugasundaram2016-06-231-20/+56
* | can: rcar_canfd: Add Classical CAN only mode supportRamesh Shanmugasundaram2016-06-231-114/+241
* | can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram2016-06-175-12/+12
* | can: rcar_canfd: Add Renesas R-Car CAN FD driverRamesh Shanmugasundaram2016-06-175-0/+1713
* | can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider2016-06-171-31/+85
* | can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider2016-06-171-11/+14
* | can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-171-11/+1
* | can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut2016-06-171-2/+2
* | can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde2016-06-171-55/+85
|/
* can: ifi: Add more detailed error reportingMarek Vasut2016-05-091-6/+107
* can: ifi: Increment TX counters only on real transmissionMarek Vasut2016-05-091-2/+4
* can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut2016-05-091-2/+3
* can: ifi: Unify timing constantsMarek Vasut2016-05-091-13/+1