netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: can 2013-06-03
@ 2013-06-03 12:15 Marc Kleine-Budde
  2013-06-03 12:15 ` [PATCH 1/3] net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware Marc Kleine-Budde
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marc Kleine-Budde @ 2013-06-03 12:15 UTC (permalink / raw)
  To: netdev; +Cc: linux-can, davem

Hello David,

here are there fixes for the v3.10 release cycle:

The first patch by Jonas Peterson and Olivier Sobrie fixes the reception of CAN
frames on Kvaser's "USBcan Pro" and "USBcan R" type hardware.

The last two patches by Olivier Sobrie (for esd_usb2) and me (for peak_usb)
change the memory handling for the USB messages from stack to kmalloc(), as
memory used for DMA should not be allocated on stack.

regards,
Marc

---

The following changes since commit 01cb71d2d47b78354358e4bb938bb06323e17498:

  net_sched: restore "overhead xxx" handling (2013-06-02 22:22:35 -0700)

are available in the git repository at:

  git://gitorious.org/linux-can/linux-can.git fixes-for-3.10

for you to fetch changes up to f14e22435a27ef183bbfa78f77ad86644c0b354c:

  net: can: peak_usb: Do not do dma on the stack (2013-06-03 14:05:32 +0200)

----------------------------------------------------------------
Jonas Peterson (1):
      net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware.

Marc Kleine-Budde (1):
      net: can: peak_usb: Do not do dma on the stack

Olivier Sobrie (1):
      net: can: esd_usb2: Do not do dma on the stack

 drivers/net/can/usb/esd_usb2.c              | 127 +++++++++++++++++-----------
 drivers/net/can/usb/kvaser_usb.c            |  64 +++++++++-----
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c |  61 ++++++++-----
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h |   1 +
 4 files changed, 160 insertions(+), 93 deletions(-)



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-14 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 12:15 pull-request: can 2013-06-03 Marc Kleine-Budde
2013-06-03 12:15 ` [PATCH 1/3] net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware Marc Kleine-Budde
2013-06-03 12:15 ` [PATCH 2/3] net: can: esd_usb2: Do not do dma on the stack Marc Kleine-Budde
2013-06-03 12:15 ` [PATCH 3/3] net: can: peak_usb: " Marc Kleine-Budde
2013-12-12 14:44   ` Stephane Grosjean
2013-12-14 13:37     ` Marc Kleine-Budde
2013-06-04 21:31 ` pull-request: can 2013-06-03 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).