1. 19e35f2 nfc: nci: Fix kcov check in nci_rx_work() by Tetsuo Handa · 10 months ago
  2. d24b035 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet by Ryosuke Yasuoka · 12 months ago
  3. bfb007a nfc: nci: free rx_data_reassembly skb on NCI device cleanup by Fedor Pchelkin · 1 year, 1 month ago
  4. 95c236c net: fill in MODULE_DESCRIPTION()s for NFC by Breno Leitao · 1 year, 2 months ago
  5. 7937609 nfc: nci: fix possible NULL pointer dereference in send_acknowledge() by Krzysztof Kozlowski · 1 year, 5 months ago
  6. 354a6e7 nfc: nci: assert requested protocol is valid by Jeremy Cline · 1 year, 5 months ago
  7. 49b8220 tty: ldops: unify to u8 by Jiri Slaby (SUSE) · 1 year, 7 months ago
  8. 892bc20 tty: use u8 for flags by Jiri Slaby (SUSE) · 1 year, 7 months ago
  9. e816144 tty: make tty_ldisc_ops::*buf*() hooks operate on size_t by Jiri Slaby (SUSE) · 1 year, 7 months ago
  10. 6e5710e tty: remove dummy tty_ldisc_ops::poll() implementations by Jiri Slaby (SUSE) · 1 year, 7 months ago
  11. 8a76d8b net: nfc: remove casts from tty->disc_data by Jiri Slaby · 1 year, 7 months ago
  12. 837e8ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
  13. e329e71 NFC: nci: Bounds check struct nfc_target arrays by Kees Cook · 2 years, 3 months ago
  14. f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
  15. 53270fb NFC: nci: fix memory leak in nci_rx_data_packet() by Liu Shixin · 2 years, 3 months ago
  16. 0ad6bded nfc/nci: fix race with opening and closing by Lin Ma · 2 years, 4 months ago
  17. 7e8cdc9 nfc: Add KCOV annotations by Dmitry Vyukov · 2 years, 4 months ago
  18. 23dd458 NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc by Duoming Zhou · 2 years, 10 months ago
  19. ef27324 nfc: nci: add flush_workqueue to prevent uaf by Lin Ma · 2 years, 11 months ago
  20. d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 3 months ago
  21. 48b71a9 NFC: add NCI_UNREG flag to eliminate the race by Lin Ma · 3 years, 4 months ago
  22. 86cdf8e NFC: reorganize the functions in nci_request by Lin Ma · 3 years, 4 months ago
  23. abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
  24. 412a5fe Merge 5.15-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 4 months ago
  25. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  26. f141cfe nfc: nci: replace GPLv2 boilerplate with SPDX by Krzysztof Kozlowski · 3 years, 5 months ago
  27. 5b25a5b nfc: drop unneeded debug prints by Krzysztof Kozlowski · 3 years, 5 months ago
  28. 1b1499a nfc: nci: fix the UAF of rf_conn_info object by Lin Ma · 3 years, 5 months ago
  29. 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 6 months ago
  30. 35d7a6f nfc: hci: pass callback data param as pointer in nci_request() by Krzysztof Kozlowski · 3 years, 7 months ago
  31. 77411df nfc: hci: cleanup unneeded spaces by Krzysztof Kozlowski · 3 years, 7 months ago
  32. ddecf55 nfc: nci: constify several pointers to u8, sk_buff and other structs by Krzysztof Kozlowski · 3 years, 7 months ago
  33. f6c802a nfc: constify nfc_ops by Krzysztof Kozlowski · 3 years, 7 months ago
  34. cb8caa3 nfc: constify nci_driver_ops (prop_ops and core_ops) by Krzysztof Kozlowski · 3 years, 7 months ago
  35. b9c2828 nfc: constify nci_ops by Krzysztof Kozlowski · 3 years, 7 months ago
  36. 48d5440 nfc: constify payload argument in nci_send_cmd() by Krzysztof Kozlowski · 3 years, 7 months ago
  37. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
  38. 7cf85f8 NFC: nci: Remove redundant assignment to len by Yang Li · 3 years, 9 months ago
  39. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 9 months ago
  40. e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 10 months ago
  41. f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
  42. fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 10 months ago
  43. 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 10 months ago
  44. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
  45. d329586 net: nfc: Fix spelling errors in net/nfc module by Zheng Yongjun · 4 years ago
  46. 11771e0 net: nfc: nci: drop nci_uart_default_recv by Jiri Slaby · 4 years ago
  47. c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 4 years ago
  48. 9f3698e net: nfc: nci: remove memset of nci_uart_drivers by Jiri Slaby · 4 years ago
  49. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 4 years ago
  50. e428692 Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years ago
  51. 0f8b29f Merge 5.11-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 1 month ago
  52. 3cfade5 Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-next by Greg Kroah-Hartman · 4 years, 1 month ago
  53. 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years, 1 month ago
  54. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  55. 4964e5a net: nfc: nci: fix the wrong NCI_CORE_INIT parameters by Bongsu Jeon · 4 years, 1 month ago
  56. f011539 net: nfc: nci: Change the NCI close sequence by Bongsu Jeon · 4 years, 2 months ago
  57. bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 3 months ago
  58. 49b1cab nfc: refined function nci_hci_resp_received by Alex Shi · 4 years, 4 months ago
  59. 7cdda1c net: nfc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 4 months ago
  60. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  61. 0b4a66a nfc: nci: add missed destroy_workqueue in nci_register_device by Wang Hai · 4 years, 8 months ago
  62. ffbab1c net: nfc: kerneldoc fixes by Andrew Lunn · 4 years, 8 months ago
  63. b7ac893 net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() by Jia-Ju Bai · 5 years ago
  64. 099ffd7 NFC: NCI: use new `delay` structure for SPI transfer delays by Alexandru Ardelean · 5 years ago
  65. dd006fc nfc: fix potential illegal memory access by Yang Wei · 6 years ago
  66. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  67. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
  68. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  69. d7ee81a NFC: nci: Add some bounds checking in nci_hci_cmd_received() by Dan Carpenter · 6 years ago
  70. 44adbac8 Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  71. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  72. e3c3215 net: nci: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
  73. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  74. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 0303618 nfc: nci: remove unnecessary null check by Gustavo A. R. Silva · 8 years ago
  77. 20777bc NFC: fix broken device allocation by Johan Hovold · 8 years ago
  78. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  79. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  80. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  81. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  82. 1c53855 nfc: nci: Add nci_nfcc_loopback to the nci core by Christophe Ricard · 9 years ago
  83. 9b8d1a4 nfc: nci: Add an additional parameter to identify a connection id by Christophe Ricard · 9 years ago
  84. de5ea85 nfc: nci: Fix nci_core_conn_close by Christophe Ricard · 9 years ago
  85. 1883602 nfc: nci: Fix nci_core_conn_create to allowing empty destination by Christophe Ricard · 9 years ago
  86. 582e20a NFC: nci: Remove dead code by Peter Hurley · 9 years ago
  87. c6dc65d NFC: nci: memory leak in nci_core_conn_create() by Dan Carpenter · 9 years ago
  88. 2a84193 NFC: nci: Fix error check of nci_hci_create_pipe() result by Christophe Ricard · 9 years ago
  89. f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
  90. 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
  91. fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago
  92. e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
  93. 064d004 NFC: st-nci: Add few code style fixes by Christophe Ricard · 9 years ago
  94. 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
  95. a1b0b94 NFC: nci: Create pipe on specific gate in nci_hci_connect_gate by Christophe Ricard · 9 years ago
  96. 8a49943 NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. by Christophe Ricard · 9 years ago
  97. fa6fbad NFC: nci: add nci_hci_clear_all_pipes functions by Christophe Ricard · 9 years ago
  98. e65917b NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE by Christophe Ricard · 9 years ago
  99. d8cd37e NFC: nci: Fix improper management of HCI return code by Christophe Ricard · 9 years ago
  100. 500c4ef NFC: nci: Fix incorrect data chaining when sending data by Christophe Ricard · 9 years ago