summaryrefslogtreecommitdiff
path: root/net/nfc (follow)
Commit message (Expand)AuthorAge
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-27
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-22
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-14
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-08
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-26
* NFC: reorganize the functions in nci_requestLin Ma2021-11-26
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-27
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-27
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-27
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-27
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-06-16
* nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-06-10
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-06-03
* net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-05-22
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-22
* nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni2021-04-16
* nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-04-16
* nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-04-16
* nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-04-16
* NFC: fix possible resource leakPan Bian2021-02-03
* NFC: fix resource leak when target index is invalidPan Bian2021-02-03
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-29
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-21
* NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2020-05-10
* nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-20
* nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-20
* net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter2020-03-20
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2020-01-04
* nfc: netlink: fix double device reference dropPan Bian2019-11-12
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-07
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-07
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-05
* nfc: fix potential illegal memory accessYang Wei2019-08-04
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-23
* NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-29
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-22
* NFC: llcp: Limit size of SDP URIKees Cook2018-05-30
* NFC: fix device-allocation error returnJohan Hovold2017-11-30
* NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-07-27
* nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-07-27
* nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-07-27
* NFC: fix broken device allocationJohan Hovold2017-07-27
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-28
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-27
* NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-27
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-27
* NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-27
* NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-27
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-27