summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* 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 local pointer variablesKrzysztof Kozlowski2021-07-303-6/+6
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-306-53/+61
* nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski2021-07-301-1/+1
* nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski2021-07-301-1/+1
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_llc_opsKrzysztof Kozlowski2021-07-254-6/+6
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-254-4/+4
* 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
|\ \ \ \