summaryrefslogtreecommitdiffstats
path: root/net/nfc/netlink.c
AgeCommit message (Expand)AuthorLines
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard-0/+47
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-5/+7
2014-12-02NFC: Add se_io NFC operandChristophe Ricard-1/+46
2014-12-02NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGETChristophe Ricard-0/+30
2014-02-16NFC: Add netlink support for ISO/IEC 15693Mark A. Greer-0/+8
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher-3/+1
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-32/+19
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-13/+26
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-10-07NFC: Fix SE API related sparse warningSamuel Ortiz-1/+1
2013-09-25NFC: netlink: SE API implementationSamuel Ortiz-0/+91
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade-1/+3
2013-08-14NFC: Add a GET_SE netlink APISamuel Ortiz-0/+91
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz-6/+6
2013-06-14NFC: Add secure element enablement netlink APISamuel Ortiz-0/+56
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz-0/+63
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz-1/+0
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade-0/+63
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz-2/+1
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande-0/+169
2013-03-10NFC: Add missing type policies for netlink attributesThierry Escande-0/+3
2013-01-10NFC: Initial Secure Element APISamuel Ortiz-0/+1
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande-0/+152
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc-1/+1
2012-10-26NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesThierry Escande-1/+2
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-7/+39
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc-7/+39
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-13/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+9
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz-0/+9
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf-9/+9
2012-06-04NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz-2/+2
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz-0/+62
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz-4/+15
2012-05-15NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten-1/+1
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-2/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+31
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz-0/+30
2012-04-01nfc: Stop using NLA_PUT*().David S. Miller-29/+41
2012-03-06NFC: Core code identation fixesSamuel Ortiz-30/+27
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-8/+3
2012-03-06NFC: Add device powered netlink attributeSamuel Ortiz-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias-0/+6
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias-0/+3
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz-0/+144
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz-2/+0
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz-1/+1
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches-28/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches-15/+17