aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-112/+106
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade1-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade1-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade1-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo3-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+6
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+24
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-3/+14
2012-07-09NFC: Driver failure APIEric Lapuyade1-0/+2
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade1-0/+2
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz1-0/+1
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-1/+2
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz1-1/+1
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz1-0/+4
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz3-3/+6
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz1-0/+1
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2-0/+4
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade1-1/+0
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade1-2/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-8/+10
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-1/+313
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade1-0/+5
2012-04-12NFC: Changed target activated state logicEric Lapuyade1-1/+2
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade1-1/+1
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz1-0/+2
2012-04-12NFC: SHDLC implementationEric Lapuyade1-0/+104
2012-04-12NFC: HCI supportEric Lapuyade2-0/+199
2012-04-12NFC: Export target lost functionEric Lapuyade1-0/+1
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-5/+5
2012-03-06NFC: Core code identation fixesSamuel Ortiz1-12/+12
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz1-4/+2
2012-01-24NFC: Add NCI multiple targets supportIlan Elias2-2/+41
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias1-1/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-4/+10
2012-01-24NFC: Add NCI data exchange timerIlan Elias1-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias2-2/+25
2012-01-24NFC: Increase NCI deactivate timeoutIlan Elias1-1/+1
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias1-0/+3
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+6
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2-30/+19
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+5
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz1-0/+11