aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02usb: wusbcore: security: cast sizeof to int for comparisonJulia Lawall1-1/+1
2017-11-07USB: wusbcore: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: wusbcore: Use put_unaligned_le32Himanshu Jha1-5/+4
2016-11-29usb: return correct errno code when krealloc failsPan Bian1-0/+1
2016-08-30usb: wusbcore: security: don't print on ENOMEMWolfram Sang1-3/+1
2014-12-02wusb: replace memset by memzero_explicitJulia Lawall1-4/+4
2014-09-23usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese1-1/+16
2014-01-07USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar1-7/+11
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar1-1/+1
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-10/+12
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese1-10/+12
2013-12-02usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese1-41/+57
2012-08-10wusb: Fix potential memory leak in wusb_dev_sec_add()Alexey Khoroshilov1-3/+4
2011-12-09USB: wusb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
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
2009-12-11USB: wusb: correctly check size of security descriptor.David Vrabel1-3/+3
2009-10-14USB: wusb: don't use the stack to read security descriptorStefano Panella1-22/+19
2009-03-30trivial: Fix dubious bitwise 'and' usage spotted by sparse.Alexey Zaytsev1-1/+1
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-0/+2
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-70/+5
2008-10-28wusb: reset WUSB devices with SetAddress(0)David Vrabel1-2/+1
2008-09-17wusb: add the Wireless USB core (security)Inaky Perez-Gonzalez1-0/+642