aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/netlink.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10NFC: Initial Secure Element APIGravatar Samuel Ortiz 1-0/+1
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportGravatar Thierry Escande 1-0/+152
2012-10-26NFC: Fix some code style and whitespace issuesGravatar Szymon Janc 1-1/+1
2012-10-26NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesGravatar Thierry Escande 1-1/+2
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-7/+39
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedGravatar Szymon Janc 1-7/+39
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-13/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+9
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedGravatar Samuel Ortiz 1-0/+9
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Gravatar Thomas Graf 1-9/+9
2012-06-04NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSGravatar Samuel Ortiz 1-2/+2
2012-06-04NFC: Add target mode activation netlink eventGravatar Samuel Ortiz 1-0/+62
2012-06-04NFC: Add target mode protocols to the polling loop startup routineGravatar Samuel Ortiz 1-4/+15
2012-05-15NFC: The NFC genl family structure should not be exposed globallyGravatar H Hartley Sweeten 1-1/+1
2012-05-15NFC: Specify usage for targets found and target lost eventsGravatar Eric Lapuyade 1-2/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+31
2012-04-12NFC: Add a target lost netlink eventGravatar Samuel Ortiz 1-0/+30
2012-04-01nfc: Stop using NLA_PUT*().Gravatar David S. Miller 1-29/+41
2012-03-06NFC: Core code identation fixesGravatar Samuel Ortiz 1-30/+27
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineGravatar Samuel Ortiz 1-8/+3
2012-03-06NFC: Add device powered netlink attributeGravatar Samuel Ortiz 1-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resGravatar Ilan Elias 1-0/+6
2012-01-04NFC: Export a new attribute nfcid1 in target infoGravatar Ilan Elias 1-0/+3
2011-12-14NFC: Add a DEP link control netlink commandGravatar Samuel Ortiz 1-0/+144
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierGravatar Samuel Ortiz 1-2/+0
2011-12-14NFC: Add function name to the NFC pr_fmt() routineGravatar Samuel Ortiz 1-1/+1
2011-11-30nfc: Remove function tracer like entry messagesGravatar Joe Perches 1-28/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugGravatar Joe Perches 1-15/+17
2011-09-20NFC: Add dev_up and dev_down control operationsGravatar Ilan Elias 1-0/+56
2011-07-05NFC: add nfc generic netlink interfaceGravatar Lauro Ramos Venancio 1-0/+537