1. 05d3d2d net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails by YueHaibing · 5 years ago
  2. 806bfe3 NFC: llcp: Use dynamic debug for hex dump by Thierry Escande · 8 years ago
  3. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  4. 966efbf NFC: Fix a memory leak by Julien Lefrique · 10 years ago
  5. bad93e9 net: add __pskb_copy_fclone and pskb_copy_for_clone by Octavian Purdila · 10 years ago
  6. 57be1f3 NFC: Add RAW socket type support for SOCKPROTO_RAW by Hiren Tandel · 10 years ago
  7. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  8. 29e27dd NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local() by Axel Lin · 10 years ago
  9. 3143a4c NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb by Axel Lin · 10 years ago
  10. 0b51fc5 NFC: Use LIST_HEAD() at appropriate places by Axel Lin · 10 years ago
  11. 11bfb1c NFC: llcp: Use default MIU if none was specified on connect by Szymon Janc · 10 years ago
  12. 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  13. 4ca546e NFC: llcp: Fix the well known services endianness by Samuel Ortiz · 11 years ago
  14. f768b34 NFC: llcp: Set the LLC Link Management well known service bit by Samuel Ortiz · 11 years ago
  15. 2635a4b NFC: llcp: Do not send pending Tx frames when the remote is not ready by Samuel Ortiz · 11 years ago
  16. f1b79dc NFC: Fix a potential memory leak by Thierry Escande · 11 years ago
  17. 17f7ae16 NFC: Keep socket alive until the DISC PDU is actually sent by Thierry Escande · 11 years ago
  18. 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 11 years ago[Renamed (99%) from net/nfc/llcp/llcp.c]
  19. 6d2cd97 NFC: llcp: Terminate connection when receiving a DISC on (0,0) by Samuel Ortiz · 11 years ago
  20. c470e31 NFC: llcp: Remove local_cleanup last argument by Samuel Ortiz · 11 years ago
  21. b436a13 NFC: llcp: Only keep raw sockets alive when the LLCP local leaves by Samuel Ortiz · 11 years ago
  22. abd18d4 NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down by Thierry Escande · 11 years ago
  23. 098dafc NFC: llcp: Aggregated frames support by Thierry Escande · 11 years ago
  24. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  25. b315515 NFC: llcp: Remove possible double call to kfree_skb by Thierry Escande · 11 years ago
  26. bec964e NFC: llcp: Detach socket from process context only when releasing the socket by Samuel Ortiz · 11 years ago
  27. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  28. 40213fa NFC: llcp: Add cleanup support for unreplied SNL requests by Thierry Escande · 11 years ago
  29. d9b8d8e NFC: llcp: Service Name Lookup netlink interface by Thierry Escande · 11 years ago
  30. e0ae7ba NFC: llcp: Service Name Lookup SDRES aggregation by Thierry Escande · 11 years ago
  31. 8808edb NFC: llcp: Remove redundant printk by Samuel Ortiz · 11 years ago
  32. 06d44f8 NFC: llcp: Use socket specific link parameters before the local ones by Samuel Ortiz · 11 years ago
  33. e4306be NFC: llcp: Rename socket rw and miu fields by Samuel Ortiz · 11 years ago
  34. 3bbc0ce NFC: llcp: Report error to pending sockets when a device is removed by Samuel Ortiz · 11 years ago
  35. e6a3a4b NFC: llcp: Clean raw sockets from nfc_llcp_socket_release by Samuel Ortiz · 11 years ago
  36. 3536da0 NFC: llcp: Clean local timers and works when removing a device by Samuel Ortiz · 11 years ago
  37. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  38. e9a4aa3 NFC: llcp: integer underflow in nfc_llcp_set_remote_gb() by Dan Carpenter · 11 years ago
  39. 1727cf9 NFC: llcp: Fix Rx memory leak by Samuel Ortiz · 11 years ago
  40. 2593c2c NFC: llcp: Remove the tx backlog queue by Samuel Ortiz · 11 years ago
  41. 2c2d45b NFC: Add support for SO_TIMESTAMP LLCP socket option by Thierry Escande · 12 years ago
  42. 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 · 11 years ago
  43. 2898149 NFC: Fix incorrect llcp pointer dereference by Waldemar Rymarkiewicz · 12 years ago
  44. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  45. 16a78e9 NFC: Fix nfc_llcp_local chained list insertion by Thierry Escande · 12 years ago
  46. be02b6b NFC: Queue a copy of the transmitted LLCP skb by Samuel Ortiz · 12 years ago
  47. 52feb44 NFC: Extend netlink interface for LTO, RW, and MIUX parameters support by Thierry Escande · 12 years ago
  48. f31652a NFC: Purge LLCP socket Tx queues when being disconnected by Samuel Ortiz · 12 years ago
  49. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  50. a8df0f3 NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found by Samuel Ortiz · 12 years ago
  51. 968272b NFC: Handle LLCP UI frames by Samuel Ortiz · 12 years ago
  52. c8512be NFC: Keep connection less bound sockets alive when DEP link goes down by Samuel Ortiz · 12 years ago
  53. 54292d6 NFC: Check for connection less sockets when looking for a service name by Samuel Ortiz · 12 years ago
  54. e690408 NFC: Reserve LLCP ssap when replying to an SNL frame by Samuel Ortiz · 12 years ago
  55. 36b0511 NFC: Remove unneeded LLCP function return calls by Szymon Janc · 12 years ago
  56. 19cfe58 NFC: Initial SNL support by Samuel Ortiz · 12 years ago
  57. a6a0915 NFC: Avoid falling back to SYMM when sk is NULL by Samuel Ortiz · 12 years ago
  58. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  59. 50b78b2 NFC: Fix sleeping in atomic when releasing socket by Szymon Janc · 12 years ago
  60. 4463523b NFC: LLCP raw socket support by Thierry Escande · 12 years ago
  61. fe235b5 NFC: Use dynamic initialization for rwlocks by Szymon Janc · 12 years ago
  62. 52da244 NFC: Fix possible LLCP memory leak by Wei Yongjun · 12 years ago
  63. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  64. 1550bf2 NFC: Remove warning from nfc_llcp_local_put by Samuel Ortiz · 12 years ago
  65. 5c0560b NFC: Handle LLCP Disconnected Mode frames by Samuel Ortiz · 12 years ago
  66. 8f50020 NFC: LLCP late binding by Samuel Ortiz · 12 years ago
  67. ebbb16d NFC: Forbid SSAP binding to a not well known LLCP service by Samuel Ortiz · 12 years ago
  68. cbbf472 NFC: Release LLCP SAP when the owner is released by Samuel Ortiz · 12 years ago
  69. 4d22ea1 NFC: Close listening LLCP sockets when the device is gone by Samuel Ortiz · 12 years ago
  70. b8e7a06 NFC: Build LLCP general bytes upon request by Samuel Ortiz · 12 years ago
  71. 025f152 NFC: Update LLCP socket target index when getting a connection by Samuel Ortiz · 12 years ago
  72. 07922bb NFC: Destroy LLCP timout workqueue when releasing the link by Samuel Ortiz · 12 years ago
  73. 56af256 NFC: Send a receiver ready frame only to reply to an I frame by Samuel Ortiz · 12 years ago
  74. 8445796 NFC: Requeue lost LLCP frames by Samuel Ortiz · 12 years ago
  75. 5a0f6f3 NFC: Don't hold a NULL connecting LLCP socket lock by Samuel Ortiz · 12 years ago
  76. 73167ce NFC: Introduce target mode rx data callback by Samuel Ortiz · 12 years ago
  77. 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 12 years ago
  78. 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 12 years ago
  79. a69f32a NFC: Socket linked list by Samuel Ortiz · 12 years ago
  80. c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 12 years ago
  81. ff353d8 NFC: LLCP connect must wait for a CC frame by Samuel Ortiz · 12 years ago
  82. 91b0ade NFC: Fix LLCP link timeout typo by Samuel Ortiz · 12 years ago
  83. 56d5876 NFC: Add MIUX to the local LLCP general bytes by Samuel Ortiz · 12 years ago
  84. 279cf17 NFC: No need to apply twice the modulo op to LLCP's recv_n by Samuel Ortiz · 12 years ago
  85. 4be646e NFC: Dump LLCP frames by Samuel Ortiz · 12 years ago
  86. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 12 years ago
  87. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 12 years ago
  88. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 12 years ago
  89. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 12 years ago
  90. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 12 years ago
  91. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 12 years ago
  92. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 12 years ago
  93. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 12 years ago
  94. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 12 years ago
  95. 5b68a7c NFC: use kfree_skb() for sk_buffs by Dan Carpenter · 12 years ago
  96. 341ee43 NFC: double unlock in nfc_llcp_recv_connect() by Dan Carpenter · 12 years ago
  97. d646960 NFC: Initial LLCP support by Samuel Ortiz · 12 years ago