summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
...
* NFC: rawsock: Fix a memory leakThierry Escande2013-09-251-2/+5
* NFC: digital: digital_tg_send_sensf_res() can be staticFengguang Wu2013-09-251-1/+1
* NFC: digital: Add newline to pr_* callsSamuel Ortiz2013-09-253-26/+22Star
* NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz2013-09-254-27/+31
* NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade2013-09-251-0/+1
* NFC Digital: Add target NFC-DEP supportThierry Escande2013-09-254-7/+755
* NFC Digital: Add initiator NFC-DEP supportThierry Escande2013-09-255-6/+435
* NFC Digital: Add NFC-F technology supportThierry Escande2013-09-254-0/+153
* NFC Digital: Add NFC-A technology supportThierry Escande2013-09-254-4/+488
* NFC Digital: Implement driver commands mechanismThierry Escande2013-09-254-8/+427
* NFC: Digital Protocol stack implementationThierry Escande2013-09-254-0/+192
* NFC: Set active target upon DEP up event receptionSamuel Ortiz2013-09-251-0/+13
* NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2013-09-251-125/+55Star
* NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade2013-09-251-64/+64
* NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade2013-09-251-1/+1
* NFC: Export nfc_find_se()Arron Wang2013-09-251-4/+5
* NFC: Update secure element stateArron Wang2013-08-141-0/+4
* NFC: Fix secure element state checkArron Wang2013-08-141-2/+2
* NFC: hci: Fix enable/disable confusionDan Carpenter2013-08-141-1/+1
* NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-143-4/+15
* NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-141-2/+0Star
* NFC: Add a GET_SE netlink APISamuel Ortiz2013-08-141-0/+91
* NFC: Fix SE discovery failure warning conditionSamuel Ortiz2013-08-141-1/+1
* NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-314-23/+23
* NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
* NFC: llcp: Fix the well known services endiannessSamuel Ortiz2013-06-141-2/+2
* NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz2013-06-141-0/+1
* NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz2013-06-141-0/+3
* NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2013-06-142-3/+6
* NFC: Fix a potential memory leakThierry Escande2013-06-141-0/+1
* NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-143-0/+15
* NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-143-24/+3Star
* NFC: Add secure element enablement netlink APISamuel Ortiz2013-06-141-0/+56
* NFC: Add secure element enablement internal APISamuel Ortiz2013-06-142-4/+109
* NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz2013-06-141-0/+8
* NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz2013-06-143-0/+80
* NFC: Add secure elements addition and removal APISamuel Ortiz2013-06-141-1/+44
* NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-143-0/+58
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-145-9/+2Star
* NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+174
* NFC: Add NCI over SPI sendFrederic Danis2013-06-141-1/+70
* NFC: Add basic NCI over SPIFrederic Danis2013-06-143-1/+149
* NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz2013-06-141-18/+18
* NFC: HCI: Implement fw_upload opsEric Lapuyade2013-06-141-0/+11
* NFC: Add firmware upload netlink commandEric Lapuyade2013-06-143-0/+114
* NFC: NCI: Fix skb->dev usageFrederic Danis2013-06-142-13/+6Star
* NFC: Remove commented out LLCP related Makefile linePaul Bolle2013-05-211-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-2/+3
|\
| * NFC: llcp: two bugs in ->getname()Dan Carpenter2013-04-251-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-299-79/+9Star
|\ \