summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2018-07-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa
2018-06-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook
2017-12-01Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-11-30NFC: fix device-allocation error returnJohan Hovold
2017-09-18ANDROID: NFC: Fix possible memory corruption when handling SHDLC I-Frame comm...Suren Baghdasaryan
2017-07-27NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk
2017-07-27nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk
2017-07-27nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk
2017-07-27NFC: fix broken device allocationJohan Hovold
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca
2015-10-25NFC: nci: Export nci data send APIRobert Dolca
2015-10-19NFC: delete null dereferenceJulia Lawall
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga
2015-08-17nfc: netlink: Warning fixChristophe Ricard
2015-08-17nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard
2015-06-15NFC: nci: fix mistake in uart generic driverVincent Cuissard
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard
2015-06-11NFC: nci: add generic uart supportVincent Cuissard
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz
2015-06-09NFC: netlink: Implement vendor command supportSamuel Ortiz
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard