)]}'
{
  "log": [
    {
      "commit": "d132d7f6fbb9cc246dab828fc9740e5caf78aeb3",
      "tree": "c059c1c01a34be4131325801530c6cb385c1d9bc",
      "parents": [
        "e1d206018831c789cf4445e8f641b3c0df90b2bb"
      ],
      "author": {
        "name": "Paul Bolle",
        "email": "pebolle@tiscali.nl",
        "time": "Mon May 07 11:14:59 2012 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon May 07 15:01:22 2012 +0200"
      },
      "message": "Kconfig: replace \"--- help ---\" with \"---help---\"\n\nThere are three Kconfig entries with \"--- help ---\" attributes, and over\n2000 Kconfig entries with \"---help---\" attributes.  Apparently the three\nattributes with embedded spaces are valid. Still, I see little reason\nfor using this obscure variant. And replacing those three attributes\nwith the common variant makes grepping Kconfig files for help texts a\nbit easier too.\n\nSigned-off-by: Paul Bolle \u003cpebolle@tiscali.nl\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "7ad65bf68d705b445ef10b77ab50dab22be185ee",
      "tree": "ba354482821d658d6b9b6a4214d3dd4ba543ee23",
      "parents": [
        "63afe12f4be3b08597ae41ce7c0837bfc106b0ac"
      ],
      "author": {
        "name": "sjur.brandeland@stericsson.com",
        "email": "sjur.brandeland@stericsson.com",
        "time": "Sun Dec 04 11:22:53 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 05 18:27:56 2011 -0500"
      },
      "message": "caif: Add support for CAIF over CDC NCM USB interface\n\nNCM 1.0 does not support anything but Ethernet framing, hence\nCAIF payload will be put into Ethernet frames.\n\nDiscovery is based on fixed USB vendor 0x04cc (ST-Ericsson),\nproduct-id 0x230f (NCM). In this variant only CAIF payload is sent over\nthe NCM interface.\n\nThe CAIF stack (cfusbl.c) will when USB interface register first check if\nwe got a CDC NCM USB interface with the right VID, PID.\nIt will then read the device\u0027s Ethernet address and create a \u0027template\u0027\nEthernet TX header, using a broadcast address as the destination address,\nand EthType 0x88b5 (802.1 Local Experimental - vendor specific).\n\nA protocol handler for 0x88b5 is setup for reception of CAIF frames from\nthe CDC NCM USB interface.\n\nSigned-off-by: Sjur Brændeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "01eebb53a65996dfbfb892bf5eb21ae831fbe3a6",
      "tree": "958201b54f52778159010d55006c52d00955d654",
      "parents": [
        "cfc9b16b75f2cef1e0b283fd2b52ddde568401ab"
      ],
      "author": {
        "name": "Sjur Braendeland",
        "email": "sjur.brandeland@stericsson.com",
        "time": "Sat Jun 26 11:31:28 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 29 00:06:38 2010 -0700"
      },
      "message": "caif: Kconfig and Makefile fixes\n\nUse \"depends on\" instead of \"if\" in Kconfig files.\nFixed CAIF debug flag, and removed unnecessary clean-* options.\n\nSigned-off-by: Sjur Braendeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "eb1669aed950cb5f34622bcceba66bef5980e97a",
      "tree": "69b2e0b5cb1d3faf24317c4926431bcc7e9feb85",
      "parents": [
        "53b0f08042f04813cd1a7473dacd3edfacb28eb3"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri May 21 10:45:20 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun May 23 23:11:08 2010 -0700"
      },
      "message": "net-caif: drop redundant Kconfig entries\n\nThere is already a submenu entry that is always displayed, so there is\nno need to also show a dedicated CAIF comment.\n\nDrop dead commented code while we\u0027re here, and change the submenu text\nto better match the style everyone else is using.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3908c6902372206cc582ecf459af889b09a150c9",
      "tree": "4c2bd223a9d4b60d82b0a526fdc4b129884a16d8",
      "parents": [
        "cc36a070b5901cd54386348b4d79d2daac91ce75"
      ],
      "author": {
        "name": "Sjur Braendeland",
        "email": "sjur.brandeland@stericsson.com",
        "time": "Tue Mar 30 13:56:28 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Mar 30 19:08:49 2010 -0700"
      },
      "message": "net-caif: add CAIF Kconfig and Makefiles\n\nKconfig and Makefiles with options for:\nCAIF:        Including caif\nCAIF_DEBUG:  CAIF Debug\nCAIF_NETDEV: CAIF Network Device for GPRS Contexts\n\nSigned-off-by: Sjur Braendeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ]
}
