aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon/mon_bin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-04-22usb: mon: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-09USB: fix usbmon BUG triggerPete Zaitcev1-1/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-12-01USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani1-8/+9
2015-05-10USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-09-26usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach1-1/+1
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 Bergmann1-1/+0
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-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-6/+17
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-1/+1
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-6/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02usbmon: add bus number to text APIPete Zaitcev1-1/+6
2009-12-11USB: add scatter-gather support to usbmonAlan Stern1-9/+42
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 Zaitcev1-11/+1
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-03-24USB: usbmon: Add binary API v1Pete Zaitcev1-26/+116
2009-01-27USB: usbmon: Implement compat_ioctlPete Zaitcev1-39/+66
2008-11-19USB: usbmon: fix read(2)Pete Zaitcev1-1/+4
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20USB Monitor: BKL pushdownJonathan Corbet1-0/+6
2008-04-24usbmon: restore mmapPete Zaitcev1-6/+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-12USB: reorganize urb->status use in usbmonAlan Stern1-5/+5
2007-10-12usbmon: Drop DMA mapping for setup packetPete Zaitcev1-4/+0
2007-10-12usbmon: Update pipe removal to suit my tastePete Zaitcev1-30/+14
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern1-10/+34
2007-07-12usbmon: Add class for binary interfacePete Zaitcev1-1/+33
2007-04-27usbmon: bus zeroPete Zaitcev1-6/+8
2007-02-23usbmon: Remove erroneous __exitPete Zaitcev1-1/+1
2007-02-07USB: add binary API to usbmonPete Zaitcev1-0/+1172