summaryrefslogtreecommitdiff
path: root/drivers/nfc/st21nfca/se.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin1-0/+6
2022-06-08nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek1-30/+30
2022-06-08nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek1-3/+10
2022-06-08nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek1-1/+1
2022-05-20NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou1-3/+14
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer1-0/+10
2021-10-12nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski1-4/+0
2020-08-21nfc: st21nfca: Remove unnecessary castAlex Dewar1-2/+1
2019-07-25st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-8/+9
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook1-6/+4
2016-05-04nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard1-2/+0
2015-12-29nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard1-0/+1
2015-12-29nfc: st21nfca: Code cleanupChristophe Ricard1-2/+2
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard1-1/+3
2015-10-27NFC: st21nfca: Add error messages for unexpected HCI eventsChristophe Ricard1-0/+4
2015-10-27NFC: st21nfca: Add few code style fixesChristophe Ricard1-1/+1
2015-10-27NFC: st21nfca: Fix host_list verification after SEactivationChristophe Ricard1-2/+5
2015-10-26NFC: st21nfca: Align st21nfca driver with other nfc driverChristophe Ricard1-0/+419