aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2022-08-22nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutGravatar Duoming Zhou 1-0/+1
2022-07-13NFC: nxp-nci: add error reportingGravatar Michael Walle 1-0/+34
2022-06-29NFC: nxp-nci: don't print header length mismatch on i2c errorGravatar Michael Walle 1-2/+6
2022-06-29NFC: nxp-nci: Don't issue a zero length i2c_master_read()Gravatar Michael Walle 1-0/+3
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueGravatar Krzysztof Kozlowski 2-6/+6
2022-06-08nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredGravatar Xiaohui Zhang 1-2/+14
2022-06-08nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONGravatar Martin Faltesek 1-30/+30
2022-06-08nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingGravatar Martin Faltesek 1-3/+10
2022-06-08nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONGravatar Martin Faltesek 1-1/+1
2022-05-19NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txGravatar Duoming Zhou 2-3/+15
2022-05-18nfc: pn533: Fix buggy cleanup orderGravatar Lin Ma 1-2/+3
2022-05-01nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Gravatar Duoming Zhou 1-1/+1
2022-03-18nfc: st21nfca: remove unnecessary skb check before kfree_skb()Gravatar Yang Yingliang 1-2/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-03-09NFC: port100: fix use-after-free in port100_send_completeGravatar Pavel Skripkin 1-0/+2
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Jakub Kicinski 4-11/+4
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 4-11/+4
2022-01-27nfc: use *_set_vendor_cmds() helpersGravatar Jakub Kicinski 2-3/+3
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONGravatar Jordy Zomer 1-0/+10
2022-01-11nfc: pn544: make array rset_cmd static constGravatar Colin Ian King 1-1/+1
2021-12-30nfc: st21nfca: remove redundant assignment to variable iGravatar Colin Ian King 1-3/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+20
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeGravatar Wei Yongjun 1-9/+20
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-11-26nfc: fdp: Merge the same judgmentGravatar wengjianfeng 1-3/+1
2021-11-26nfc: virtual_ncidev: change default device permissionsGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsGravatar Chengfeng Ye 1-3/+3
2021-11-07nfc: port100: lower verbosity of cancelled URB messagesGravatar Krzysztof Kozlowski 1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-10-26nfc: port100: fix using -ERRNO as command type maskGravatar Krzysztof Kozlowski 1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+2
2021-10-20nfc: st95hf: Make spi remove() callback return zeroGravatar Uwe Kleine-König 1-4/+2
2021-10-11nfc: microread: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-6/+0
2021-10-11nfc: trf7970a: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-8/+0
2021-10-11nfc: st21nfca: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-8/+0
2021-10-11nfc: st-nci: drop unneeded debug printsGravatar Krzysztof Kozlowski 4-18/+0
2021-10-11nfc: s3fwrn5: simplify dereferencing pointer to struct deviceGravatar Krzysztof Kozlowski 2-29/+18
2021-10-07nfc: pn533: Constify pn533_phy_opsGravatar Rikard Falkeborn 5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsGravatar Rikard Falkeborn 1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-09-23nfc: st-nci: Add SPI ID matching DT compatibleGravatar Mark Brown 1-0/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: microread: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: pn544: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-4/+0
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Gravatar Krzysztof Kozlowski 1-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-6/+0
2021-09-13nfc: fdp: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-1/+0
2021-08-26nfc: st95hf: remove unused header includesGravatar Krzysztof Kozlowski 1-1/+0
2021-08-26nfc: st21nfca: remove unused header includesGravatar Krzysztof Kozlowski 2-3/+0