summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nfc: st21nfca: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: st-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: s3fwrn5: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: pn544: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: pn533: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: nxp-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: nfcmrvl: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: microread: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-0113-592/+313
|\
| * NFC: trf7970a: Correct register settings for 27MHz clockGeoff Lansberry2017-06-281-0/+7