summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-06-281-4/+0
* nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang2023-03-221-2/+4
* nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin2023-03-221-0/+1
* nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen2023-03-171-0/+4
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-03-112-0/+12
* nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang2023-01-181-3/+41
* nfc: pn533: Clear nfc_target before being usedMinsuk Kang2022-12-311-0/+4
* nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-12-021-15/+36
* nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek2022-12-021-1/+3
* nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-12-021-1/+1
* nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-11-101-1/+6
* nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing2022-11-101-2/+6
* nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing2022-11-101-2/+5
* nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing2022-11-101-1/+9
* nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()Shang XiaoJing2022-11-031-0/+3
* nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou2022-08-311-0/+1
* NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle2022-07-211-2/+6
* NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle2022-07-071-0/+3
* nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-07-072-6/+6
* nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang2022-06-221-2/+14
* nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-141-30/+30
* nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-141-3/+10
* nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-141-1/+1
* NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2022-06-092-3/+15
* nfc: pn533: Fix buggy cleanup orderLin Ma2022-06-061-2/+3
* nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou2022-05-121-1/+1
* nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer2022-03-281-0/+10
* NFC: port100: fix use-after-free in port100_send_completePavel Skripkin2022-03-161-0/+2
* NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun2022-01-051-9/+20
* nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye2021-11-181-3/+3
* nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski2021-10-261-2/+2
* nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König2021-10-201-4/+2
* nfc: st-nci: Add SPI ID matching DT compatibleMark Brown2021-09-231-0/+1
* nfc: st95hf: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: st21nfca: remove unused header includesKrzysztof Kozlowski2021-08-262-3/+0
* nfc: st-nci: remove unused header includesKrzysztof Kozlowski2021-08-261-2/+0
* nfc: pn544: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: mrvl: remove unused header includesKrzysztof Kozlowski2021-08-262-6/+0
* nfc: microread: remove unused header includesKrzysztof Kozlowski2021-08-262-2/+0
* nfc: virtual_ncidev: Use wait queue instead of pollingBongsu Jeon2021-08-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-3/+2
|\
| * nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-07-281-2/+1
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-281-1/+1
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-271-1/+1
* | nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-301-2/+2
* | nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski2021-07-301-1/+1
* | nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-296-7/+7
* | nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-296-13/+15
* | nfc: microread: constify several pointersKrzysztof Kozlowski2021-07-293-4/+4
* | nfc: fdp: constify several pointersKrzysztof Kozlowski2021-07-293-13/+13