summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)Author
2022-12-08nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek
2022-12-08nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek
2022-11-10nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing
2022-11-10nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing
2022-07-21NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle
2022-07-07NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle
2022-07-07nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski
2022-06-25nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang
2022-06-14nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek
2022-06-14nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek
2022-05-12nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou
2022-03-28nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer
2022-03-16NFC: port100: fix use-after-free in port100_send_completePavel Skripkin
2021-11-26nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye
2021-11-02nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski
2021-08-04nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski
2021-05-22nfc: pn533: prevent potential memory corruptionDan Carpenter
2020-12-29nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon
2020-12-02nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski
2020-09-23NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu
2020-08-21nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost
2020-06-11NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan
2020-04-02NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter
2020-03-11nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko
2020-02-28NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan
2020-02-14NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor
2019-12-21NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold
2019-11-28nfc: port100: handle command failure cleanlyOliver Neukum
2019-11-12NFC: st21nfca: fix double freePan Bian
2019-11-12NFC: fdp: fix incorrect free objectPan Bian
2019-09-06st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost
2019-09-06st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost
2019-05-16spi: ST ST95HF NFC: declare missing of tableDaniel Gomez
2019-01-09NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck
2018-12-01NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold
2018-08-24NFC: pn533: Fix wrong GFP flag usageHans de Goede
2018-03-22NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin
2018-03-22NFC: nfcmrvl: double free on error pathDan Carpenter
2018-03-22NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser
2017-08-06nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee
2017-08-06nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi
2017-07-27NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold
2017-07-27NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold
2017-07-27NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold
2017-07-27NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold
2016-10-31mei: bus: fix received data size check in NFC fixupAlexander Usyskin
2016-07-20Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2016-07-19NFC: nfcsim: Simulate lost frames through debugfs entryThierry Escande
2016-07-19NFC: nfcsim: Add support for sysfs control entryThierry Escande
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven