summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-311-12/+30
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-213-20/+20
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-10/+9
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-214-23/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1510-10/+10
|\
| * NFC: fdp: make struct nci_ops staticColin Ian King2017-11-061-1/+1
| * nfc: s3fwrn5: make array match static constColin Ian King2017-11-061-1/+1