aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon
Commit message (Expand)AuthorAgeFilesLines
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-313-0/+3
* usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach2011-09-261-1/+1
* USB: mon: Allow to use usbmon without debugfsTobias Klauser2011-07-081-3/+6
* USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev2011-02-041-0/+3
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-3/+31
|\
| * usbmon: correct length for isochronousPete Zaitcev2010-11-301-3/+31
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-21/+3
| |\
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* | | usb: makefile cleanupmatt mooney2010-10-221-1/+1
| |/ |/|
* | USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson2010-08-101-1/+1
* | USB: mon: kill BKL usageArnd Bergmann2010-08-101-20/+2
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-242-7/+19
|\
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-172-7/+19
* | USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-202-2/+2
* | USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-202-4/+2
* | USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* USB: usbmon: mask seconds properly in text APIPete Zaitcev2010-03-021-1/+1
* usbmon: add bus number to text APIPete Zaitcev2010-03-022-3/+8
* USB: add scatter-gather support to usbmonAlan Stern2009-12-112-12/+62
* USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern2009-11-171-4/+7
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev2009-09-236-136/+2
* USB: usbmon: drop Kconfig defaultsPete Zaitcev2009-09-231-3/+1
* Fix virt_to_phys() warningsKevin Cernekee2009-07-061-1/+1
* USB: usbmon: use the new usb debugfs directoryGreg Kroah-Hartman2009-06-151-1/+1
* 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