aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-26usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach1-1/+1
2011-07-08USB: mon: Allow to use usbmon without debugfsTobias Klauser1-3/+6
2011-02-04USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev1-0/+3
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-3/+31
2010-11-30usbmon: correct length for isochronousPete Zaitcev1-3/+31
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2010-10-22usb: makefile cleanupmatt mooney1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-21/+3
2010-08-10USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson1-1/+1
2010-08-10USB: mon: kill BKL usageArnd Bergmann1-20/+2
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds2-7/+19
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox2-2/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2-4/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+2
2010-05-17drivers: Push down BKL into various driversArnd Bergmann2-7/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-02USB: usbmon: mask seconds properly in text APIPete Zaitcev1-1/+1
2010-03-02usbmon: add bus number to text APIPete Zaitcev2-3/+8
2009-12-11USB: add scatter-gather support to usbmonAlan Stern2-12/+62
2009-11-17USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern1-4/+7
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev6-136/+2
2009-09-23USB: usbmon: drop Kconfig defaultsPete Zaitcev1-3/+1
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-06-15USB: usbmon: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-03-24USB: usbmon: Add binary API v1Pete Zaitcev1-26/+116
2009-01-27USB: usbmon: Implement compat_ioctlPete Zaitcev1-39/+66
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2-9/+7
2008-11-19USB: usbmon: fix read(2)Pete Zaitcev1-1/+4
2008-10-17usbmon: fix tiny race exposed by the fastboot patchesArjan van de Ven1-1/+1
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21USB: usbmon: use simple_read_from_buffer()Akinobu Mita1-12/+2
2008-06-20USB Monitor: BKL pushdownJonathan Corbet1-0/+6
2008-04-24usbmon: restore mmapPete Zaitcev2-8/+4
2008-04-24USB: Fix "cut and paste" booboo in usbmon Makefile.Robert P. J. Day1-1/+1
2008-04-24USB: Fix memory leak in mon_stat_releaseMing Lei1-0/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01USB: mon nopageNick Piggin1-9/+7
2008-02-01USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk1-1/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern4-16/+17
2007-10-12usbmon: Smooth the core codePete Zaitcev1-13/+3
2007-10-12usbmon: Drop DMA mapping for setup packetPete Zaitcev2-8/+0
2007-10-12usbmon: Update pipe removal to suit my tastePete Zaitcev2-34/+18
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern3-38/+68
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1