summaryrefslogtreecommitdiffstats
path: root/net/nfc/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: llcp: Service Name Lookup netlink interfaceThierry Escande2013-03-101-0/+169
* NFC: Add missing type policies for netlink attributesThierry Escande2013-03-101-0/+3
* NFC: Initial Secure Element APISamuel Ortiz2013-01-101-0/+1
* NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande2012-10-291-0/+152
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-1/+1
* NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesThierry Escande2012-10-261-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-281-7/+39
|\
| * NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc2012-09-271-7/+39
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-13/+13
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-0/+9
|\
| * NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz2012-07-091-0/+9
* | net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-291-9/+9
|/
* NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz2012-06-041-2/+2
* NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-041-0/+62
* NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-041-4/+15
* NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten2012-05-151-1/+1
* NFC: Specify usage for targets found and target lost eventsEric Lapuyade2012-05-151-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-181-0/+31
|\
| * NFC: Add a target lost netlink eventSamuel Ortiz2012-04-121-0/+30
* | nfc: Stop using NLA_PUT*().David S. Miller2012-04-021-29/+41
|/
* NFC: Core code identation fixesSamuel Ortiz2012-03-061-30/+27Star
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-061-8/+3Star
* NFC: Add device powered netlink attributeSamuel Ortiz2012-03-061-0/+3
* NFC: Export new attributes sensb_res and sensf_resIlan Elias2012-01-241-0/+6
* NFC: Export a new attribute nfcid1 in target infoIlan Elias2012-01-041-0/+3
* NFC: Add a DEP link control netlink commandSamuel Ortiz2011-12-141-0/+144
* NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz2011-12-141-2/+0Star
* NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-141-1/+1
* nfc: Remove function tracer like entry messagesJoe Perches2011-11-301-28/+0Star
* nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-301-15/+17
* NFC: Add dev_up and dev_down control operationsIlan Elias2011-09-201-0/+56
* NFC: add nfc generic netlink interfaceLauro Ramos Venancio2011-07-051-0/+537