1. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  2. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  3. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  4. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  5. 03e934f NFC: Return from rawsock_release when sk is NULL by Eric Dumazet · 12 years ago
  6. 67de956 NFC: Prevent multiple buffer overflows in NCI by Dan Rosenberg · 12 years ago
  7. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  8. 58d1eab NFC: Fix possible NULL ptr deref when getting the name of a socket by Sasha Levin · 12 years ago
  9. 07922bb NFC: Destroy LLCP timout workqueue when releasing the link by Samuel Ortiz · 12 years ago
  10. 5e50ee3 NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS by Samuel Ortiz · 12 years ago
  11. 56af256 NFC: Send a receiver ready frame only to reply to an I frame by Samuel Ortiz · 12 years ago
  12. 8445796 NFC: Requeue lost LLCP frames by Samuel Ortiz · 12 years ago
  13. cb3a450 NFC: Call the DEP link down ops even when in target mode by Samuel Ortiz · 12 years ago
  14. 5a0f6f3 NFC: Don't hold a NULL connecting LLCP socket lock by Samuel Ortiz · 12 years ago
  15. 73167ce NFC: Introduce target mode rx data callback by Samuel Ortiz · 12 years ago
  16. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  17. f212ad5 NFC: Set the NFC device RF mode appropriately by Samuel Ortiz · 12 years ago
  18. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  19. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  20. ab73b75 NFC: Export LLCP general bytes getter by Samuel Ortiz · 12 years ago
  21. 76762b7 NFC: LLCP's MIUX is 10 bytes long, not 7 by Samuel Ortiz · 12 years ago
  22. 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 12 years ago
  23. 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 12 years ago
  24. a69f32a NFC: Socket linked list by Samuel Ortiz · 12 years ago
  25. c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 12 years ago
  26. bdbc59b NFC: Queue I frame fragments to the LLCP sockets queue tail by Samuel Ortiz · 12 years ago
  27. 03bed29 NFC: HCI drivers don't have to keep track of polling state by Eric Lapuyade · 12 years ago
  28. e5fe4cf NFC: The NFC genl family structure should not be exposed globally by H Hartley Sweeten · 12 years ago
  29. bd007be NFC: HCI ops should not be exposed globally by H Hartley Sweeten · 12 years ago
  30. 799030b NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 12 years ago
  31. 502b424 NFC: Include nci_core.h to nci/lib.c by H Hartley Sweeten · 12 years ago
  32. 040487f NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 12 years ago
  33. 51c25be NFC: Fix LLCP compilation warning by joseph daniel · 12 years ago
  34. 43472ff NFC: Return the amount of LLCP bytes queued to sock_sendmsg by Samuel Ortiz · 12 years ago
  35. 4260c13 NFC: Update the LLCP poll mask by Samuel Ortiz · 12 years ago
  36. ff353d8 NFC: LLCP connect must wait for a CC frame by Samuel Ortiz · 12 years ago
  37. 1676f75 NFC: Add HCI/SHDLC support to let driver check for tag presence by Eric Lapuyade · 12 years ago
  38. d4ccb13 NFC: Specify usage for targets found and target lost events by Eric Lapuyade · 12 years ago
  39. addfabf NFC: Remove useless HCI private nfc target table by Eric Lapuyade · 12 years ago
  40. 9009943 NFC: Cache the core NFC active target pointer instead of its index by Eric Lapuyade · 12 years ago
  41. f3a138c NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers by Marcel Holtmann · 12 years ago
  42. 59ef43e 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
  43. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  44. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. 91b0ade NFC: Fix LLCP link timeout typo by Samuel Ortiz · 12 years ago
  46. 56d5876 NFC: Add MIUX to the local LLCP general bytes by Samuel Ortiz · 12 years ago
  47. ffc2931 NFC: Call llcp_add_header properly when sending LLCP DM or DISC by Samuel Ortiz · 12 years ago
  48. 324b0af NFC: Fix LLCP TLV building routine by Samuel Ortiz · 12 years ago
  49. 279cf17 NFC: No need to apply twice the modulo op to LLCP's recv_n by Samuel Ortiz · 12 years ago
  50. 4be646e NFC: Dump LLCP frames by Samuel Ortiz · 12 years ago
  51. c8d56ae NFC: Add Core support to generate tag lost event by Eric Lapuyade · 12 years ago
  52. 144612c NFC: Changed target activated state logic by Eric Lapuyade · 12 years ago
  53. 01ae0ee NFC: Fix next target_idx type and rename for clarity by Eric Lapuyade · 12 years ago
  54. c4fbb65 NFC: The core part should generate the target index by Samuel Ortiz · 12 years ago
  55. eb738fe NFC: SHDLC implementation by Eric Lapuyade · 12 years ago
  56. 8b8d2e0 NFC: HCI support by Eric Lapuyade · 12 years ago
  57. e1da0ef NFC: Export target lost function by Eric Lapuyade · 12 years ago
  58. 8112a5c NFC: Add a target lost netlink event by Samuel Ortiz · 12 years ago
  59. b4838d1 NFC: Fix the LLCP Tx fragmentation loop by Samuel Ortiz · 12 years ago
  60. 1e6428d nfc: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  61. eb9bc6e NFC: NCI code identation fixes by Samuel Ortiz · 12 years ago
  62. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 12 years ago
  63. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 12 years ago
  64. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 12 years ago
  65. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 12 years ago
  66. 9dda50f NFC: SN is not an invalid GT value by Samuel Ortiz · 12 years ago
  67. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 12 years ago
  68. e65b0f4 NFC: Fragment LLCP I frames by Samuel Ortiz · 12 years ago
  69. eda21f1 NFC: Set MIU and RW values from CONNECT and CC LLCP frames by Samuel Ortiz · 12 years ago
  70. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 12 years ago
  71. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 12 years ago
  72. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 12 years ago
  73. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 12 years ago
  74. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 12 years ago
  75. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 12 years ago
  76. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 12 years ago
  77. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 12 years ago
  78. 6269cc8 nfc: NULL vs zero in nci_activate_target() by Dan Carpenter · 13 years ago
  79. 019c4fb NFC: Add NCI multiple targets support by Ilan Elias · 13 years ago
  80. 25a1d9d NFC: NFC core layer should not set the target_idx by Ilan Elias · 13 years ago
  81. 8939e47 NFC: Clearly separate NCI states from flags by Ilan Elias · 13 years ago
  82. c4bf98b NFC: Add NCI data exchange timer by Ilan Elias · 13 years ago
  83. d5a2ca6 NFC: Export new attributes sensb_res and sensf_res by Ilan Elias · 13 years ago
  84. bd7e01b NFC: Complete NCI deactivate in deactivate_ntf by Ilan Elias · 13 years ago
  85. 288e071 NFC: Export a new attribute nfcid1 in target info by Ilan Elias · 13 years ago
  86. 004161c NFC: Handle error during NCI data exchange by Ilan Elias · 13 years ago
  87. 637d85a NFC: Update names and structs to NCI spec 1.0 d22 by Ilan Elias · 13 years ago
  88. 5b68a7c NFC: use kfree_skb() for sk_buffs by Dan Carpenter · 13 years ago
  89. 341ee43 NFC: double unlock in nfc_llcp_recv_connect() by Dan Carpenter · 13 years ago
  90. 645d359 NFC: Fix LLCP related build failure by Samuel Ortiz · 13 years ago
  91. d646960 NFC: Initial LLCP support by Samuel Ortiz · 13 years ago
  92. 541d920 NFC: Set and get DEP general bytes by Samuel Ortiz · 13 years ago
  93. 1ed28f6 NFC: Add a DEP link control netlink command by Samuel Ortiz · 13 years ago
  94. db81a62 NFC: Atomic socket allocation by Samuel Ortiz · 13 years ago
  95. 94a098d NFC: Do not take the genl mutex from the netlink release notifier by Samuel Ortiz · 13 years ago
  96. 7c7cd3b NFC: Add tx skb allocation routine by Samuel Ortiz · 13 years ago
  97. 52858b5 NFC: Add function name to the NFC pr_fmt() routine by Samuel Ortiz · 13 years ago
  98. 5d22df2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  99. f8c141c nfc: signedness bug in __nci_request() by Dan Carpenter · 13 years ago
  100. 24bf330 nfc: Remove function tracer like entry messages by Joe Perches · 13 years ago