aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-2/+84
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+14
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+4
2015-08-17nfc: netlink: Warning fixChristophe Ricard1-0/+1
2015-08-17nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard1-2/+2
2015-06-15NFC: nci: fix mistake in uart generic driverVincent Cuissard1-1/+1
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard1-1/+1
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard1-1/+0
2015-06-11NFC: nci: add generic uart supportVincent Cuissard3-0/+505
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz1-0/+1
2015-06-09NFC: netlink: Implement vendor command supportSamuel Ortiz1-0/+55
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard1-4/+6
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard1-0/+26
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard1-2/+7
2015-06-09NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard1-2/+3
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz3-0/+72
2015-06-09NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches1-8/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman6-10/+10
2015-04-13nfc: Fix portid type in urelease_workRichard Weinberger1-1/+1
2015-03-26NFC: nci: Add firmware download supportClément Perrochaud1-0/+11
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