aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-09can: ifi: Unify timing constantsMarek Vasut1-13/+1
2016-05-09can: ifi: Update timing configuration codeMarek Vasut1-33/+21
2016-05-09can: ifi: Start NAPI poll on bus warning tooMarek Vasut1-2/+3
2016-05-09can: gs_usb: modify the usb device table to use only the first usb interfaceMaximilian Schneider1-1/+2
2016-05-09can: janz-ican3: error handling for CAL/CANopen firmwareAndreas Gröger1-9/+95
2016-05-09can: fix handling of unmodifiable configuration optionsOliver Hartkopp2-5/+53
2016-05-09can: mcp251x: Replace create_freezable_workqueue with alloc_workqueueAmitoj Kaur Chawla1-1/+2
2016-05-09can: sja1000: plx_pci: Add support for Marathon CAN-bus-PCIe cardNikita Edward Baruzdin1-8/+56
2016-05-09can: sja1000: Fix error location forwardingAlexander Gerasiov1-1/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal4-8/+8
2016-03-10can: rcar_can: Add r8a7795 supportRamesh Shanmugasundaram2-1/+2
2016-03-10can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut1-2/+29
2016-03-10can: ifi: Fix RX and TX ID maskMarek Vasut1-4/+4
2016-03-10can: ifi: Fix TX DLC configurationMarek Vasut1-8/+6
2016-03-10can: ifi: Fix clock generator configurationMarek Vasut1-21/+23
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+12
2016-03-04can: mcp251x: avoid write to error flag register if it's unnecessaryEd Spiridonov1-1/+1
2016-02-26can: rcar: add gen[12] fallback compatibility stringsSimon Horman1-0/+2
2016-02-26can: ems_usb: fix coding styleMarc Kleine-Budde1-5/+3
2016-02-26can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()Maximilain Schneider1-13/+11
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2016-02-21can: ems_usb: Fix possible tx overflowGerhard Uttenthaler1-4/+10
2016-02-20can: ifi: Add IFI CANFD IP supportMarek Vasut5-0/+932
2016-02-20can: Makefile: Sort the MakefileMarek Vasut1-8/+8
2016-02-20can: Kconfig: sort drivers alphabeticallyMarc Kleine-Budde1-25/+24
2016-02-20can: Kconfig: Sort the Kconfig includesMarek Vasut1-10/+4
2016-02-20can: sja1000: of: add compatibility with Technologic Systems versionDamien Riegel1-0/+47
2016-02-20can: sja1000: of: add per-compatible init hookDamien Riegel1-9/+31
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-45/+24
2015-11-23can: xilinx: Convert to runtime_pmKedareswara rao Appana1-75/+101