aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
* NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-07-121-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-151-1/+1
|\
| * nfc: signedness bug in __nci_request()Dan Carpenter2011-12-121-1/+1
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
|/
* NFC: use after free on errorDan Carpenter2011-09-271-8/+6
* NFC: protect nci_data_exchange transactionsIlan Elias2011-09-273-2/+12
* NFC: implicitly deactivate in nci_start_pollIlan Elias2011-09-271-1/+6
* NFC: improve readability of an 'if' in nci core.cIlan Elias2011-09-271-18/+14
* NFC: basic NCI protocol implementationIlan Elias2011-09-207-0/+1630