summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson2017-10-241-0/+6
* can: kvaser_usb: Correct return value in printoutJimmy Assarsson2017-10-241-1/+2
* can: sun4i: fix loopback modeGerhard Bertelsmann2017-10-241-2/+1Star
* can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-191-8/+2Star
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-191-1/+1
* can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+2
* can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+3
* can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+1
* can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-9/+66
* can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-4/+4
* can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-2/+3
* can: constify platform_device_idArvind Yadav2017-08-141-1/+1
* net: can: janz-ican3: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* net: can: at91_can: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-2/+3
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-272-2/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-157-12/+14
|\
| * can: enable CAN FD for virtual CAN devices by defaultOliver Hartkopp2017-06-092-2/+2
| * can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde2017-06-091-0/+2
| * can: peak_usb: fix product-id endianness in error messageJohan Hovold2017-06-091-3/+1Star
| * can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean2017-06-091-1/+1
| * can: dev: make can_change_state() robust to be called with cf == NULLMarc Kleine-Budde2017-06-091-0/+3
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-073-6/+5Star
* | can: m_can: add deep Suspend/Resume supportQuentin Schulz2017-05-181-3/+12
* | can: m_can: factorize clock gating and ungatingQuentin Schulz2017-05-181-19/+26
* | can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz2017-05-181-3/+2Star
* | can: m_can: move Message RAM initialization to functionQuentin Schulz2017-05-181-11/+15
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-112-8/+8
|\
| * Annotate hardware config module parameters in drivers/net/can/David Howells2017-04-202-8/+8
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-275-5/+90
|\ \
| * | net: can: usb: gs_usb: Fix buffer on stackMaksim Salau2017-04-251-5/+12
| * | can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean2017-04-251-0/+1
| * | can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean2017-04-254-0/+77
* | | can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun2017-04-251-6/+6
* | | can: enable module auto loading for virtual CAN interfacesOliver Hartkopp2017-04-251-2/+5
* | | can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp2017-04-253-0/+335
* | | can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj2017-04-253-0/+911
* | | can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel2017-04-251-29/+159
* | | can: m_can: Configuration for TX and TX event FIFOsMario Huettel2017-04-251-5/+34
* | | can: m_can: Enable M_CAN version dependent initializationMario Huettel2017-04-251-71/+269
* | | can: m_can: Updated register defines to newest versionMario Huettel2017-04-251-65/+125
* | | can: m_can: Removed virtual address from printMario Huettel2017-04-251-2/+2
* | | can: m_can: Removed initialization of FIFO water marksMario Huettel2017-04-251-2/+2
* | | can: m_can: Disabled Interrupt Line 1Mario Huettel2017-04-251-1/+2
* | | can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean2017-04-257-0/+1718
* | | can: peak: move header file to new can common subdirStephane Grosjean2017-04-252-244/+1Star