summaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon/mon_bin.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann2018-06-251-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* usb: mon: Change return type to vm_fault_tSouptick Joarder2018-04-221-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | USB: fix usbmon BUG triggerPete Zaitcev2018-01-091-1/+7
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani2015-12-011-8/+9
* USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+4
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-11-011-0/+1
* usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach2011-09-271-1/+1
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-3/+31
|\
| * usbmon: correct length for isochronousPete Zaitcev2010-12-011-3/+31
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/
* USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson2010-08-101-1/+1
* USB: mon: kill BKL usageArnd Bergmann2010-08-101-20/+2Star
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-6/+17
|\
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-171-6/+17
* | USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-1/+1
* | USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* usbmon: add bus number to text APIPete Zaitcev2010-03-021-1/+6
* USB: add scatter-gather support to usbmonAlan Stern2009-12-111-9/+42
* USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern2009-11-181-4/+7
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev2009-09-231-11/+1Star
* Fix virt_to_phys() warningsKevin Cernekee2009-07-061-1/+1
* USB: usbmon: Add binary API v1Pete Zaitcev2009-03-251-26/+116
* USB: usbmon: Implement compat_ioctlPete Zaitcev2009-01-281-39/+66
* USB: usbmon: fix read(2)Pete Zaitcev2008-11-201-1/+4
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-2/+3
* USB Monitor: BKL pushdownJonathan Corbet2008-06-201-0/+6
* usbmon: restore mmapPete Zaitcev2008-04-251-6/+3Star
* USB: constify function pointer tablesJan Engelhardt2008-02-011-1/+1
* USB: mon nopageNick Piggin2008-02-011-9/+7Star
* USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk2008-02-011-1/+5
* USB: reorganize urb->status use in usbmonAlan Stern2007-10-121-5/+5
* usbmon: Drop DMA mapping for setup packetPete Zaitcev2007-10-121-4/+0Star
* usbmon: Update pipe removal to suit my tastePete Zaitcev2007-10-121-30/+14Star
* USB: avoid urb->pipe in usbmonAlan Stern2007-10-121-10/+34
* usbmon: Add class for binary interfacePete Zaitcev2007-07-131-1/+33
* usbmon: bus zeroPete Zaitcev2007-04-271-6/+8
* usbmon: Remove erroneous __exitPete Zaitcev2007-02-241-1/+1
* USB: add binary API to usbmonPete Zaitcev2007-02-081-0/+1172