aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-21[PATCH] USBATM: remove no-longer needed #includeDuncan Sands1-1/+0
2006-06-21[PATCH] USBATM: remove pointless inlineDuncan Sands1-1/+1
2006-05-08[PATCH] USBATM: fix modinfo outputDuncan Sands1-4/+4
2006-05-08[PATCH] USBATM: change the default speedtouch iso altsettingDuncan Sands1-1/+1
2006-04-14[PATCH] USB: UEAGLE : memory leack fixmatthieu castet1-3/+3
2006-04-14[PATCH] USB: UEAGLE : null pointer dereference fixmatthieu castet1-1/+1
2006-04-14[PATCH] USB: UEAGLE : support geodematthieu castet1-1/+8
2006-04-14[PATCH] USB: UEAGLE : cosmeticmatthieu castet1-6/+29
2006-01-31[PATCH] UEAGLE : cmv name bug (was cosmetic)matthieu castet1-1/+1
2006-01-31[PATCH] UEAGLE : cosmeticmatthieu castet1-21/+11
2006-01-31[PATCH] UEAGLE : add iso supportmatthieu castet1-1/+25
2006-01-31[PATCH] USBATM: semaphore to mutex conversionArjan van de Ven4-32/+35
2006-01-31[PATCH] USBATM: -EILSEQ workaroundDuncan Sands2-1/+5
2006-01-31[PATCH] USBATM: bump version numbersDuncan Sands2-2/+2
2006-01-31[PATCH] USBATM: handle urbs containing partial cellsDuncan Sands2-96/+182
2006-01-31[PATCH] USBATM: allow isochronous transferDuncan Sands6-39/+92
2006-01-31[PATCH] USBATM: measure buffer size in bytes; force valid sizesDuncan Sands2-36/+84
2006-01-31[PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skbDuncan Sands1-2/+3
2006-01-31[PATCH] USBATM: return correct error code when out of memoryDuncan Sands1-0/+2
2006-01-31[PATCH] USBATM: shutdown open connections when disconnectedDuncan Sands2-19/+48
2006-01-31[PATCH] USBATM: xusbatm rewriteDuncan Sands1-37/+77
2006-01-31[PATCH] USBATM: kzalloc conversionDuncan Sands3-11/+5
2006-01-31[PATCH] USBATM: remove .ownerDuncan Sands5-7/+1
2006-01-31[PATCH] USBATM: add flags fieldDuncan Sands6-21/+19
2006-01-31[PATCH] USBATM: trivial modificationsDuncan Sands5-118/+153
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-2/+2
2006-01-04[PATCH] USB: small cleanupsAdrian Bunk1-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman4-4/+0
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem driver fixmatthieu castet1-10/+18
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem drivermatthieu castet3-0/+1827
2005-11-29[PATCH] Additional device ID for Conexant AccessRunner USB driverDave Jones1-0/+3
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka1-2/+2
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2-5/+4
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+0
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-07-25[ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbfDavid S. Miller1-6/+6
2005-07-19[ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile errorDuncan Sands1-6/+6
2005-07-12[PATCH] USB ATM: fix line resync logicDuncan Sands1-27/+28
2005-07-12[PATCH] USB ATM: robustify poll throttlingDuncan Sands1-4/+2
2005-07-12[PATCH] USB ATM: line speed measured in Kb not KibDuncan Sands2-2/+2
2005-06-27[PATCH] USB: usbatm kcalloc cleanupDuncan Sands1-4/+1
2005-06-27[PATCH] USB: fix usbatm gcc-2.95.x bugAndrew Morton1-1/+2
2005-06-27[PATCH] USB ATM: avoid oops on bind failure; plug memory leakDuncan Sands1-4/+5
2005-06-27[PATCH] USB ATM: reduce log spammingDuncan Sands1-10/+11
2005-06-27[PATCH] USB ATM: bits and bobsDuncan Sands2-13/+44
2005-06-27[PATCH] USB ATM: generic DSL modem driver xusbatmDuncan Sands1-0/+196
2005-06-27[PATCH] USB ATM: driver for the Conexant AccessRunner chipset cxacruDuncan Sands1-0/+878
2005-06-27[PATCH] USB ATM: port speedtch to new usbatm coreDuncan Sands1-552/+533
2005-06-27[PATCH] USB: fix speedtch.c merge with next patch.Andrew Morton1-2/+0