1. 4ac06a1 nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect by Krzysztof Kozlowski · 3 years, 7 months ago
  2. e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 8 months ago
  3. 8ab7886 net/nfc/rawsock.c: fix a permission check bug by Jeimon · 3 years, 8 months ago
  4. c61760e net/nfc: fix use-after-free llcp_sock_bind/connect by Or Cohen · 3 years, 8 months ago
  5. 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, 8 months ago
  6. 7525858 net:nfc:digital: Fix a double free in digital_tg_recv_dep_req by Lv Yunlong · 3 years, 9 months ago
  7. 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
  8. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  9. d329586 net: nfc: Fix spelling errors in net/nfc module by Zheng Yongjun · 3 years, 9 months ago
  10. b6908cf NFC: digital: Correct function name in the kerneldoc comments by Xiongfeng Wang · 3 years, 10 months ago
  11. 4b5db93 nfc: Avoid endless loops caused by repeated llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  12. 7574fcd nfc: fix memory leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  13. 8a4cd82d nfc: fix refcount leak in llcp_sock_connect() by Xiaoming Ni · 3 years, 10 months ago
  14. c33b1cc nfc: fix refcount leak in llcp_sock_bind() by Xiaoming Ni · 3 years, 10 months ago
  15. 11771e0 net: nfc: nci: drop nci_uart_default_recv by Jiri Slaby · 3 years, 10 months ago
  16. c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 3 years, 10 months ago
  17. 9f3698e net: nfc: nci: remove memset of nci_uart_drivers by Jiri Slaby · 3 years, 10 months ago
  18. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 10 months ago
  19. 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
  20. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  21. 864e898 net: remove redundant 'depends on NET' by Masahiro Yamada · 4 years ago
  22. 0f8b29f Merge 5.11-rc5 into tty-next by Greg Kroah-Hartman · 4 years ago
  23. 3a30537 NFC: fix resource leak when target index is invalid by Pan Bian · 4 years ago
  24. d8f923c NFC: fix possible resource leak by Pan Bian · 4 years ago
  25. 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
  26. 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
  27. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  28. 4964e5a net: nfc: nci: fix the wrong NCI_CORE_INIT parameters by Bongsu Jeon · 4 years ago
  29. 32d91b4 nfc: netlink: use &w->w in nfc_genl_rcv_nl_event by Geliang Tang · 4 years ago
  30. f50e2f9 hci: llc_shdlc: style: Simplify bool comparison by YANG LI · 4 years ago
  31. f011539 net: nfc: nci: Change the NCI close sequence by Bongsu Jeon · 4 years ago
  32. 8354bcb net: sched: fix spelling mistake in Kconfig "trys" -> "tries" by Colin Ian King · 4 years, 1 month ago
  33. bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 1 month ago
  34. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 2 months ago
  35. 49b1cab nfc: refined function nci_hci_resp_received by Alex Shi · 4 years, 2 months ago
  36. 7cdda1c net: nfc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 2 months ago
  37. 280e3eb nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download() by Defang Bo · 4 years, 3 months ago
  38. be239c4 NFC: digital: Remove two unused macroes by Wang Hai · 4 years, 4 months ago
  39. 26896f0 net/nfc/rawsock.c: add CAP_NET_RAW check. by Qingyu Li · 4 years, 5 months ago
  40. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  41. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  42. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  43. 0b4a66a nfc: nci: add missed destroy_workqueue in nci_register_device by Wang Hai · 4 years, 6 months ago
  44. ffbab1c net: nfc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  45. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  46. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  47. a3aefbf net: nfc: fix bounds checking bugs on "pipe" by Dan Carpenter · 4 years, 10 months ago
  48. 6ba3da4 nfc: add missing attribute validation for vendor subcommand by Jakub Kicinski · 4 years, 10 months ago
  49. 88e706d nfc: add missing attribute validation for deactivate target by Jakub Kicinski · 4 years, 10 months ago
  50. 361d23e nfc: add missing attribute validation for SE API by Jakub Kicinski · 4 years, 10 months ago
  51. 9814428 NFC: digital: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  52. b7ac893 net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() by Jia-Ju Bai · 5 years ago
  53. 099ffd7 NFC: NCI: use new `delay` structure for SPI transfer delays by Alexandru Ardelean · 5 years ago
  54. 43da141 net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  55. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  56. 025ec40 nfc: netlink: fix double device reference drop by Pan Bian · 5 years ago
  57. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  58. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  59. 4495af3 net: nfc: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  60. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  61. 3a35979 nfc: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  62. 18917d5 NFC: fix attrs checks in netlink interface by Andrey Konovalov · 5 years ago
  63. dd006fc nfc: fix potential illegal memory access by Yang Wei · 6 years ago
  64. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  65. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  66. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  67. 385097a nfc: Ensure presence of required attributes in the deactivate_target handler by Young Xiao · 6 years ago
  68. 46fe777 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 by Thomas Gleixner · 6 years ago
  69. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
  70. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  71. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  72. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  73. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  74. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  75. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  76. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  77. d7ee81a NFC: nci: Add some bounds checking in nci_hci_cmd_received() by Dan Carpenter · 6 years ago
  78. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  80. d7737d4 nfc: Fix to check for kmemdup failure by Aditya Pakki · 6 years ago
  81. 58bdd54 net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails by YueHaibing · 6 years ago
  82. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  83. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  84. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  85. a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. e3c3215 net: nci: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
  87. 674d9de NFC: Fix possible memory corruption when handling SHDLC I-Frame commands by Suren Baghdasaryan · 6 years ago
  88. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  89. 3bc53be net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. by Tetsuo Handa · 6 years ago
  90. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  91. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  92. c1c9a3c net: remove unnecessary genlmsg_cancel() calls by YueHaibing · 7 years ago
  93. 4bac2bc net/nfc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  94. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  95. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. fe9c842 NFC: llcp: Limit size of SDP URI by Kees Cook · 7 years ago
  97. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  98. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  99. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  100. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago