1. 32418cf Remove noisy printks from llcp_sock_connect by Dave Jones · 12 years ago
  2. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  3. 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
  4. 50b78b2 NFC: Fix sleeping in atomic when releasing socket by Szymon Janc · 12 years ago
  5. 3c0cc8a NFC: Fix sleeping in invalid context when netlink socket is closed by Szymon Janc · 12 years ago
  6. 7d777c3 NFC: Add dummy nfc_llc_shdlc_register definition by John W. Linville · 12 years ago
  7. 4463523b NFC: LLCP raw socket support by Thierry Escande · 12 years ago
  8. fe235b5 NFC: Use dynamic initialization for rwlocks by Szymon Janc · 12 years ago
  9. 4c0ba9a NFC: Fix typo negociating -> negotiating by Waldemar Rymarkiewicz · 12 years ago
  10. 12bfd1e NFC: Don't handle consequent RSET frames after UA by Waldemar Rymarkiewicz · 12 years ago
  11. 9010e39 NFC: Handle RSET in SHDLC_CONNECTING state by Waldemar Rymarkiewicz · 12 years ago
  12. 80faa59 NFC: Add HCI module description by Eric Lapuyade · 12 years ago
  13. a7d0281 NFC: Fix LLC registration definitions for ANSI compliance by Eric Lapuyade · 12 years ago
  14. f4f20d0 NFC: Remove unneeded LLC symbols export by Samuel Ortiz · 12 years ago
  15. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  16. 4a61cd6 NFC: Add an shdlc llc module to llc core by Eric Lapuyade · 12 years ago
  17. 8af00d4 NFC: Add a nop (passthrough) llc module to llc core by Eric Lapuyade · 12 years ago
  18. 67cccfe NFC: Add an LLC Core layer to HCI by Eric Lapuyade · 12 years ago
  19. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  20. e4c4789 NFC: Add a public nfc_hci_send_cmd_async method by Eric Lapuyade · 12 years ago
  21. b5faa64 NFC: Changed the HCI cmd execution callback prototype by Eric Lapuyade · 12 years ago
  22. c1be211 NFC: Correct outgoing frame before requeueing by Waldemar Rymarkiewicz · 12 years ago
  23. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  24. 52da244 NFC: Fix possible LLCP memory leak by Wei Yongjun · 12 years ago
  25. 33e5971 NFC: Remove pointless conditional before HCI kfree_skb() by Wei Yongjun · 12 years ago
  26. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  27. 5db327f NFC: Remove repeated code for NULL check by Syam Sidhardhan · 12 years ago
  28. 767f19a NFC: Implement NCI dep_link_up and dep_link_down by Ilan Elias · 12 years ago
  29. ac20683 NFC: Parse NCI NFC-DEP activation params by Ilan Elias · 12 years ago
  30. 7e03523 NFC: Set local general bytes in nci_start_poll by Ilan Elias · 12 years ago
  31. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  32. 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
  33. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  34. 8a70e7f NFC: NCI module license 'unspecified' taints kernel by Dave Jones · 12 years ago
  35. 81b3039 NFC: Set target nfcid1 for all HCI reader A targets by Eric Lapuyade · 12 years ago
  36. 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
  37. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. f8bf65b NFC: Fix order of arguments to list_add_tail() when queueing HCP frames by Mathias Jeppsson · 12 years ago
  39. 1913e57 NFC: Fix empty HCI message list check by Mathias Jeppsson · 12 years ago
  40. fe3c094 NFC: Check for llcp_sock and its device from llcp_sock_getname by Samuel Ortiz · 12 years ago
  41. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  42. c66433d NFC: Dereference LLCP bind socket address after checking for it to be NULL by Samuel Ortiz · 12 years ago
  43. a831b91 NFC: Do not return EBUSY when stopping a poll that's already stopped by Samuel Ortiz · 12 years ago
  44. 1550bf2 NFC: Remove warning from nfc_llcp_local_put by Samuel Ortiz · 12 years ago
  45. 5c0560b NFC: Handle LLCP Disconnected Mode frames by Samuel Ortiz · 12 years ago
  46. 8f50020 NFC: LLCP late binding by Samuel Ortiz · 12 years ago
  47. ebbb16d NFC: Forbid SSAP binding to a not well known LLCP service by Samuel Ortiz · 12 years ago
  48. 8b7e8ed NFC: Forbid LLCP service name reusing by Samuel Ortiz · 12 years ago
  49. cbbf472 NFC: Release LLCP SAP when the owner is released by Samuel Ortiz · 12 years ago
  50. 4d22ea1 NFC: Close listening LLCP sockets when the device is gone by Samuel Ortiz · 12 years ago
  51. b8e7a06 NFC: Build LLCP general bytes upon request by Samuel Ortiz · 12 years ago
  52. 12e5bdf NFC: Fix LLCP getname socket op by Samuel Ortiz · 12 years ago
  53. 025f152 NFC: Update LLCP socket target index when getting a connection by Samuel Ortiz · 12 years ago
  54. 5df16ca NFC: Add netlink module alias for NFC by Samuel Ortiz · 12 years ago
  55. 1155bb6 NFC: Add modules alias for NFC sockets by Samuel Ortiz · 12 years ago
  56. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  57. 9eb334a NFC: nfc_driver_failure() implementation by Eric Lapuyade · 12 years ago
  58. d94f9c5 NFC: nfc_targets_found() should accept zero target found by Eric Lapuyade · 12 years ago
  59. 8668fdd NFC: Core must test the device polling state inside the device lock by Eric Lapuyade · 12 years ago
  60. a070c85 NFC: Implement HCI driver or internal error management by Eric Lapuyade · 12 years ago
  61. ccca0d6 NFC: Factorize HCI cmd completion by Eric Lapuyade · 12 years ago
  62. 456411c NFC: Driver failure API by Eric Lapuyade · 12 years ago
  63. 6c1c5b9 NFC: Changed HCI cmd execution completion result to std linux errno by Eric Lapuyade · 12 years ago
  64. 72b06f7 NFC: Implement HCP reaggregation allocation error case by Eric Lapuyade · 12 years ago
  65. 1c215d7 NFC: Remove an impossible HCI error case by Eric Lapuyade · 12 years ago
  66. 5018e49 NFC: Handle SHDLC RSET frames from an SHDLC connected chip by Eric Lapuyade · 12 years ago
  67. d3b40445 NFC: Removed addressed shdlc TODOs by Eric Lapuyade · 12 years ago
  68. a9a741a NFC: Prepare asynchronous error management for driver and shdlc by Eric Lapuyade · 12 years ago
  69. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  70. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  71. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  72. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 03e934f NFC: Return from rawsock_release when sk is NULL by Eric Dumazet · 12 years ago
  74. 67de956 NFC: Prevent multiple buffer overflows in NCI by Dan Rosenberg · 12 years ago
  75. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  76. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  77. 58d1eab NFC: Fix possible NULL ptr deref when getting the name of a socket by Sasha Levin · 12 years ago
  78. 07922bb NFC: Destroy LLCP timout workqueue when releasing the link by Samuel Ortiz · 12 years ago
  79. 5e50ee3 NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS by Samuel Ortiz · 12 years ago
  80. 56af256 NFC: Send a receiver ready frame only to reply to an I frame by Samuel Ortiz · 12 years ago
  81. 8445796 NFC: Requeue lost LLCP frames by Samuel Ortiz · 12 years ago
  82. cb3a450 NFC: Call the DEP link down ops even when in target mode by Samuel Ortiz · 12 years ago
  83. 5a0f6f3 NFC: Don't hold a NULL connecting LLCP socket lock by Samuel Ortiz · 12 years ago
  84. 73167ce NFC: Introduce target mode rx data callback by Samuel Ortiz · 12 years ago
  85. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  86. f212ad5 NFC: Set the NFC device RF mode appropriately by Samuel Ortiz · 12 years ago
  87. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  88. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  89. ab73b75 NFC: Export LLCP general bytes getter by Samuel Ortiz · 12 years ago
  90. 76762b7 NFC: LLCP's MIUX is 10 bytes long, not 7 by Samuel Ortiz · 12 years ago
  91. 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 12 years ago
  92. 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 12 years ago
  93. a69f32a NFC: Socket linked list by Samuel Ortiz · 12 years ago
  94. c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 12 years ago
  95. bdbc59b NFC: Queue I frame fragments to the LLCP sockets queue tail by Samuel Ortiz · 12 years ago
  96. 03bed29 NFC: HCI drivers don't have to keep track of polling state by Eric Lapuyade · 12 years ago
  97. e5fe4cf NFC: The NFC genl family structure should not be exposed globally by H Hartley Sweeten · 12 years ago
  98. bd007be NFC: HCI ops should not be exposed globally by H Hartley Sweeten · 12 years ago
  99. 799030b NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 12 years ago
  100. 502b424 NFC: Include nci_core.h to nci/lib.c by H Hartley Sweeten · 12 years ago