1. fe9c842 NFC: llcp: Limit size of SDP URI by Kees Cook · 7 years ago
  2. 0a833c2 genetlink: fix genlmsg_nlhdr() by Michal Kubecek · 7 years ago
  3. 4d63adf NFC: Add NFC_CMD_DEACTIVATE_TARGET support by Mark Greer · 8 years ago
  4. a0323b9 nfc: Ensure presence of required attributes in the activate_target handler by Mateusz Jurczyk · 8 years ago
  5. 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 · 8 years ago
  6. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  7. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  8. 3267183 NFC: netlink: Use error code from nfc_activate_target() by Andy Shevchenko · 8 years ago
  9. 85a2566 nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED by OGAWA Hirofumi · 8 years ago
  10. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  11. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  12. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  13. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  14. 9afec6d nfc: netlink: HCI event connectivity implementation by Christophe Ricard · 9 years ago
  15. 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
  16. 9abebb8 NFC: delete null dereference by Julia Lawall · 9 years ago
  17. 29e7692 nfc: netlink: Add capability to reply to vendor_cmd with data by Christophe Ricard · 9 years ago
  18. adca3c3 nfc: netlink: Warning fix by Christophe Ricard · 9 years ago
  19. fe202fe nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA by Christophe Ricard · 9 years ago
  20. 9e58095 NFC: netlink: Implement vendor command support by Samuel Ortiz · 10 years ago
  21. 65bc4f9 nfc: Fix portid type in urelease_work by Richard Weinberger · 10 years ago
  22. 447b27c NFC: Forward NFC_EVT_TRANSACTION to user space by Christophe Ricard · 10 years ago
  23. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  24. cd96db6 NFC: Add se_io NFC operand by Christophe Ricard · 10 years ago
  25. 3682f49 NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET by Christophe Ricard · 10 years ago
  26. f5f6872 NFC: Add netlink support for ISO/IEC 15693 by Mark A. Greer · 11 years ago
  27. 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  28. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  29. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  30. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  31. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  32. ddc1a70 NFC: Fix SE API related sparse warning by Samuel Ortiz · 11 years ago
  33. 5ce3f32 NFC: netlink: SE API implementation by Samuel Ortiz · 11 years ago
  34. 352a5f5 NFC: netlink: Add result of firmware operation to completion event by Eric Lapuyade · 11 years ago
  35. ac22ac4 NFC: Add a GET_SE netlink API by Samuel Ortiz · 11 years ago
  36. 9ea7187 NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD by Samuel Ortiz · 11 years ago
  37. be08565 NFC: Add secure element enablement netlink API by Samuel Ortiz · 12 years ago
  38. 2757c372 NFC: Send netlink events for secure elements additions and removals by Samuel Ortiz · 12 years ago
  39. 0b456c4 NFC: Remove the static supported_se field by Samuel Ortiz · 12 years ago
  40. 9674da8 NFC: Add firmware upload netlink command by Eric Lapuyade · 12 years ago
  41. 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 12 years ago
  42. d9b8d8e NFC: llcp: Service Name Lookup netlink interface by Thierry Escande · 12 years ago
  43. 8af362d NFC: Add missing type policies for netlink attributes by Thierry Escande · 12 years ago
  44. 390a1bd NFC: Initial Secure Element API by Samuel Ortiz · 12 years ago
  45. 52feb44 NFC: Extend netlink interface for LTO, RW, and MIUX parameters support by Thierry Escande · 12 years ago
  46. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  47. 7ad3939 NFC: Add NFC_ATTR_RF_MODE when sending device netlink properties by Thierry Escande · 12 years ago
  48. c487606 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  49. 3c0cc8a NFC: Fix sleeping in invalid context when netlink socket is closed by Szymon Janc · 12 years ago
  50. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  51. 38a0084 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  52. a831b91 NFC: Do not return EBUSY when stopping a poll that's already stopped by Samuel Ortiz · 13 years ago
  53. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 13 years ago
  54. 5e50ee3 NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS by Samuel Ortiz · 13 years ago
  55. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 13 years ago
  56. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 13 years ago
  57. e5fe4cf NFC: The NFC genl family structure should not be exposed globally by H Hartley Sweeten · 13 years ago
  58. d4ccb13 NFC: Specify usage for targets found and target lost events by Eric Lapuyade · 13 years ago
  59. 59ef43e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  60. 8112a5c NFC: Add a target lost netlink event by Samuel Ortiz · 13 years ago
  61. 1e6428d nfc: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  62. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 13 years ago
  63. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 13 years ago
  64. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 13 years ago
  65. d5a2ca6 NFC: Export new attributes sensb_res and sensf_res by Ilan Elias · 13 years ago
  66. 288e071 NFC: Export a new attribute nfcid1 in target info by Ilan Elias · 13 years ago
  67. 1ed28f6 NFC: Add a DEP link control netlink command by Samuel Ortiz · 13 years ago
  68. 94a098d NFC: Do not take the genl mutex from the netlink release notifier by Samuel Ortiz · 13 years ago
  69. 52858b5 NFC: Add function name to the NFC pr_fmt() routine by Samuel Ortiz · 13 years ago
  70. 24bf330 nfc: Remove function tracer like entry messages by Joe Perches · 13 years ago
  71. 20c239c nfc: Convert nfc_dbg to pr_debug by Joe Perches · 13 years ago
  72. 8b3fe7b NFC: Add dev_up and dev_down control operations by Ilan Elias · 13 years ago
  73. 4d12b8b NFC: add nfc generic netlink interface by Lauro Ramos Venancio · 14 years ago