summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | net: nci: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-4/+2
|/
* net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-231-5/+4
* NFC: fix broken device allocationJohan Hovold2017-06-181-2/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-163-6/+6
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-5/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-164-7/+7
* networking: introduce and use skb_put_data()Johannes Berg2017-06-164-7/+8
* nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-041-0/+77
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-043-11/+36
* nfc: nci: Fix nci_core_conn_closeChristophe Ricard2016-05-042-1/+3
* nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard2016-05-041-9/+9
* NFC: nci: Remove dead codePeter Hurley2016-01-271-8/+1
* NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-291-3/+3
* NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-291-1/+1
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-8/+8
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-1/+6
* NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-273-2/+7
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-1/+3
* NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-271-1/+1
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-4/+11
* NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-261-1/+55
* NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-261-0/+4
* NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+15
* NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2