aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/nci
AgeCommit message (Expand)AuthorFilesLines
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Gravatar Jia-Ju Bai 1-1/+1
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysGravatar Alexandru Ardelean 1-2/+4
2019-07-08nfc: fix potential illegal memory accessGravatar Yang Wei 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 6-78/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Gravatar Dan Carpenter 1-0/+8
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Gravatar Al Viro 1-0/+1
2018-09-21net: nci: remove redundant null pointer check before kfree_skbGravatar zhong jiang 1-4/+2
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-23nfc: nci: remove unnecessary null checkGravatar Gustavo A. R. Silva 1-5/+4
2017-06-18NFC: fix broken device allocationGravatar Johan Hovold 1-2/+1
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 3-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 3-5/+5
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 4-7/+7
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 4-7/+8
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreGravatar Christophe Ricard 1-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idGravatar Christophe Ricard 3-11/+36
2016-05-04nfc: nci: Fix nci_core_conn_closeGravatar Christophe Ricard 2-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationGravatar Christophe Ricard 1-9/+9
2016-01-27NFC: nci: Remove dead codeGravatar Peter Hurley 1-8/+1
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Gravatar Dan Carpenter 1-3/+3
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultGravatar Christophe Ricard 1-1/+1
2015-10-28NFC: nci: non-static functions can not be inlineGravatar Robert Dolca 1-8/+8
2015-10-27NFC: NCI: allow spi driver to choose transfer clockGravatar Vincent Cuissard 1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleGravatar Vincent Cuissard 3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionGravatar Vincent Cuissard 1-1/+3
2015-10-27NFC: st-nci: Add few code style fixesGravatar Christophe Ricard 1-1/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 1-4/+11
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateGravatar Christophe Ricard 1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Gravatar Christophe Ricard 1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsGravatar Christophe Ricard 1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEGravatar Christophe Ricard 1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeGravatar Christophe Ricard 1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataGravatar Christophe Ricard 1-7/+13
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionGravatar Robert Dolca 1-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createGravatar Robert Dolca 1-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsGravatar Robert Dolca 1-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsGravatar Robert Dolca 3-21/+54
2015-10-25NFC: nci: Introduce nci_core_cmdGravatar Robert Dolca 1-5/+19
2015-10-25NFC: nci: Do not call post_setup when setup failsGravatar Robert Dolca 1-2/+1
2015-10-25NFC: nci: Add function to get max packet size for connGravatar Robert Dolca 1-0/+12
2015-10-25NFC: nci: Export nci data send APIGravatar Robert Dolca 1-0/+1
2015-10-03NFC: nci: Use __nci_request for exported routinesGravatar Samuel Ortiz 1-5/+6
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterGravatar Christophe Ricard 1-1/+1
2015-08-20NFC: nci: export nci_core_reset and nci_core_initGravatar Robert Baldyga 1-0/+14
2015-08-20NFC: nci: Add post_setup handlerGravatar Robert Baldyga 1-0/+4