| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] USBATM: remove no-longer needed #include | Duncan Sands | 2006-06-21 | 1 | -1/+0 |
* | [PATCH] USBATM: remove pointless inline | Duncan Sands | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USBATM: fix modinfo output | Duncan Sands | 2006-05-08 | 1 | -4/+4 |
* | [PATCH] USBATM: change the default speedtouch iso altsetting | Duncan Sands | 2006-05-08 | 1 | -1/+1 |
* | [PATCH] USB: UEAGLE : memory leack fix | matthieu castet | 2006-04-14 | 1 | -3/+3 |
* | [PATCH] USB: UEAGLE : null pointer dereference fix | matthieu castet | 2006-04-14 | 1 | -1/+1 |
* | [PATCH] USB: UEAGLE : support geode | matthieu castet | 2006-04-14 | 1 | -1/+8 |
* | [PATCH] USB: UEAGLE : cosmetic | matthieu castet | 2006-04-14 | 1 | -6/+29 |
* | [PATCH] UEAGLE : cmv name bug (was cosmetic) | matthieu castet | 2006-01-31 | 1 | -1/+1 |
* | [PATCH] UEAGLE : cosmetic | matthieu castet | 2006-01-31 | 1 | -21/+11 |
* | [PATCH] UEAGLE : add iso support | matthieu castet | 2006-01-31 | 1 | -1/+25 |
* | [PATCH] USBATM: semaphore to mutex conversion | Arjan van de Ven | 2006-01-31 | 4 | -32/+35 |
* | [PATCH] USBATM: -EILSEQ workaround | Duncan Sands | 2006-01-31 | 2 | -1/+5 |
* | [PATCH] USBATM: bump version numbers | Duncan Sands | 2006-01-31 | 2 | -2/+2 |
* | [PATCH] USBATM: handle urbs containing partial cells | Duncan Sands | 2006-01-31 | 2 | -96/+182 |
* | [PATCH] USBATM: allow isochronous transfer | Duncan Sands | 2006-01-31 | 6 | -39/+92 |
* | [PATCH] USBATM: measure buffer size in bytes; force valid sizes | Duncan Sands | 2006-01-31 | 2 | -36/+84 |
* | [PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb | Duncan Sands | 2006-01-31 | 1 | -2/+3 |
* | [PATCH] USBATM: return correct error code when out of memory | Duncan Sands | 2006-01-31 | 1 | -0/+2 |
* | [PATCH] USBATM: shutdown open connections when disconnected | Duncan Sands | 2006-01-31 | 2 | -19/+48 |
* | [PATCH] USBATM: xusbatm rewrite | Duncan Sands | 2006-01-31 | 1 | -37/+77 |
* | [PATCH] USBATM: kzalloc conversion | Duncan Sands | 2006-01-31 | 3 | -11/+5 |
* | [PATCH] USBATM: remove .owner | Duncan Sands | 2006-01-31 | 5 | -7/+1 |
* | [PATCH] USBATM: add flags field | Duncan Sands | 2006-01-31 | 6 | -21/+19 |
* | [PATCH] USBATM: trivial modifications | Duncan Sands | 2006-01-31 | 5 | -118/+153 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-14 | 1 | -2/+2 |
* | [PATCH] turn "const static" into "static const" | Jesper Juhl | 2006-01-10 | 1 | -2/+2 |
* | [PATCH] USB: small cleanups | Adrian Bunk | 2006-01-04 | 1 | -2/+2 |
* | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 2006-01-04 | 4 | -4/+0 |
* | [PATCH] USB: Eagle and ADI 930 usb adsl modem driver fix | matthieu castet | 2006-01-04 | 1 | -10/+18 |
* | [PATCH] USB: Eagle and ADI 930 usb adsl modem driver | matthieu castet | 2006-01-04 | 3 | -0/+1827 |
* | [PATCH] Additional device ID for Conexant AccessRunner USB driver | Dave Jones | 2005-11-29 | 1 | -0/+3 |
* | [ATM]: deregistration removes device from atm_devs list immediately | Stanislaw Gruszka | 2005-11-29 | 1 | -2/+2 |
* | [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile | Greg Kroah-Hartman | 2005-11-17 | 2 | -5/+4 |
* | [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel | Alan Stern | 2005-09-08 | 1 | -2/+0 |
* | [PATCH] USB: convert kcalloc to kzalloc | Pekka Enberg | 2005-09-07 | 1 | -1/+1 |
* | [ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbf | David S. Miller | 2005-07-25 | 1 | -6/+6 |
* | [ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error | Duncan Sands | 2005-07-19 | 1 | -6/+6 |
* | [PATCH] USB ATM: fix line resync logic | Duncan Sands | 2005-07-12 | 1 | -27/+28 |
* | [PATCH] USB ATM: robustify poll throttling | Duncan Sands | 2005-07-12 | 1 | -4/+2 |
* | [PATCH] USB ATM: line speed measured in Kb not Kib | Duncan Sands | 2005-07-12 | 2 | -2/+2 |
* | [PATCH] USB: usbatm kcalloc cleanup | Duncan Sands | 2005-06-27 | 1 | -4/+1 |
* | [PATCH] USB: fix usbatm gcc-2.95.x bug | Andrew Morton | 2005-06-27 | 1 | -1/+2 |
* | [PATCH] USB ATM: avoid oops on bind failure; plug memory leak | Duncan Sands | 2005-06-27 | 1 | -4/+5 |
* | [PATCH] USB ATM: reduce log spamming | Duncan Sands | 2005-06-27 | 1 | -10/+11 |
* | [PATCH] USB ATM: bits and bobs | Duncan Sands | 2005-06-27 | 2 | -13/+44 |
* | [PATCH] USB ATM: generic DSL modem driver xusbatm | Duncan Sands | 2005-06-27 | 1 | -0/+196 |
* | [PATCH] USB ATM: driver for the Conexant AccessRunner chipset cxacru | Duncan Sands | 2005-06-27 | 1 | -0/+878 |
* | [PATCH] USB ATM: port speedtch to new usbatm core | Duncan Sands | 2005-06-27 | 1 | -552/+533 |
* | [PATCH] USB: fix speedtch.c merge with next patch. | Andrew Morton | 2005-06-27 | 1 | -2/+0 |