aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon
Commit message (Expand)AuthorAgeFilesLines
* USB: usbmon: Add binary API v1Pete Zaitcev2009-03-241-26/+116
* USB: usbmon: Implement compat_ioctlPete Zaitcev2009-01-271-39/+66
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-072-9/+7
* USB: usbmon: fix read(2)Pete Zaitcev2008-11-191-1/+4
* usbmon: fix tiny race exposed by the fastboot patchesArjan van de Ven2008-10-171-1/+1
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-2/+2
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* USB: usbmon: use simple_read_from_buffer()Akinobu Mita2008-07-211-12/+2
* USB Monitor: BKL pushdownJonathan Corbet2008-06-201-0/+6
* usbmon: restore mmapPete Zaitcev2008-04-242-8/+4
* USB: Fix "cut and paste" booboo in usbmon Makefile.Robert P. J. Day2008-04-241-1/+1
* USB: Fix memory leak in mon_stat_releaseMing Lei2008-04-241-0/+3
* USB: constify function pointer tablesJan Engelhardt2008-02-011-1/+1
* USB: mon nopageNick Piggin2008-02-011-9/+7
* USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk2008-02-011-1/+5
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+2
* USB: reorganize urb->status use in usbmonAlan Stern2007-10-124-16/+17
* usbmon: Smooth the core codePete Zaitcev2007-10-121-13/+3
* usbmon: Drop DMA mapping for setup packetPete Zaitcev2007-10-122-8/+0
* usbmon: Update pipe removal to suit my tastePete Zaitcev2007-10-122-34/+18
* USB: avoid urb->pipe in usbmonAlan Stern2007-10-123-38/+68
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* usbmon: Add class for binary interfacePete Zaitcev2007-07-124-18/+66
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* usbmon: bus zeroPete Zaitcev2007-04-274-84/+116
* usbmon: Extended text APIPete Zaitcev2007-04-272-40/+257
* usbmon: Remove erroneous __exitPete Zaitcev2007-02-233-4/+4
* USB: add binary API to usbmonPete Zaitcev2007-02-076-55/+1352
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-2/+2
* usbmon: don't call mon_dmapeek if DMA isn't being usedAlan Stern2006-09-273-6/+9
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-4/+2
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-273-4/+4
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-272-3/+3
* [PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.cChristoph Lameter2006-07-121-6/+1
* [PATCH] USB: implement error event in usbmonPete Zaitcev2006-06-213-4/+44
* [PATCH] USB: update usbmon, fix glued linesPete Zaitcev2006-06-215-7/+15
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-202-4/+2
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-203-20/+22
* [PATCH] USB: Let usbmon collect less garbagePete Zaitcev2006-01-041-13/+6
* [PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman2005-10-281-2/+21
* [PATCH] USB: Usbmon setup DMA patchPete Zaitcev2005-09-121-1/+1
* [PATCH] usbmon in 2.6.13: peeking into DMA areasPete Zaitcev2005-09-084-19/+77
* [PATCH] USB: usbmon: Copyrights and a typoPete Zaitcev2005-08-162-1/+5
* [PATCH] USB: ub documentation updatePete Zaitcev2005-08-042-5/+5
* [PATCH] USB: Patch to make usbmon to print control setup packetsPete Zaitcev2005-07-121-5/+43
* [PATCH] better USB_MON dependenciesAdrian Bunk2005-06-232-10/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-166-0/+936