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 Kang2023-01-181-0/+4
* nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek2022-12-081-1/+3
* nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-12-081-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: 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-251-2/+14
* 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-142-3/+15
* 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-261-3/+3
* nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski2021-11-021-2/+2
* nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-08-041-2/+1
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-05-221-0/+3
* nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon2020-12-301-1/+3
* nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-12-021-2/+2
* NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu2020-09-171-1/+1
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-08-051-0/+1
* NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-06-101-1/+3
* NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter2020-04-021-3/+2
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-03-051-0/+1
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2020-02-241-1/+1
* NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2020-02-111-1/+1
* NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-231-1/+1
* NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-12-131-2/+4
* nfc: port100: handle command failure cleanlyOliver Neukum2019-12-011-1/+1
* NFC: st21nfca: fix double freePan Bian2019-11-121-0/+1
* NFC: fdp: fix incorrect free objectPan Bian2019-11-121-1/+1
* NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-11-061-1/+8
* st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-08-291-0/+2
* st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-08-291-0/+2
* NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold2019-08-093-4/+5
* spi: ST ST95HF NFC: declare missing of tableDaniel Gomez2019-05-161-0/+7
* NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-11-131-3/+2
* Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-2/+2
|\
| * NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-251-2/+2
* | NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
|/
* treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-121-2/+2