1. 18164e7 nfc: add missing attribute validation for vendor subcommand by Jakub Kicinski · 4 years, 5 months ago
  2. b198061 nfc: add missing attribute validation for deactivate target by Jakub Kicinski · 4 years, 5 months ago
  3. ae855e7 nfc: add missing attribute validation for SE API by Jakub Kicinski · 4 years, 5 months ago
  4. 7e78a7f net: nfc: fix bounds checking bugs on "pipe" by Dan Carpenter · 4 years, 5 months ago
  5. 5cc09cf net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() by Jia-Ju Bai · 4 years, 8 months ago
  6. 1143496 nfc: netlink: fix double device reference drop by Pan Bian · 4 years, 9 months ago
  7. eaf548f net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 4 years, 9 months ago
  8. c8a65ec NFC: fix attrs checks in netlink interface by Andrey Konovalov · 5 years ago
  9. dd9c580 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 4 years, 10 months ago
  10. 33fe1f5 nfc: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 4 years, 11 months ago
  11. 97739e5 nfc: fix potential illegal memory access by Yang Wei · 5 years ago
  12. 4bb4ba3 nfc: Ensure presence of required attributes in the deactivate_target handler by Young Xiao · 5 years ago
  13. f5e6056 NFC: nci: Add some bounds checking in nci_hci_cmd_received() by Dan Carpenter · 5 years ago
  14. f132b3f net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails by YueHaibing · 5 years ago
  15. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  16. 674d9de NFC: Fix possible memory corruption when handling SHDLC I-Frame commands by Suren Baghdasaryan · 6 years ago
  17. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  18. 3bc53be net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. by Tetsuo Handa · 6 years ago
  19. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  20. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  21. c1c9a3c net: remove unnecessary genlmsg_cancel() calls by YueHaibing · 6 years ago
  22. 4bac2bc net/nfc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  23. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 6 years ago
  24. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. fe9c842 NFC: llcp: Limit size of SDP URI by Kees Cook · 6 years ago
  26. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  27. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  28. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  29. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  30. 0a833c2 genetlink: fix genlmsg_nlhdr() by Michal Kubecek · 7 years ago
  31. 4d63adf NFC: Add NFC_CMD_DEACTIVATE_TARGET support by Mark Greer · 7 years ago
  32. 72ad533 NFC: digital: Abort cmd when deactivating target by Mark Greer · 7 years ago
  33. 4b519bb NFC: Convert timers to use timer_setup() by Allen Pais · 7 years ago
  34. c45e3e4 NFC: fix device-allocation error return by Johan Hovold · 7 years ago
  35. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. d835b63 net: nfc: llcp_core: use setup_timer() helper. by Allen Pais · 7 years ago
  38. 22d387e net: nfc: hci: llc_shdlc: use setup_timer() helper. by Allen Pais · 7 years ago
  39. b1e07c5 net: nfc: hci: use setup_timer() helper. by Allen Pais · 7 years ago
  40. 2ed343f net:nfc: use setup_timer by Allen Pais · 7 years ago
  41. f6a5885 NFC: Add sockaddr length checks before accessing sa_family in bind handlers by Mateusz Jurczyk · 7 years ago
  42. 0303618 nfc: nci: remove unnecessary null check by Gustavo A. R. Silva · 7 years ago
  43. a0323b9 nfc: Ensure presence of required attributes in the activate_target handler by Mateusz Jurczyk · 7 years ago
  44. 608c4ad nfc: Fix the sockaddr length sanitization in llcp_sock_connect by Mateusz Jurczyk · 7 years ago
  45. 1b609e4 NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14 by Mark Greer · 7 years ago
  46. 7f9f171 NFC: digital: NFC-A SEL_RES must be one byte by Mark Greer · 7 years ago
  47. dcfca27 NFC: digital: Delete an error message for memory allocation failure by Markus Elfring · 7 years ago
  48. ae72c99 NFC: digital: Improve a size determination in four functions by Markus Elfring · 7 years ago
  49. 20777bc NFC: fix broken device allocation by Johan Hovold · 7 years ago
  50. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  51. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  52. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  53. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  54. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 7 years ago
  55. 69e3948 Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 7 years ago
  56. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 7 years ago
  57. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  58. 3267183 NFC: netlink: Use error code from nfc_activate_target() by Andy Shevchenko · 7 years ago
  59. 85a2566 nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED by OGAWA Hirofumi · 7 years ago
  60. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  61. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  62. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  63. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  64. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  65. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  66. d85a301 NFC: digital: Fix RTOX supervisor PDU handling by Thierry Escande · 8 years ago
  67. 1a09c56 NFC: digital: Add support for NFC DEP Response Waiting Time by Thierry Escande · 8 years ago
  68. e200f00 NFC: digital: Free supervisor PDUs by Thierry Escande · 8 years ago
  69. e073eb6 NFC: digital: Rework ACK PDU handling in initiator mode by Thierry Escande · 8 years ago
  70. 482333b NFC: digital: Fix ACK & NACK PDUs handling in target mode by Thierry Escande · 8 years ago
  71. f23a986 NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDU by Thierry Escande · 8 years ago
  72. e8e7f42 NFC: digital: Remove useless call to skb_reserve() by Thierry Escande · 8 years ago
  73. 1d984c2 NFC: digital: Fix handling of saved PDU sk_buff pointers by Thierry Escande · 8 years ago
  74. 3cc952d NFC: digital: Abort last command when dep link goes down by Thierry Escande · 8 years ago
  75. af66df0 NFC: digital: Set the command pending flag by Thierry Escande · 8 years ago
  76. 82e5795 NFC: digital: Call pending command callbacks at device unregister by Thierry Escande · 8 years ago
  77. 3f89fea NFC: digital: Rework error handling in DEP_RES response by Thierry Escande · 8 years ago
  78. b776934 NFC: digital: Fix a memory leak in NFC-F listening mode by Thierry Escande · 8 years ago
  79. 256f3ee NFC: llcp: Fix 2 memory leaks by Thierry Escande · 8 years ago
  80. de9e5ae NFC: llcp: Fix usage of llcp_add_tlv() by Thierry Escande · 8 years ago
  81. 806bfe3 NFC: llcp: Use dynamic debug for hex dump by Thierry Escande · 8 years ago
  82. 7854a44 NFC: digital: Add a delay between poll cycles by Thierry Escande · 8 years ago
  83. f86dec9 NFC: hci: delete unused nfc_llc_get_rx_head_tail_room() by Denys Vlasenko · 8 years ago
  84. 1c53855 nfc: nci: Add nci_nfcc_loopback to the nci core by Christophe Ricard · 8 years ago
  85. 9b8d1a4 nfc: nci: Add an additional parameter to identify a connection id by Christophe Ricard · 8 years ago
  86. de5ea85 nfc: nci: Fix nci_core_conn_close by Christophe Ricard · 8 years ago
  87. 1883602 nfc: nci: Fix nci_core_conn_create to allowing empty destination by Christophe Ricard · 8 years ago
  88. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  89. 03c0535 NFC: Close a race condition in llcp_sock_getname() by Cong Wang · 9 years ago
  90. 81ca783 NFC: Use GFP_USER for user-controlled kmalloc by Cong Wang · 9 years ago
  91. 582e20a NFC: nci: Remove dead code by Peter Hurley · 9 years ago
  92. 15ab90f Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  93. c6dc65d NFC: nci: memory leak in nci_core_conn_create() by Dan Carpenter · 9 years ago
  94. 9afec6d nfc: netlink: HCI event connectivity implementation by Christophe Ricard · 9 years ago
  95. 2a84193 NFC: nci: Fix error check of nci_hci_create_pipe() result by Christophe Ricard · 9 years ago
  96. ce2e56c NFC: digital: Add Type4A tags support by Shikha Singh · 9 years ago
  97. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  98. f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
  99. 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
  100. fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago