summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon1-1/+1
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-06-03NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-22net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-22net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-04-16nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-16nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-02-04NFC: fix possible resource leakPan Bian1-0/+1
2021-02-04NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-08-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-05-10NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-01-04net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron1-2/+5
2019-08-04nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-03-23net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2017-11-30NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-07-28NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk1-2/+4
2017-07-28nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk1-2/+1
2017-07-28nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-07-28NFC: fix broken device allocationJohan Hovold2-15/+19
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-8/+8
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard1-1/+3
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard1-0/+2
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard1-1/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard7-11/+24
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca1-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca1-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca3-21/+54