1. 94f418a NFC: UI frame sending routine implementation by Samuel Ortiz · 12 years ago
  2. 31ca61a NFC: Forward LLCP datagrams to userspace by Samuel Ortiz · 12 years ago
  3. 968272b NFC: Handle LLCP UI frames by Samuel Ortiz · 12 years ago
  4. c8512be NFC: Keep connection less bound sockets alive when DEP link goes down by Samuel Ortiz · 12 years ago
  5. 54292d6 NFC: Check for connection less sockets when looking for a service name by Samuel Ortiz · 12 years ago
  6. e690408 NFC: Reserve LLCP ssap when replying to an SNL frame by Samuel Ortiz · 12 years ago
  7. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago
  8. 874934f NFC: Fix style issues with logical operations by Szymon Janc · 12 years ago
  9. 0250ffc NFC: Fix not propagating return code in nfc_hci_clear_all_pipes by Szymon Janc · 12 years ago
  10. 80e4232 NFC: Small nfc_hci_create_pipe refactoring by Szymon Janc · 12 years ago
  11. 36b0511 NFC: Remove unneeded LLCP function return calls by Szymon Janc · 12 years ago
  12. f9fc36f NFC: Remove not needed local variable in nci_set_local_general_bytes by Szymon Janc · 12 years ago
  13. 460d8f9 NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes by Szymon Janc · 12 years ago
  14. 7ad3939 NFC: Add NFC_ATTR_RF_MODE when sending device netlink properties by Thierry Escande · 12 years ago
  15. 5bcf099 NFC: Set rf_mode to NFC_RF_NONE where necessary by Thierry Escande · 12 years ago
  16. 19cfe58 NFC: Initial SNL support by Samuel Ortiz · 12 years ago
  17. c43bb03 NFC: Add SNL frame building routine by Samuel Ortiz · 12 years ago
  18. 9222390 NFC: Use llcp_allocate_pdu to build the DISC frames by Samuel Ortiz · 12 years ago
  19. a6a0915 NFC: Avoid falling back to SYMM when sk is NULL by Samuel Ortiz · 12 years ago
  20. 632c016 NFC: HCI check presence must not fail when driver doesn't support it by Eric Lapuyade · 12 years ago
  21. e810762 NFC: Implement HCI DEP send and receive data by Arron Wang · 12 years ago
  22. c40d174 NFC: Implement HCI DEP link up and down by Arron Wang · 12 years ago
  23. 928326f NFC: Handle pn544 continue activation by Arron Wang · 12 years ago
  24. f7a5f6c NFC: Pass hardware specific HCI event to driver by Arron Wang · 12 years ago
  25. 32418cf Remove noisy printks from llcp_sock_connect by Dave Jones · 12 years ago
  26. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  27. 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
  28. 50b78b2 NFC: Fix sleeping in atomic when releasing socket by Szymon Janc · 12 years ago
  29. 3c0cc8a NFC: Fix sleeping in invalid context when netlink socket is closed by Szymon Janc · 12 years ago
  30. 7d777c3 NFC: Add dummy nfc_llc_shdlc_register definition by John W. Linville · 12 years ago
  31. 4463523b NFC: LLCP raw socket support by Thierry Escande · 12 years ago
  32. fe235b5 NFC: Use dynamic initialization for rwlocks by Szymon Janc · 12 years ago
  33. 4c0ba9a NFC: Fix typo negociating -> negotiating by Waldemar Rymarkiewicz · 12 years ago
  34. 12bfd1e NFC: Don't handle consequent RSET frames after UA by Waldemar Rymarkiewicz · 12 years ago
  35. 9010e39 NFC: Handle RSET in SHDLC_CONNECTING state by Waldemar Rymarkiewicz · 12 years ago
  36. 80faa59 NFC: Add HCI module description by Eric Lapuyade · 12 years ago
  37. a7d0281 NFC: Fix LLC registration definitions for ANSI compliance by Eric Lapuyade · 12 years ago
  38. f4f20d0 NFC: Remove unneeded LLC symbols export by Samuel Ortiz · 12 years ago
  39. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  40. 4a61cd6 NFC: Add an shdlc llc module to llc core by Eric Lapuyade · 12 years ago
  41. 8af00d4 NFC: Add a nop (passthrough) llc module to llc core by Eric Lapuyade · 12 years ago
  42. 67cccfe NFC: Add an LLC Core layer to HCI by Eric Lapuyade · 12 years ago
  43. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  44. e4c4789 NFC: Add a public nfc_hci_send_cmd_async method by Eric Lapuyade · 12 years ago
  45. b5faa64 NFC: Changed the HCI cmd execution callback prototype by Eric Lapuyade · 12 years ago
  46. c1be211 NFC: Correct outgoing frame before requeueing by Waldemar Rymarkiewicz · 12 years ago
  47. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  48. 52da244 NFC: Fix possible LLCP memory leak by Wei Yongjun · 12 years ago
  49. 33e5971 NFC: Remove pointless conditional before HCI kfree_skb() by Wei Yongjun · 12 years ago
  50. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  51. 5db327f NFC: Remove repeated code for NULL check by Syam Sidhardhan · 12 years ago
  52. 767f19a NFC: Implement NCI dep_link_up and dep_link_down by Ilan Elias · 12 years ago
  53. ac20683 NFC: Parse NCI NFC-DEP activation params by Ilan Elias · 12 years ago
  54. 7e03523 NFC: Set local general bytes in nci_start_poll by Ilan Elias · 12 years ago
  55. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  56. 90b90f6 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
  57. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  58. 8a70e7f NFC: NCI module license 'unspecified' taints kernel by Dave Jones · 12 years ago
  59. 81b3039 NFC: Set target nfcid1 for all HCI reader A targets by Eric Lapuyade · 12 years ago
  60. 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
  61. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  62. f8bf65b NFC: Fix order of arguments to list_add_tail() when queueing HCP frames by Mathias Jeppsson · 12 years ago
  63. 1913e57 NFC: Fix empty HCI message list check by Mathias Jeppsson · 12 years ago
  64. fe3c094 NFC: Check for llcp_sock and its device from llcp_sock_getname by Samuel Ortiz · 12 years ago
  65. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  66. c66433d NFC: Dereference LLCP bind socket address after checking for it to be NULL by Samuel Ortiz · 12 years ago
  67. a831b91 NFC: Do not return EBUSY when stopping a poll that's already stopped by Samuel Ortiz · 12 years ago
  68. 1550bf2 NFC: Remove warning from nfc_llcp_local_put by Samuel Ortiz · 12 years ago
  69. 5c0560b NFC: Handle LLCP Disconnected Mode frames by Samuel Ortiz · 12 years ago
  70. 8f50020 NFC: LLCP late binding by Samuel Ortiz · 12 years ago
  71. ebbb16d NFC: Forbid SSAP binding to a not well known LLCP service by Samuel Ortiz · 12 years ago
  72. 8b7e8ed NFC: Forbid LLCP service name reusing by Samuel Ortiz · 12 years ago
  73. cbbf472 NFC: Release LLCP SAP when the owner is released by Samuel Ortiz · 12 years ago
  74. 4d22ea1 NFC: Close listening LLCP sockets when the device is gone by Samuel Ortiz · 12 years ago
  75. b8e7a06 NFC: Build LLCP general bytes upon request by Samuel Ortiz · 12 years ago
  76. 12e5bdf NFC: Fix LLCP getname socket op by Samuel Ortiz · 12 years ago
  77. 025f152 NFC: Update LLCP socket target index when getting a connection by Samuel Ortiz · 12 years ago
  78. 5df16ca NFC: Add netlink module alias for NFC by Samuel Ortiz · 12 years ago
  79. 1155bb6 NFC: Add modules alias for NFC sockets by Samuel Ortiz · 12 years ago
  80. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  81. 9eb334a NFC: nfc_driver_failure() implementation by Eric Lapuyade · 12 years ago
  82. d94f9c5 NFC: nfc_targets_found() should accept zero target found by Eric Lapuyade · 12 years ago
  83. 8668fdd NFC: Core must test the device polling state inside the device lock by Eric Lapuyade · 12 years ago
  84. a070c85 NFC: Implement HCI driver or internal error management by Eric Lapuyade · 12 years ago
  85. ccca0d6 NFC: Factorize HCI cmd completion by Eric Lapuyade · 12 years ago
  86. 456411c NFC: Driver failure API by Eric Lapuyade · 12 years ago
  87. 6c1c5b9 NFC: Changed HCI cmd execution completion result to std linux errno by Eric Lapuyade · 12 years ago
  88. 72b06f7 NFC: Implement HCP reaggregation allocation error case by Eric Lapuyade · 12 years ago
  89. 1c215d7 NFC: Remove an impossible HCI error case by Eric Lapuyade · 12 years ago
  90. 5018e49 NFC: Handle SHDLC RSET frames from an SHDLC connected chip by Eric Lapuyade · 12 years ago
  91. d3b40445 NFC: Removed addressed shdlc TODOs by Eric Lapuyade · 12 years ago
  92. a9a741a NFC: Prepare asynchronous error management for driver and shdlc by Eric Lapuyade · 12 years ago
  93. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  94. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  95. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  96. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  97. 03e934f NFC: Return from rawsock_release when sk is NULL by Eric Dumazet · 12 years ago
  98. 67de956 NFC: Prevent multiple buffer overflows in NCI by Dan Rosenberg · 12 years ago
  99. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago