summaryrefslogtreecommitdiffstats
path: root/net/nfc/core.c
AgeCommit message (Expand)AuthorLines
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz-0/+1
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade-2/+7
2012-07-09NFC: Driver failure APIEric Lapuyade-0/+10
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz-5/+0
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz-0/+12
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz-17/+20
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz-4/+10
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz-0/+35
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz-5/+5
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz-0/+8
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-9/+26
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-20/+61
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-4/+136
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-2/+2
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade-1/+1
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz-0/+5
2012-04-12NFC: Export target lost functionEric Lapuyade-0/+39
2012-03-06NFC: Core code identation fixesSamuel Ortiz-16/+12
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-11/+11
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias-5/+0
2011-12-14NFC: Initial LLCP supportSamuel Ortiz-2/+18
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz-0/+18
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz-0/+77
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz-3/+27
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz-1/+1
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches-19/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches-18/+19
2011-11-30nfc: Use standard logging stylesJoe Perches-1/+3
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias-0/+77
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz-1/+5
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio-0/+7
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr-0/+7
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio-2/+91
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio-0/+365