summaryrefslogtreecommitdiffstats
path: root/net/nfc/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-5/+4
* nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-291-0/+37
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+1
* NFC: delete null dereferenceJulia Lawall2015-10-191-4/+2
* nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-2/+84
* nfc: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
* nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2
* NFC: netlink: Implement vendor command supportSamuel Ortiz2015-06-091-0/+55
* nfc: Fix portid type in urelease_workRichard Weinberger2015-04-131-1/+1
* NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard2015-02-021-0/+47
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-5/+7
* NFC: Add se_io NFC operandChristophe Ricard2014-12-021-1/+46
* NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGETChristophe Ricard2014-12-021-0/+30
* NFC: Add netlink support for ISO/IEC 15693Mark A. Greer2014-02-161-0/+8
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-32/+19
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-13/+26
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* NFC: Fix SE API related sparse warningSamuel Ortiz2013-10-071-1/+1
* NFC: netlink: SE API implementationSamuel Ortiz2013-09-251-0/+91
* NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-141-1/+3
* NFC: Add a GET_SE netlink APISamuel Ortiz2013-08-141-0/+91
* NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-311-6/+6
* NFC: Add secure element enablement netlink APISamuel Ortiz2013-06-141-0/+56
* NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz2013-06-141-0/+63
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-141-1/+0
* NFC: Add firmware upload netlink commandEric Lapuyade2013-06-141-0/+63
* NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz2013-04-261-2/+1
* 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-281-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
|\