aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue2-8/+7
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-1/+7
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard3-26/+34
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard3-7/+5
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard1-0/+8
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard1-0/+11
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard3-0/+70
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard4-18/+722
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard2-0/+85
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2-0/+34
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard3-0/+68
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard4-33/+127
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2-13/+0
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+3
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard2-22/+44
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+7
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller10-125/+1188
2014-12-02NFC: NCI: Fix max length of General Bytes in ATR_RESJulien Lefrique1-5/+3
2014-12-02NFC: nci: Fix warning: cast to restricted __le16Christophe Ricard1-1/+1
2014-12-02NFC: Fix warning "warning: incorrect type in assignment"Christophe Ricard1-2/+4
2014-12-02NFC: hci: Add specific hci macro to not create a pipeChristophe Ricard1-0/+3
2014-12-02NFC: Add se_io NFC operandChristophe Ricard1-1/+46
2014-12-02NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGETChristophe Ricard1-0/+30
2014-12-02NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard1-4/+6
2014-12-02NFC: nci: Add management for NCI state for machine rf_deactivate_ntfChristophe Ricard1-4/+14
2014-12-02NFC: nci: Add status byte management in case of error.Christophe Ricard1-2/+9
2014-12-02NFC: hci: Add support for NOTIFY_ALL_PIPE_CLEAREDChristophe Ricard1-0/+3
2014-12-02NFC: hci: Add open pipe command handlerChristophe Ricard1-0/+39
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard1-0/+14
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure elementChristophe Ricard1-0/+5
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure elementChristophe Ricard1-0/+5
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure elementChristophe Ricard1-0/+5
2014-12-02NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.Christophe Ricard1-1/+1
2014-12-02NFC: hci: Add se_io HCI operandChristophe Ricard1-0/+14
2014-11-28NFC: NCI: Signal deactivation in Target modeJulien Lefrique1-1/+16
2014-11-28NFC: NCI: Handle Discovery deactivation typeJulien Lefrique1-1/+4
2014-11-28NFC: Fix a memory leakJulien Lefrique1-1/+4
2014-11-28NFC: NCI: Forward data received in Target mode to nfc coreJulien Lefrique1-1/+12
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique1-0/+13
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique1-1/+9
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique1-24/+109
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique1-0/+29
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique1-10/+32