linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] USBATM: summary
@ 2006-01-12 16:29 Duncan Sands
  2006-01-12 16:43 ` [PATCH 01/13] USBATM: trivial modifications Duncan Sands
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Duncan Sands @ 2006-01-12 16:29 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb-devel, linux-kernel, usbatm

Hi Greg, here are some fixes and improvements to the USB ATM
modem drivers, in thirteen patches:

01: trivial modifications (formatting, changes to variable names,
comments, log level changes, printk rate limiting).

02: have minidrivers tell the core about special requirements
using a flags field.

03: remove the unused .owner field in struct usbatm_driver.

04: use kzalloc rather than kmalloc + memset.

05: make xusbatm useable.

06: sternly tell open connections that the game is up when the
modem is disconnected.

07: return the correct error code when out of memory.

08: use dev_kfree_skb_any rather than dev_kfree_skb.

09: specify buffer sizes in bytes, rather than in ATM cells.

10: add mechanism for turning on isochronous urb support.

11: remove the assumption that incoming urbs contain
complete ATM cells.

12: bump some version numbers.

13: EILSEQ hack needed by the ueagle.

All the best,

Duncan.

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

end of thread, other threads:[~2006-08-18 19:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-12 16:29 [PATCH 00/13] USBATM: summary Duncan Sands
2006-01-12 16:43 ` [PATCH 01/13] USBATM: trivial modifications Duncan Sands
2006-01-12 17:40   ` Duncan Sands
2006-01-12 17:48 ` [PATCH 02/13] USBATM: add flags field Duncan Sands
2006-01-12 18:30 ` [PATCH 00/13] USBATM: summary Greg KH
2006-01-12 19:15   ` Duncan Sands
2006-01-13 10:30   ` [linux-usb-devel] " Duncan Sands
2006-01-13  8:36 ` [PATCH 03/13] USBATM: remove .owner Duncan Sands
2006-01-13  8:38 ` [PATCH 04/13] USBATM: kzalloc conversion Duncan Sands
2006-01-13  8:48 ` [PATCH 05/13] USBATM: xusbatm rewrite Duncan Sands
2006-01-13  9:05 ` [PATCH 06/13] USBATM: shutdown open connections when disconnected Duncan Sands
2006-08-18 19:40   ` R: " Giampaolo Tomassoni
2006-01-13  9:07 ` [PATCH 07/13] USBATM: return correct error code when out of memory Duncan Sands
2006-01-13  9:13 ` [PATCH 08/13] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb Duncan Sands
2006-01-13  9:52 ` [PATCH 09/13] USBATM: measure buffer size in bytes; force valid sizes Duncan Sands
2006-01-13  9:59 ` [PATCH 10/13] USBATM: allow isochronous transfer Duncan Sands
2006-01-13 10:06 ` [PATCH 11/13] USBATM: handle urbs containing partial cells Duncan Sands
2006-01-13 10:08 ` [PATCH 12/13] USBATM: bump version numbers Duncan Sands
2006-01-13 10:12 ` [PATCH 13/13] USBATM: -EILSEQ workaround Duncan Sands

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).