summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | can: peak: fix usage of const qualifier in pointers argsStephane Grosjean2017-04-251-8/+8
* | | can: peak: fix usage of usb specific data typeStephane Grosjean2017-04-252-14/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-162-3/+2Star
|\| |
| * | can: rcar_can: Do not print virtual addressesGeert Uytterhoeven2017-04-041-2/+1Star
| * | can: ifi: use correct register to read rx statusMarkus Marb2017-04-041-1/+1
| |/
* | can: hi311x: Add Holt HI-311x CAN driverAkshay Bhat2017-04-043-0/+1083
* | can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov2017-04-041-82/+88
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-053-24/+38
|\
| * can: flexcan: fix typo in commentMarc Kleine-Budde2017-03-031-1/+1
| * can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde2017-03-031-6/+3Star
| * can: gs_usb: fix coding styleEthan Zonca2017-03-031-6/+5Star