summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
...
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof 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 tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-141-0/+2
| |\
| * \ Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-313-1/+7
| |\ \
| * | | 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
* | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
| | |/ | |/|
* | | NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
* | | nfc: hci: Fix spelling mistakesZheng Yongjun2021-05-313-3/+3
|/ /
* | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
* | net/nfc/rawsock.c: fix a permission check bugJeimon2021-05-101-1/+1
|/
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-041-0/+4
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-294-5/+7
|\
| * net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-04-271-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+10
| |\
| * | net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-053-4/+4
| * | NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang2021-03-281-1/+1
* | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-81/+67
|\ \ \ | |_|/ |/| |
| * | 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
| |/
* | nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni2021-03-251-0/+4
* | nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* | nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* | nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-03-251-0/+2
|/
* 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-282-1/+2
|\ \ \ \
| * | | | NFC: fix resource leak when target index is invalidPan Bian2021-01-231-1/+1
| * | | | NFC: fix possible resource leakPan Bian2021-01-231-0/+1
| | |_|/ | |/| |
* | | | net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+0
* | | | 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
| |/ /
* | | nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang2021-01-151-2/+2
* | | hci: llc_shdlc: style: Simplify bool comparisonYANG LI2021-01-121-1/+1
* | | net: nfc: nci: Change the NCI close sequenceBongsu Jeon2021-01-051-2/+2
|/ /
* | net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King2020-12-081-1/+1
* | net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-043-16/+104
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* | nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-141-6/+3