summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-202-4/+0
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-32/+19
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-13/+26
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* NFC: Fix SE API related sparse warningSamuel Ortiz2013-10-071-1/+1
* NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade2013-09-251-22/+31
* NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade2013-09-251-16/+10
* NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade2013-09-251-0/+9
* NFC: netlink: SE API implementationSamuel Ortiz2013-09-251-0/+91
* NFC: digital: Fix sens_res endiannes handlingThierry Escande2013-09-251-9/+6
* 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/+22
* 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/+55
* 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/+0
* 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/+3
* 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/+2
OpenPOWER on IntegriCloud