aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet9-9/+9
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+13
2017-01-24can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV returnColin Ian King1-1/+1
2017-01-24can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde1-16/+65
2017-01-24can: dev: can_changelink: allow to set bitrate on devices not providing {data_,}bittiming_constMarc Kleine-Budde1-10/+30
2017-01-24can: dev: add CAN interface termination APIOliver Hartkopp1-1/+48
2017-01-18can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2017-01-18can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner2-3/+3
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+0
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-12-08can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-03Merge tag 'linux-can-next-for-4.10-20161201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-2/+2
2016-12-01net: can: usb: kvaser_usb: fix spelling mistake of "outstanding"Colin Ian King1-2/+2
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean3-0/+76
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean2-24/+45
2016-10-31can: sja1000: plx_pci: Add support for Moxa CAN devicesLukas Resch1-0/+18
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+17
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+18
2016-09-22can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-10/+17
2016-09-21net: can: ifi: Configure transmitter delayMarek Vasut1-1/+10
2016-09-19can: flexcan: fix resume functionFabio Estevam1-5/+8
2016-08-13net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang1-4/+1
2016-08-13net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb failsWolfram Sang1-5/+1
2016-08-13net: can: usb: kvaser_usb: don't print error when allocating urb failsWolfram Sang1-6/+1
2016-08-13net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-13net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang1-3/+0
2016-08-13net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+65
2016-06-23can: mcp251x: add message about sucessful/unsuccessful probeEd Spiridonov1-1/+6
2016-06-23can: rcar_canfd: Add back-to-error-active supportRamesh Shanmugasundaram1-20/+56
2016-06-23can: rcar_canfd: Add Classical CAN only mode supportRamesh Shanmugasundaram1-114/+241
2016-06-23can: kvaser_usb: Add support for more Kvaser Leaf v2 devicesJimmy Assarsson2-1/+9
2016-06-23can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp1-0/+6
2016-06-23can: fix handling of unmodifiable configuration options fixOliver Hartkopp1-0/+3
2016-06-20can: gs_usb: Add Basic support for the bytewerk.org candleLight interfaceMaximilian Schneider2-4/+13
2016-06-20can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger1-2/+3
2016-06-20can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone accessThor Thayer1-7/+31
2016-06-17can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram5-12/+12
2016-06-17can: rcar_canfd: Add Renesas R-Car CAN FD driverRamesh Shanmugasundaram5-0/+1713
2016-06-17can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider1-31/+85
2016-06-17can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider1-11/+14
2016-06-17can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray1-11/+1
2016-06-17can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut1-2/+2
2016-06-17can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde1-55/+85
2016-05-09can: ifi: Add more detailed error reportingMarek Vasut1-6/+107
2016-05-09can: ifi: Increment TX counters only on real transmissionMarek Vasut1-2/+4
2016-05-09can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut1-2/+3