)]}'
{
  "log": [
    {
      "commit": "bb1cafb8fc414d6dbe933f888df6540c2ef02101",
      "tree": "56e385a44ccd1d14f962a9ae42f8584e71cfbde2",
      "parents": [
        "0a868b26c8ba32f6988f87dd81697917a2f612b6"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Nov 05 16:56:23 2009 +0300"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:32:24 2009 +0300"
      },
      "message": "ieee802154: add support for creation/removal of logic interfaces\n\nAdd support for two more NL802154 commands: ADD_IFACE and DEL_IFACE,\nthus allowing creation and removal of logic WPAN interfaces on the top\nof wpan-phy.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "42723448b8bacf60c96812196d7725d8d605d0c4",
      "tree": "bd1e1ac9900869139003cfdbae4e88e4b3f22457",
      "parents": [
        "478e87c23340e88e909aa749f4772838bc96a20b"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Nov 04 17:53:23 2009 +0300"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:32:18 2009 +0300"
      },
      "message": "ieee802154: add an mlme_ops call to retrieve PHY object\n\nops-\u003eget_phy should increment reference to wpan-phy. As we return\nthe external structure, we should do refcounting correctly.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "e9cf356c0c6b975fda84b15a5abdd1db88d74f84",
      "tree": "50b66c4f169939727f7c4592a8a1b44fe13eba79",
      "parents": [
        "a0b4a738e0e03f5e0d6ca366560f9a48e5adf83a"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Mon Sep 28 19:01:20 2009 +0400"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:29:50 2009 +0300"
      },
      "message": "wpan-phy: follow usual patter of devices registration\n\nFollow the usual pattern of devices registration by adding new function\n(wpan_phy_set_dev) that sets child-\u003eparent relationship and removing\nparent argument from wpan_phy_register call.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "a0b4a738e0e03f5e0d6ca366560f9a48e5adf83a",
      "tree": "8063be3ae88a2bef6377cdf913b2432d9805c48b",
      "parents": [
        "375bb0e04b618d0c425b0ea492d16cf71eb94905"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Tue Sep 22 15:26:48 2009 +0400"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:23:41 2009 +0300"
      },
      "message": "wpan-phy: allow specifying a per-page channel mask\n\nIEEE 802.15.4-2006 defines channel pages that hold channels (max 32 pages,\n27 channels per page). Allow the driver to specify supported channels\non pages, other than the first one.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "1c889f4db6b2f8f8429e62011ba622642faba019",
      "tree": "995e43f46f37925556b74b324e59d7363f9393be",
      "parents": [
        "69d9ab96f983720b7794e91437bd9c5f83bae9f7"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Tue Sep 15 16:57:04 2009 +0400"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:12:24 2009 +0300"
      },
      "message": "wpan-phy: add wpan-phy iteration functions\n\nAdd API to iterate over the wpan-phy instances.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "69d9ab96f983720b7794e91437bd9c5f83bae9f7",
      "tree": "fbf4312751ac537fa48c5bd0203ed76c6b975044",
      "parents": [
        "6a2a2d6bf8581216e08be15fcb563cfd6c430e1e"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Mon Sep 14 18:11:03 2009 +0400"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Nov 06 14:10:32 2009 +0300"
      },
      "message": "wpan-phy: add a helper to put the wpan_phy device\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "2bfb1070ba1fdb8cbc2b0b9ff61a3b0701ab40de",
      "tree": "72b91a81b05f74fb62eeb4b4e918c36fe57c8f26",
      "parents": [
        "a0aea57786fe9c6b62b1a4f28409582520fa494f"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Aug 14 16:13:12 2009 +0400"
      },
      "committer": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Aug 19 23:08:20 2009 +0400"
      },
      "message": "ieee802154: add a sysfs representation of WPAN master devices\n\nAdd a sysfs/in-kernel representation of LR-WPAN master devices.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\n"
    }
  ]
}
