summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2022-07-21NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle1-2/+6
2022-07-07NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle1-0/+3
2022-07-07nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2-6/+6
2022-06-25nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang1-2/+14
2022-06-14nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek1-3/+10
2022-06-14nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek1-1/+1
2022-05-12nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou1-1/+1
2022-03-28nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer1-0/+10
2022-03-16NFC: port100: fix use-after-free in port100_send_completePavel Skripkin1-0/+2
2021-11-26nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-11-02nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski1-2/+2
2021-08-04nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski1-2/+1
2021-05-22nfc: pn533: prevent potential memory corruptionDan Carpenter1-0/+3
2020-12-29nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon1-1/+3
2020-12-02nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski1-2/+2
2020-09-23NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu1-1/+1
2020-08-21nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost1-0/+1
2020-06-11NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-04-02NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter1-3/+2
2020-03-11nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-02-28NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan1-1/+1
2020-02-15NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor1-1/+1
2019-12-21NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold1-2/+4
2019-11-28nfc: port100: handle command failure cleanlyOliver Neukum1-1/+1
2019-11-12NFC: st21nfca: fix double freePan Bian1-0/+1
2019-11-12NFC: fdp: fix incorrect free objectPan Bian1-1/+1
2019-09-06st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-09-06st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-05-16spi: ST ST95HF NFC: declare missing of tableDaniel Gomez1-0/+7
2019-01-09NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2-2/+2
2018-12-01NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold1-3/+2
2018-08-24NFC: pn533: Fix wrong GFP flag usageHans de Goede1-2/+2
2018-03-22NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin1-2/+2
2018-03-22NFC: nfcmrvl: double free on error pathDan Carpenter1-3/+2
2018-03-22NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser1-1/+1
2017-08-07nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee1-3/+3
2017-08-07nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi1-12/+23
2017-07-28NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold1-7/+9
2017-07-28NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-07-28NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold1-8/+11
2017-07-28NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2016-10-31mei: bus: fix received data size check in NFC fixupAlexander Usyskin1-1/+1
2016-07-21Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller6-353/+392
2016-07-20NFC: nfcsim: Simulate lost frames through debugfs entryThierry Escande1-0/+12
2016-07-20NFC: nfcsim: Add support for sysfs control entryThierry Escande1-0/+51
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven1-2/+2
2016-07-06NFC: nfcsim: Fix missing dependency on NFC_DIGITALThierry Escande1-0/+1
2016-07-06NFC: port100: Abort current command before switching RF offThierry Escande1-0/+4
2016-07-06NFC: port100: Make port100_abort_cmd() synchronousThierry Escande1-1/+10
2016-07-06NFC: port100: Fix the command cancellation processThierry Escande1-5/+37