summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
AgeCommit message (Expand)AuthorLines
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade-0/+4
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-1/+0
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade-2/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-8/+10
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+313
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade-0/+5
2012-04-12NFC: Changed target activated state logicEric Lapuyade-1/+2
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/+2
2012-04-12NFC: SHDLC implementationEric Lapuyade-0/+104
2012-04-12NFC: HCI supportEric Lapuyade-0/+199
2012-04-12NFC: Export target lost functionEric Lapuyade-0/+1
2012-03-06NFC: NCI code identation fixesSamuel Ortiz-5/+5
2012-03-06NFC: Core code identation fixesSamuel Ortiz-12/+12
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-4/+2
2012-01-24NFC: Add NCI multiple targets supportIlan Elias-2/+41
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias-1/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias-4/+10
2012-01-24NFC: Add NCI data exchange timerIlan Elias-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias-2/+25
2012-01-24NFC: Increase NCI deactivate timeoutIlan Elias-1/+1
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias-0/+3
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias-0/+6
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias-30/+19
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz-0/+5
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz-0/+11
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz-1/+4
2011-11-17NFC: Fix indentation in nci.h fileIlan Elias-42/+42
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias-0/+3
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias-31/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias-30/+62
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias-0/+1
2011-09-20NFC: basic NCI protocol implementationIlan Elias-0/+496
2011-09-20NFC: move nfc.h from include/net to include/net/nfcIlan Elias-0/+165