summaryrefslogtreecommitdiffstats
path: root/net/nfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
* | NFC: Initial Secure Element APISamuel Ortiz2013-01-101-0/+3
* | NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade2013-01-101-25/+22Star
|/
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-1/+1
* NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz2012-10-261-7/+16
* NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande2012-10-261-0/+5
* NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade2012-10-261-0/+3
* workqueue: avoid using deprecated functionsLinus Torvalds2012-10-031-1/+1
* NFC: Use system_nrt_wq instead of custom onesTejun Heo2012-09-251-11/+2Star
* NFC: Add netlink module alias for NFCSamuel Ortiz2012-07-091-0/+3
* NFC: Add modules alias for NFC socketsSamuel Ortiz2012-07-091-0/+1
* NFC: nfc_driver_failure() implementationEric Lapuyade2012-07-091-6/+2Star
* NFC: nfc_targets_found() should accept zero target foundEric Lapuyade2012-07-091-6/+13
* NFC: Core must test the device polling state inside the device lockEric Lapuyade2012-07-091-2/+7
* NFC: Driver failure APIEric Lapuyade2012-07-091-0/+10
* NFC: Call the DEP link down ops even when in target modeSamuel Ortiz2012-06-041-5/+0Star
* NFC: Introduce target mode rx data callbackSamuel Ortiz2012-06-041-0/+12
* NFC: Introduce target mode tx opsSamuel Ortiz2012-06-041-17/+20
* NFC: Set the NFC device RF mode appropriatelySamuel Ortiz2012-06-041-4/+10
* NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-041-0/+35
* NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-041-5/+5
* NFC: Export LLCP general bytes getterSamuel Ortiz2012-06-041-0/+8
* NFC: Specify usage for targets found and target lost eventsEric Lapuyade2012-05-151-9/+26
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-151-20/+61
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-181-4/+136
|\
| * NFC: Add Core support to generate tag lost eventEric Lapuyade2012-04-121-1/+71
| * NFC: Changed target activated state logicEric Lapuyade2012-04-121-3/+21
| * NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-121-1/+1
| * NFC: The core part should generate the target indexSamuel Ortiz2012-04-121-0/+5
| * NFC: Export target lost functionEric Lapuyade2012-04-121-0/+39
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
|/
* NFC: Core code identation fixesSamuel Ortiz2012-03-061-16/+12Star
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-061-11/+11
* NFC: NFC core layer should not set the target_idxIlan Elias2012-01-241-5/+0Star
* NFC: Initial LLCP supportSamuel Ortiz2011-12-141-2/+18
* NFC: Set and get DEP general bytesSamuel Ortiz2011-12-141-0/+18
* NFC: Add a DEP link control netlink commandSamuel Ortiz2011-12-141-0/+77
* NFC: Add tx skb allocation routineSamuel Ortiz2011-12-141-3/+27
* NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-141-1/+1
* nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2011-11-301-19/+0Star
* nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-301-18/+19
* nfc: Use standard logging stylesJoe Perches2011-11-301-1/+3
* NFC: Add dev_up and dev_down control operationsIlan Elias2011-09-201-0/+77
* NFC: Reserve tx head and tail roomSamuel Ortiz2011-08-241-1/+5
* NFC: add the NFC socket raw protocolLauro Ramos Venancio2011-07-051-0/+7
* NFC: add NFC socket familyAloisio Almeida Jr2011-07-051-0/+7
* NFC: add nfc generic netlink interfaceLauro Ramos Venancio2011-07-051-2/+91
* NFC: add nfc subsystem coreLauro Ramos Venancio2011-07-051-0/+365