1. 17f7ae16 NFC: Keep socket alive until the DISC PDU is actually sent by Thierry Escande · 11 years ago
  2. 58e3dd1 NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect() by Thierry Escande · 11 years ago
  3. be08565 NFC: Add secure element enablement netlink API by Samuel Ortiz · 11 years ago
  4. c531c9e NFC: Add secure element enablement internal API by Samuel Ortiz · 11 years ago
  5. ee656e9 NFC: Remove and free all SEs when releasing an NFC device by Samuel Ortiz · 11 years ago
  6. 2757c372 NFC: Send netlink events for secure elements additions and removals by Samuel Ortiz · 11 years ago
  7. fed7c25 NFC: Add secure elements addition and removal API by Samuel Ortiz · 11 years ago
  8. 0a94630 NFC: Extend and fix the internal secure element API by Samuel Ortiz · 11 years ago
  9. 0b456c4 NFC: Remove the static supported_se field by Samuel Ortiz · 11 years ago
  10. 391d8a2 NFC: Add NCI over SPI receive by Frederic Danis · 11 years ago
  11. ee9596d NFC: Add NCI over SPI send by Frederic Danis · 11 years ago
  12. 8a00a61 NFC: Add basic NCI over SPI by Frederic Danis · 11 years ago
  13. a395298 NFC: HCI: Follow a positive code path in the HCI ops implementations by Samuel Ortiz · 11 years ago
  14. 9a695d2 NFC: HCI: Implement fw_upload ops by Eric Lapuyade · 11 years ago
  15. 9674da8 NFC: Add firmware upload netlink command by Eric Lapuyade · 11 years ago
  16. 1095e69 NFC: NCI: Fix skb->dev usage by Frederic Danis · 11 years ago
  17. 7c05588 NFC: Remove commented out LLCP related Makefile line by Paul Bolle · 11 years ago
  18. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  19. 17a2911 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  20. c204ea0 NFC: Add missing RFKILL dependency for Kconfig by Marcel Holtmann · 11 years ago
  21. 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 11 years ago
  22. 5ffedc6 NFC: llcp: two bugs in ->getname() by Dan Carpenter · 11 years ago
  23. 6ed0e32 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  24. be055b2 NFC: RFKILL support by Samuel Ortiz · 12 years ago
  25. 7757dc8 NFC: Prevent polling when device is down by Samuel Ortiz · 12 years ago
  26. 6d2cd97 NFC: llcp: Terminate connection when receiving a DISC on (0,0) by Samuel Ortiz · 12 years ago
  27. c470e31 NFC: llcp: Remove local_cleanup last argument by Samuel Ortiz · 12 years ago
  28. b436a13 NFC: llcp: Only keep raw sockets alive when the LLCP local leaves by Samuel Ortiz · 12 years ago
  29. 064f370 NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters by Thierry Escande · 12 years ago
  30. abd18d4 NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down by Thierry Escande · 12 years ago
  31. 66cbfa1 NFC: llcp: Use localy stored remote_miu value if not set at socket level by Thierry Escande · 12 years ago
  32. 098dafc NFC: llcp: Aggregated frames support by Thierry Escande · 12 years ago
  33. 0b23d66 NFC: llcp: Fix zero octets length SDU handling by Olivier Guiter · 12 years ago
  34. 00e856d NFC: llcp: Fall back to local values when getting socket options by Samuel Ortiz · 12 years ago
  35. 5eef666 NFC: llcp: Socket miux is a big endian field by Samuel Ortiz · 12 years ago
  36. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  37. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. d26d650 NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() by Mathias Krause · 12 years ago
  39. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 12 years ago
  40. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  41. 39a352a NFC: llcp: Keep the connected socket parent pointer alive by Samuel Ortiz · 12 years ago
  42. b315515 NFC: llcp: Remove possible double call to kfree_skb by Thierry Escande · 12 years ago
  43. bec964e NFC: llcp: Detach socket from process context only when releasing the socket by Samuel Ortiz · 12 years ago
  44. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  45. 40213fa NFC: llcp: Add cleanup support for unreplied SNL requests by Thierry Escande · 12 years ago
  46. d9b8d8e NFC: llcp: Service Name Lookup netlink interface by Thierry Escande · 12 years ago
  47. e0ae7ba NFC: llcp: Service Name Lookup SDRES aggregation by Thierry Escande · 12 years ago
  48. 8af362d NFC: Add missing type policies for netlink attributes by Thierry Escande · 12 years ago
  49. 8808edb NFC: llcp: Remove redundant printk by Samuel Ortiz · 12 years ago
  50. 06d44f8 NFC: llcp: Use socket specific link parameters before the local ones by Samuel Ortiz · 12 years ago
  51. 26fd76c NFC: llcp: Implement socket options by Samuel Ortiz · 12 years ago
  52. e4306be NFC: llcp: Rename socket rw and miu fields by Samuel Ortiz · 12 years ago
  53. 3bbc0ce NFC: llcp: Report error to pending sockets when a device is removed by Samuel Ortiz · 12 years ago
  54. e6a3a4b NFC: llcp: Clean raw sockets from nfc_llcp_socket_release by Samuel Ortiz · 12 years ago
  55. 3536da0 NFC: llcp: Clean local timers and works when removing a device by Samuel Ortiz · 12 years ago
  56. b141e81 NFC: llcp: Decrease socket ack log when accepting a connection by Samuel Ortiz · 12 years ago
  57. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  58. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  59. e9a4aa3 NFC: llcp: integer underflow in nfc_llcp_set_remote_gb() by Dan Carpenter · 12 years ago
  60. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  61. fb97c3e NFC: Use skb_copy_datagram_iovec by Samuel Ortiz · 12 years ago
  62. fad2e37 NFC: Avoid memcpy on LLCP connection less Rx path by Samuel Ortiz · 12 years ago
  63. 390a1bd NFC: Initial Secure Element API by Samuel Ortiz · 12 years ago
  64. bf71ab8 NFC: Add HCI quirks to support driver (non)standard implementations by Eric Lapuyade · 12 years ago
  65. 924d4a0 NFC: Fixed skb leak in tm_send() nfc and hci ops implementations by Eric Lapuyade · 12 years ago
  66. 40d06d3 NFC: Changed event_received hci ops result semantic by Eric Lapuyade · 12 years ago
  67. 27c3119 NFC: Added error handling in event_received hci ops by Eric Lapuyade · 12 years ago
  68. f0c9103 NFC: Fixed nfc core and hci unregistration and cleanup by Eric Lapuyade · 12 years ago
  69. 1727cf9 NFC: llcp: Fix Rx memory leak by Samuel Ortiz · 12 years ago
  70. 2593c2c NFC: llcp: Remove the tx backlog queue by Samuel Ortiz · 12 years ago
  71. 2c2d45b NFC: Add support for SO_TIMESTAMP LLCP socket option by Thierry Escande · 12 years ago
  72. 026e43d nfc: remove noisy message from llcp_sock_sendmsg by Dave Jones · 12 years ago
  73. 55cb079 Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  74. 2898149 NFC: Fix incorrect llcp pointer dereference by Waldemar Rymarkiewicz · 12 years ago
  75. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  76. 16a78e9 NFC: Fix nfc_llcp_local chained list insertion by Thierry Escande · 12 years ago
  77. be02b6b NFC: Queue a copy of the transmitted LLCP skb by Samuel Ortiz · 12 years ago
  78. dd2bf43 NFC: Stop sending LLCP frames when tx queues are getting too deep by Samuel Ortiz · 12 years ago
  79. 6e950fd NFC: Copy user space buffer when sending UI frames by Samuel Ortiz · 12 years ago
  80. 9c5121a NFC: Export nfc_hci_sak_to_protocol() by Eric Lapuyade · 12 years ago
  81. 84d4819 NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers by Eric Lapuyade · 12 years ago
  82. 74a5b96 NFC: Dot not dispatch HCI event received on unopened pipe by Eric Lapuyade · 12 years ago
  83. 23f7e6d NFC: Ignore err when chip doesn't implement HW/SW info registers by Eric Lapuyade · 12 years ago
  84. 07887e9 NFC: Fix hci_connect_gate() when a pre-opened pipe is passed by Eric Lapuyade · 12 years ago
  85. 52feb44 NFC: Extend netlink interface for LTO, RW, and MIUX parameters support by Thierry Escande · 12 years ago
  86. f31652a NFC: Purge LLCP socket Tx queues when being disconnected by Samuel Ortiz · 12 years ago
  87. f152218 NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile by Kees Cook · 12 years ago
  88. 54720c3 NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile by Kees Cook · 12 years ago
  89. deccb2a NFC: Remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  90. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  91. 7eda8b8e9 NFC: Use IDR library to assing NFC devices IDs by Samuel Ortiz · 12 years ago
  92. a8df0f3 NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found by Samuel Ortiz · 12 years ago
  93. b874dec NFC: Implement LLCP connection less Tx path by Samuel Ortiz · 12 years ago
  94. 94f418a NFC: UI frame sending routine implementation by Samuel Ortiz · 12 years ago
  95. 31ca61a NFC: Forward LLCP datagrams to userspace by Samuel Ortiz · 12 years ago
  96. 968272b NFC: Handle LLCP UI frames by Samuel Ortiz · 12 years ago
  97. c8512be NFC: Keep connection less bound sockets alive when DEP link goes down by Samuel Ortiz · 12 years ago
  98. 54292d6 NFC: Check for connection less sockets when looking for a service name by Samuel Ortiz · 12 years ago
  99. e690408 NFC: Reserve LLCP ssap when replying to an SNL frame by Samuel Ortiz · 12 years ago
  100. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago