]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Apr 2014 21:49:50 +0000 (17:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Apr 2014 21:49:50 +0000 (17:49 -0400)
commit96d85c86d8f8a2e8cb16d679425b3cd38be512e4
treef5ec20b9cbf024eabdfb7862f4fd6d51e31be8ea
parent94ac87c0415554351e4aba3ad4761b65d2305df4
parent81e4893ec1f6153e23ef597de43531343dfbe773
Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can

linux-can-fixes-for-3.15-20140401

Marc Kleine-Budde says:

====================
this is a pull request of 16 patches for the 3.15 release cycle.

Bjorn Van Tilt contributes a patch which fixes a memory leak in usb_8dev's
usb_8dev_start_xmit()s error path. A patch by Robert Schwebel fixes a typo in
the can documentation. The remaining patches all target the c_can driver. Two
of them are by me; they add a missing netif_napi_del() and return value
checking. Thomas Gleixner contributes 12 patches, which address several
shortcomings in the driver like hardware initialisation, concurrency, message
ordering and poor performance.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/c_can/c_can.c
drivers/net/can/usb/usb_8dev.c