1. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  2. abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 2 months ago
  3. aedddb4 NFC: add necessary privilege flags in netlink layer by Lin Ma · 3 years, 3 months ago
  4. 412a5fe Merge 5.15-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 3 months ago
  5. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  6. 291c932 NFC: digital: fix possible memory leak in digital_in_send_sdd_req() by Ziyang Xuan · 3 years, 3 months ago
  7. 58e7dcc NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() by Ziyang Xuan · 3 years, 3 months ago
  8. 0911ab3 nfc: fix error handling of nfc_proto_register() by Ziyang Xuan · 3 years, 3 months ago
  9. f141cfe nfc: nci: replace GPLv2 boilerplate with SPDX by Krzysztof Kozlowski · 3 years, 3 months ago
  10. 5b25a5b nfc: drop unneeded debug prints by Krzysztof Kozlowski · 3 years, 3 months ago
  11. 1b1499a nfc: nci: fix the UAF of rf_conn_info object by Lin Ma · 3 years, 3 months ago
  12. 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 4 months ago
  13. 3537e50 nfc: do not break pr_debug() call into separate lines by Krzysztof Kozlowski · 3 years, 4 months ago
  14. afa79d0 net: in_irq() cleanup by Changbin Du · 3 years, 5 months ago
  15. 35d7a6f nfc: hci: pass callback data param as pointer in nci_request() by Krzysztof Kozlowski · 3 years, 6 months ago
  16. 77411df nfc: hci: cleanup unneeded spaces by Krzysztof Kozlowski · 3 years, 6 months ago
  17. ddecf55 nfc: nci: constify several pointers to u8, sk_buff and other structs by Krzysztof Kozlowski · 3 years, 6 months ago
  18. f2479c0 nfc: constify local pointer variables by Krzysztof Kozlowski · 3 years, 6 months ago
  19. 3df40eb nfc: constify several pointers to u8, char and sk_buff by Krzysztof Kozlowski · 3 years, 6 months ago
  20. 4932c37 nfc: hci: annotate nfc_llc_init() as __init by Krzysztof Kozlowski · 3 years, 6 months ago
  21. bf6cd77 nfc: annotate af_nfc_exit() as __exit by Krzysztof Kozlowski · 3 years, 6 months ago
  22. 7186aac nfc: constify nfc_digital_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  23. 4954535 nfc: constify nfc_llc_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  24. 094c45c nfc: constify nfc_hci_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  25. f6c802a nfc: constify nfc_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  26. 5f3e639 nfc: constify nfc_hci_gate by Krzysztof Kozlowski · 3 years, 6 months ago
  27. 15944ad nfc: constify pointer to nfc_vendor_cmd by Krzysztof Kozlowski · 3 years, 6 months ago
  28. cb8caa3 nfc: constify nci_driver_ops (prop_ops and core_ops) by Krzysztof Kozlowski · 3 years, 6 months ago
  29. b9c2828 nfc: constify nci_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  30. 48d5440 nfc: constify payload argument in nci_send_cmd() by Krzysztof Kozlowski · 3 years, 6 months ago
  31. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
  32. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 7 months ago
  33. 99289bf Merge tag 'v5.13-rc6' into tty-next by Greg Kroah-Hartman · 3 years, 7 months ago
  34. 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 7 months ago
  35. 7cf85f8 NFC: nci: Remove redundant assignment to len by Yang Li · 3 years, 8 months ago
  36. 01709d0 nfc: hci: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
  37. 4ac06a1 nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect by Krzysztof Kozlowski · 3 years, 8 months ago
  38. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  39. e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 8 months ago
  40. f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
  41. fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 9 months ago
  42. 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 9 months ago
  43. 8ab7886 net/nfc/rawsock.c: fix a permission check bug by Jeimon · 3 years, 8 months ago
  44. c61760e net/nfc: fix use-after-free llcp_sock_bind/connect by Or Cohen · 3 years, 9 months ago
  45. 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, 9 months ago
  46. 7525858 net:nfc:digital: Fix a double free in digital_tg_recv_dep_req by Lv Yunlong · 3 years, 9 months ago
  47. d08410d Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 9 months ago
  48. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  49. d329586 net: nfc: Fix spelling errors in net/nfc module by Zheng Yongjun · 3 years, 10 months ago
  50. b6908cf NFC: digital: Correct function name in the kerneldoc comments by Xiongfeng Wang · 3 years, 10 months ago
  51. 4b5db93 nfc: Avoid endless loops caused by repeated llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  52. 7574fcd nfc: fix memory leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  53. 8a4cd82d nfc: fix refcount leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  54. c33b1cc nfc: fix refcount leak in llcp_sock_bind() by Xiaoming Ni · 3 years, 10 months ago
  55. 11771e0 net: nfc: nci: drop nci_uart_default_recv by Jiri Slaby · 3 years, 11 months ago
  56. c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 3 years, 11 months ago
  57. 9f3698e net: nfc: nci: remove memset of nci_uart_drivers by Jiri Slaby · 3 years, 11 months ago
  58. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 11 months ago
  59. e428692 Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 11 months ago
  60. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  61. 864e898 net: remove redundant 'depends on NET' by Masahiro Yamada · 4 years ago
  62. 0f8b29f Merge 5.11-rc5 into tty-next by Greg Kroah-Hartman · 4 years ago
  63. 3a30537 NFC: fix resource leak when target index is invalid by Pan Bian · 4 years ago
  64. d8f923c NFC: fix possible resource leak by Pan Bian · 4 years ago
  65. 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 ago
  66. 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
  67. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  68. 4964e5a net: nfc: nci: fix the wrong NCI_CORE_INIT parameters by Bongsu Jeon · 4 years ago
  69. 32d91b4 nfc: netlink: use &w->w in nfc_genl_rcv_nl_event by Geliang Tang · 4 years ago
  70. f50e2f9 hci: llc_shdlc: style: Simplify bool comparison by YANG LI · 4 years ago
  71. f011539 net: nfc: nci: Change the NCI close sequence by Bongsu Jeon · 4 years, 1 month ago
  72. 8354bcb net: sched: fix spelling mistake in Kconfig "trys" -> "tries" by Colin Ian King · 4 years, 1 month ago
  73. bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 1 month ago
  74. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 2 months ago
  75. 49b1cab nfc: refined function nci_hci_resp_received by Alex Shi · 4 years, 2 months ago
  76. 7cdda1c net: nfc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 3 months ago
  77. 280e3eb nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download() by Defang Bo · 4 years, 3 months ago
  78. be239c4 NFC: digital: Remove two unused macroes by Wang Hai · 4 years, 4 months ago
  79. 26896f0 net/nfc/rawsock.c: add CAP_NET_RAW check. by Qingyu Li · 4 years, 5 months ago
  80. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  81. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  82. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  83. 0b4a66a nfc: nci: add missed destroy_workqueue in nci_register_device by Wang Hai · 4 years, 6 months ago
  84. ffbab1c net: nfc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  85. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  86. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  87. a3aefbf net: nfc: fix bounds checking bugs on "pipe" by Dan Carpenter · 4 years, 11 months ago
  88. 6ba3da4 nfc: add missing attribute validation for vendor subcommand by Jakub Kicinski · 4 years, 11 months ago
  89. 88e706d nfc: add missing attribute validation for deactivate target by Jakub Kicinski · 4 years, 11 months ago
  90. 361d23e nfc: add missing attribute validation for SE API by Jakub Kicinski · 4 years, 11 months ago
  91. 9814428 NFC: digital: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  92. b7ac893 net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() by Jia-Ju Bai · 5 years ago
  93. 099ffd7 NFC: NCI: use new `delay` structure for SPI transfer delays by Alexandru Ardelean · 5 years ago
  94. 43da141 net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  95. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  96. 025ec40 nfc: netlink: fix double device reference drop by Pan Bian · 5 years ago
  97. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  98. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  99. 4495af3 net: nfc: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  100. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago