1. 29e7692 nfc: netlink: Add capability to reply to vendor_cmd with data by Christophe Ricard · 9 years ago
  2. 5a9e0ff nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter by Christophe Ricard · 9 years ago
  3. 025a0cb NFC: nci: export nci_core_reset and nci_core_init by Robert Baldyga · 9 years ago
  4. fdf79bd NFC: nci: Add post_setup handler by Robert Baldyga · 9 years ago
  5. adca3c3 nfc: netlink: Warning fix by Christophe Ricard · 9 years ago
  6. fe202fe nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA by Christophe Ricard · 9 years ago
  7. fb77ff4 NFC: nci: fix mistake in uart generic driver by Vincent Cuissard · 9 years ago
  8. 34ac496 NFC: nci: remove current SLEEP mode management by Vincent Cuissard · 9 years ago
  9. e097dc6 NFC: nfcmrvl: add UART driver by Vincent Cuissard · 9 years ago
  10. 9961127 NFC: nci: add generic uart support by Vincent Cuissard · 9 years ago
  11. 2df7f8c NFC: nci: Export nci_req_complete by Samuel Ortiz · 9 years ago
  12. 9e58095 NFC: netlink: Implement vendor command support by Samuel Ortiz · 10 years ago
  13. 0e70cba7 NFC: nci: Move close ops call in nci_close_device by Christophe Ricard · 9 years ago
  14. 759afb8 NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd by Christophe Ricard · 9 years ago
  15. c39daee NFC: nci: Add nci init ops for early device initialization by Christophe Ricard · 9 years ago
  16. 81859ab NFC: nci: Add NCI_RESET return code check before setup by Christophe Ricard · 9 years ago
  17. b6355e9 NFC: nci: Handle proprietary response and notifications by Samuel Ortiz · 9 years ago
  18. 2622e2a NFC: nci: hci: Fix releasing uninitialized skbs by Joe Perches · 9 years ago
  19. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  20. 65bc4f9 nfc: Fix portid type in urelease_work by Richard Weinberger · 9 years ago
  21. 25af01e NFC: nci: Add firmware download support by Clément Perrochaud · 9 years ago
  22. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  23. fa00e8f NFC: nci: Move NFCEE discovery logic by Christophe Ricard · 10 years ago
  24. 15d4a8d NFC: nci: Move logical connection structure allocation by Christophe Ricard · 10 years ago
  25. 3ba5c84 NFC: nci: Change credits field to credits_cnt by Christophe Ricard · 10 years ago
  26. b16ae71 NFC: nci: Support all destinations type when creating a connection by Christophe Ricard · 10 years ago
  27. 12bdf27 NFC: nci: Add reference to the RF logical connection by Christophe Ricard · 10 years ago
  28. 6095b0f NFC: nci: Change NCI state machine to LISTEN_ACTIVE by Christophe Ricard · 10 years ago
  29. a41bb84 NFC: nci: Add RF NFCEE action notification support by Christophe Ricard · 10 years ago
  30. 447b27c NFC: Forward NFC_EVT_TRANSACTION to user space by Christophe Ricard · 10 years ago
  31. 11f54f2 NFC: nci: Add HCI over NCI protocol support by Christophe Ricard · 10 years ago
  32. 736bb95 NFC: nci: Support logical connections management by Christophe Ricard · 10 years ago
  33. f7f793f NFC: nci: Add NFCEE enabling and disabling support by Christophe Ricard · 10 years ago
  34. af9c8aa NFC: nci: Add NFCEE discover support by Christophe Ricard · 10 years ago
  35. 4aeee68 NFC: nci: Add dynamic logical connections support by Christophe Ricard · 10 years ago
  36. ec14b6c NFC: hci: Remove nfc_hci_pipe2gate function by Christophe Ricard · 10 years ago
  37. 8409e42 NFC: hci: Add cmd_received handler by Christophe Ricard · 10 years ago
  38. 615b524 NFC: hci: Reference every pipe information according to notification by Christophe Ricard · 10 years ago
  39. af77522 NFC: hci: Change nfc_hci_send_response gate parameter to pipe by Christophe Ricard · 10 years ago
  40. 118278f NFC: hci: Add pipes table to reference them with a tuple {gate, host} by Christophe Ricard · 10 years ago
  41. fda7a49 NFC: hci: Change event_received handler gate parameter to pipe by Christophe Ricard · 10 years ago
  42. 511e78a NFC: nfc_disable_se Remove useless blank line at beginning of function by Christophe Ricard · 10 years ago
  43. ec06848 NFC: nfc_enable_se Remove useless blank line at beginning of function by Christophe Ricard · 10 years ago
  44. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  45. b5f185f Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  46. e479ce4 NFC: NCI: Fix max length of General Bytes in ATR_RES by Julien Lefrique · 10 years ago
  47. 3ff2401 NFC: nci: Fix warning: cast to restricted __le16 by Christophe Ricard · 10 years ago
  48. e5b53c0 NFC: Fix warning "warning: incorrect type in assignment" by Christophe Ricard · 10 years ago
  49. b3a55b9 NFC: hci: Add specific hci macro to not create a pipe by Christophe Ricard · 10 years ago
  50. cd96db6 NFC: Add se_io NFC operand by Christophe Ricard · 10 years ago
  51. 3682f49 NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET by Christophe Ricard · 10 years ago
  52. 9295b5b NFC: nci: Add support for different NCI_DEACTIVATE_TYPE by Christophe Ricard · 10 years ago
  53. 4391590 NFC: nci: Add management for NCI state for machine rf_deactivate_ntf by Christophe Ricard · 10 years ago
  54. 98ff416 NFC: nci: Add status byte management in case of error. by Christophe Ricard · 10 years ago
  55. a2ae218 NFC: hci: Add support for NOTIFY_ALL_PIPE_CLEARED by Christophe Ricard · 10 years ago
  56. deff5aa NFC: hci: Add open pipe command handler by Christophe Ricard · 10 years ago
  57. a688bf5 NFC: nci: Add se_io NCI operand by Christophe Ricard · 10 years ago
  58. e9ef943 NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element by Christophe Ricard · 10 years ago
  59. 93bca2b NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element by Christophe Ricard · 10 years ago
  60. ba4db55 NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element by Christophe Ricard · 10 years ago
  61. c7dea25 NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared. by Christophe Ricard · 10 years ago
  62. 9b8d32b NFC: hci: Add se_io HCI operand by Christophe Ricard · 10 years ago
  63. d7979e1 NFC: NCI: Signal deactivation in Target mode by Julien Lefrique · 10 years ago
  64. 6ff5462 NFC: NCI: Handle Discovery deactivation type by Julien Lefrique · 10 years ago
  65. 966efbf NFC: Fix a memory leak by Julien Lefrique · 10 years ago
  66. 122c195 NFC: NCI: Forward data received in Target mode to nfc core by Julien Lefrique · 10 years ago
  67. 485f442 NFC: NCI: Implement Target mode send function by Julien Lefrique · 10 years ago
  68. 529ee06 NFC: NCI: Configure ATR_RES general bytes by Julien Lefrique · 10 years ago
  69. a99903e NFC: NCI: Handle Target mode activation by Julien Lefrique · 10 years ago
  70. 90d78c1 NFC: NCI: Enable NFC-DEP in Listen A and Listen F by Julien Lefrique · 10 years ago
  71. 772dccf NFC: NCI: Add passive Listen modes in discover request by Julien Lefrique · 10 years ago
  72. 413df10 NFC: llcp: Use list_for_each_entry in llcp_accept_poll by Axel Lin · 10 years ago
  73. 9b5ec0f NFC: digital: Add NFC-DEP Target-side ATN Support by Mark A. Greer · 10 years ago
  74. 384ab1d NFC: digital: Add NFC-DEP Initiator-side ATN Support by Mark A. Greer · 10 years ago
  75. 49dbb14 NFC: digital: Add NFC-DEP Target-side NACK Support by Mark A. Greer · 10 years ago
  76. a80509c NFC: digital: Add NFC-DEP Initiator-side NACK Support by Mark A. Greer · 10 years ago
  77. c12715a NFC: digital: Add NFC-DEP Receive Chaining Support by Mark A. Greer · 10 years ago
  78. 3bd2a5b NFC: digital: Add NFC-DEP Send Chaining Support by Mark A. Greer · 10 years ago
  79. b08147c NFC: digital: Implement NFC-DEP max payload lengths by Mark A. Greer · 10 years ago
  80. 485fdc9 NFC: digital: Enforce NFC-DEP PNI sequencing by Mark A. Greer · 10 years ago
  81. 3e6b0de NFC: digital: Ensure no NAD byte in DEP_REQ and DEP_RES frames by Mark A. Greer · 10 years ago
  82. 05afedc NFC: digital: Add Target-mode NFC-DEP DID Support by Mark A. Greer · 10 years ago
  83. 3bc3f88 NFC: digital: Ensure no DID in NFC-DEP responses by Mark A. Greer · 10 years ago
  84. 6ce3066 NFC: digital: Rearrange NFC-DEP DEP_REQ/DEP_RES Code by Mark A. Greer · 10 years ago
  85. b15829b NFC: digital: Fix potential skb leaks in NFC-DEP code by Mark A. Greer · 10 years ago
  86. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  87. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  88. 9e87f9a NFC: nci: Add support for proprietary RF Protocols by Christophe Ricard · 10 years ago
  89. 83724c3 NFC: NCI: Fix NCI RF FRAME interface usage by Vincent Cuissard · 10 years ago
  90. 3c1c0f5 NFC: NCI: Fix nci_register_device init sequence by Vincent Cuissard · 10 years ago
  91. cfdbeea NFC: NCI: Add support of ISO15693 by Vincent Cuissard · 10 years ago
  92. dddb3da NFC: digital: Add Inititor-side PSL support by Mark A. Greer · 10 years ago
  93. aef4f5b Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  94. bf30a67 NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks by Mark A. Greer · 10 years ago
  95. 95f7687 NFC: hci: Add stop_poll HCI operand. by Christophe Ricard · 10 years ago
  96. bb15b21 NFC: nci: Add T1T support notification by Christophe Ricard · 10 years ago
  97. 55537c7e NFC: digital: Add digital framing calls when in target mode by Mark A. Greer · 10 years ago
  98. 0529a7a NFC: digital: Clear poll_tech_count before activating target by Mark A. Greer · 10 years ago
  99. 4b4dbca NFC: digital: Check for NFC-DEP before checking for Type 4 tag by Mark A. Greer · 10 years ago
  100. 6c4c170 NFC: remove unnecessary break after goto by Fabian Frederick · 10 years ago