summaryrefslogtreecommitdiff
path: root/net/nfc/nci
AgeCommit message (Expand)AuthorFilesLines
2025-06-27NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski1-4/+4
2025-03-13NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter1-0/+2
2024-06-16nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-06-16nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-06-16nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
2024-04-13nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski1-0/+2
2023-10-25nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-02nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2021-11-26NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-26net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-14net: nfc: kerneldoc fixesAndrew Lunn1-2/+2
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-12-05NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-2/+4
2019-07-08nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner6-78/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-07NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+1
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2017-11-28net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva1-5/+4
2017-06-19NFC: fix broken device allocationJohan Hovold1-2/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg3-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-5/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg4-7/+7
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-7/+8
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard1-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard3-11/+36
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard2-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard1-9/+9
2016-01-28NFC: nci: Remove dead codePeter Hurley1-8/+1
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-8/+8