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. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 13/13] USBATM: -EILSEQ workaround
- From: Duncan Sands <[email protected]>
- [PATCH 12/13] USBATM: bump version numbers
- From: Duncan Sands <[email protected]>
- [PATCH 11/13] USBATM: handle urbs containing partial cells
- From: Duncan Sands <[email protected]>
- [PATCH 10/13] USBATM: allow isochronous transfer
- From: Duncan Sands <[email protected]>
- [PATCH 09/13] USBATM: measure buffer size in bytes; force valid sizes
- From: Duncan Sands <[email protected]>
- [PATCH 08/13] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb
- From: Duncan Sands <[email protected]>
- [PATCH 07/13] USBATM: return correct error code when out of memory
- From: Duncan Sands <[email protected]>
- [PATCH 06/13] USBATM: shutdown open connections when disconnected
- From: Duncan Sands <[email protected]>
- [PATCH 05/13] USBATM: xusbatm rewrite
- From: Duncan Sands <[email protected]>
- [PATCH 04/13] USBATM: kzalloc conversion
- From: Duncan Sands <[email protected]>
- [PATCH 03/13] USBATM: remove .owner
- From: Duncan Sands <[email protected]>
- Re: [PATCH 00/13] USBATM: summary
- From: Greg KH <[email protected]>
- [PATCH 02/13] USBATM: add flags field
- From: Duncan Sands <[email protected]>
- [PATCH 01/13] USBATM: trivial modifications
- From: Duncan Sands <[email protected]>
- [PATCH 13/13] USBATM: -EILSEQ workaround
- Prev by Date: Re: Removal of PCI_VENDOR_ID_RENDITION from 2.6.15
- Next by Date: Re: need for packed attribute
- Previous by thread: [PATCH] blk: fix possible queue stall in blk_do_ordered
- Next by thread: [PATCH 01/13] USBATM: trivial modifications
- Index(es):