summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-172-3/+3
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
* NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\
| * Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-181-0/+2
| |\
| * | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+2
|\ \ \ | | |/ | |/|
| * | nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-081-0/+2
| |/
* | nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski2021-10-111-14/+2
* | nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-113-17/+0
|/
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-304-14/+14
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-306-97/+110
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+4
|\
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-312-0/+6
| |\
| * | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
| |/ |/|
* | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-3/+3
|\
| * net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-052-3/+3
* | net: nfc: nci: drop nci_uart_default_recvJiri Slaby2021-03-101-10/+0
* | net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-69/+67
* | net: nfc: nci: remove memset of nci_uart_driversJiri Slaby2021-03-101-1/+0
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
|/
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\
| * Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-251-1/+1
| |\
| * \ Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+2
| |\ \
| | * | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon2021-01-191-1/+1
| |/ /
* / / net: nfc: nci: Change the NCI close sequenceBongsu Jeon2021-01-051-2/+2
|/ /
* | net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-043-16/+104
* | nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-141-6/+3
* | net: nfc: Fix kerneldoc warningsAndrew Lunn2020-10-301-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+4
|\
| * nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
* | net: nfc: kerneldoc fixesAndrew Lunn2020-07-131-2/+2
|/
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-181-1/+1
* NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2019-12-041-2/+4
* nfc: fix potential illegal memory accessYang Wei2019-07-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-196-78/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1