summaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/security.c
Commit message (Expand)AuthorAgeFilesLines
* usb: return correct errno code when krealloc failsPan Bian2016-11-291-0/+1
* usb: wusbcore: security: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* wusb: replace memset by memzero_explicitJulia Lawall2014-12-021-4/+4
* usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese2014-09-231-1/+16
* USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar2014-01-071-7/+11
* USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar2014-01-071-1/+1
* Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-10/+12
|\
| * usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese2013-12-091-10/+12
* | usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese2013-12-021-41/+57
|/
* wusb: Fix potential memory leak in wusb_dev_sec_add()Alexey Khoroshilov2012-08-101-3/+4
* USB: wusb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-091-1/+1
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: wusb: correctly check size of security descriptor.David Vrabel2009-12-111-3/+3
* USB: wusb: don't use the stack to read security descriptorStefano Panella2009-10-141-22/+19
* trivial: Fix dubious bitwise 'and' usage spotted by sparse.Alexey Zaytsev2009-03-301-1/+1
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-0/+2
* uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-221-70/+5
* wusb: reset WUSB devices with SetAddress(0)David Vrabel2008-10-281-2/+1
* wusb: add the Wireless USB core (security)Inaky Perez-Gonzalez2008-09-171-0/+642