)]}'
{
  "log": [
    {
      "commit": "e797637f4c1cbcecb2d8f5cfa05b161da1f0b802",
      "tree": "f22e5bff47b87d30af3a63b467c99521f7fe5bba",
      "parents": [
        "c3d6f1f24cf3fdfdad3bff631349dc2aef06c8df"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:57:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: basic sis191 support\n\nThe sis191 is the gigabit brother of the sis190. SiS\u0027s driver suggests\nthat the register set is backward compatible: this should hopefully\ngive a basic driver.\n\nThe device should allow the usual features from a modern ethernet\nadapter (802.1q, SG, Jumbo frames, TSO, checksum offload). So far\nthe relevant register layout is not documented. SiS\u0027s driver does\nnot provide these features either (at least not for Linux).\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c3d6f1f24cf3fdfdad3bff631349dc2aef06c8df",
      "tree": "af58a41345f99a23137b1d0d868787d03b483c99",
      "parents": [
        "6614a6dc6ebba4d3ca0ba5ea023b61a7d22ab00b"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:56:57 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: RGMII Tx internal delay fiddling\n\nDon\u0027t ask.\nThe patch is based on SiS\u0027s GPLed driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6614a6dc6ebba4d3ca0ba5ea023b61a7d22ab00b",
      "tree": "167513c1c9fb84d3ff3bedca626a21a3ab018e8f",
      "parents": [
        "900eb9d69252cf91d42f6a87fc80b1c5518dbff1"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:56:16 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: make 10Mbps the default when handling the StationControl register\n\nThis patch does three things:\n- widen the access to the StationControl register (note the SIS_W16\n  versus SIS_W32 change);\n- default to 10Mbps half duplex when the LPA can not be evaluated\n  (reg31-\u003ectl is identical for both). It can be argued that it makes\n  sense as the lowest common denominator when everything else failed.\n  Btw it works better than the current code. :o)\n- remove some enums: they do not document anymore.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "900eb9d69252cf91d42f6a87fc80b1c5518dbff1",
      "tree": "543e26050dda2cdffbb0c84c1aabf5e514c86849",
      "parents": [
        "21461380d30fb52b0bbf96dbcccd0b5096a7b346"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:55:27 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:52 2005 -0400"
      },
      "message": "[PATCH] sis190: recent chipsets from SiS include a RGMII\n\nExtracted from SiS\u0027s GPLed driver. From the few pdf available at SiS\u0027s,\nit seems that the 965 and the 966 south bridge include this interface\nwhereas the 965L (and anything below) does not. It is expected to be a\nsis191 related feature and should not hurt the existing sis190 driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "21461380d30fb52b0bbf96dbcccd0b5096a7b346",
      "tree": "d0fd757ee52ae17c1ef3af8d60e3af0e19e99001",
      "parents": [
        "dc85dec68880176c8ba05f68218a161964cada46"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:54:25 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:52 2005 -0400"
      },
      "message": "[PATCH] sis190: unmask the link change events\n\nlink changes reporting does not work when the driver masks its irq event\n\nSigned-off-by: Arnaud Patard \u003capatard@mandriva.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3690b6c124fbc7259634f3b80d92a6d9fe51ec79",
      "tree": "406f56331a1dc94054f08cff65d5bd9b49e28562",
      "parents": [
        "e9985d53e3da3b51d0334d0622c449fda78ae089"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Fri Aug 26 00:30:37 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Aug 26 00:52:11 2005 -0400"
      },
      "message": "[PATCH] sis190: complete the mii probe before registering the netdevice\n\nThe userspace must not be able to issue ethtool command and manage the\nmii before it is completely initialized. Avoid some pesky \"eth%d\" messages.\n\nSigned-off-by: Arnaud Patard \u003capatard@mandriva.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8348b4db5f56d2c0d3849db06055225ec15b255a",
      "tree": "f98fc7c7cee7c04f88d24c0cafcae0c628ace260",
      "parents": [
        "560d3d521decc6d05dc0d6e007f1d2e1d3048102"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:16:14 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:01 2005 -0400"
      },
      "message": "[PATCH] sis190: compare the lpa to the local advertisement\n\nThe station control register must depend on both the advertisement and the lpa\n\nThe link partner ability has better be intersected with the current\nadvertised value before it is feed to the station control register.\n\nSight-catched-by: Lars Vahlenberg \u003clars.vahlenberg@gmail.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "560d3d521decc6d05dc0d6e007f1d2e1d3048102",
      "tree": "59f38e46a795247100d9d23bb8222dd40c2b86fa",
      "parents": [
        "fcb9821d3dd62ede360e7991734ac22b79e9a4f0"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:15:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:01 2005 -0400"
      },
      "message": "[PATCH] sis190: PHY identifier for the K8S-MX motherboard.\n\nAdded PHY identifier for the Asus K8S-MX motherboard\n\nNote: the same ID appears in the sis900 driver.\n\nSigned-off-by: Lars Vahlenberg \u003clars.vahlenberg@gmail.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "fcb9821d3dd62ede360e7991734ac22b79e9a4f0",
      "tree": "9c0818820beb5f6660dcb21ea820a25c179f7bd5",
      "parents": [
        "fc10c39d7920b1db9ad2d80fa845896e529355dc"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:15:22 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: new PHY detection code.\n\nNew PHY detection code.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "fc10c39d7920b1db9ad2d80fa845896e529355dc",
      "tree": "4835f69f454be1677094a95da85c65a7cdaef1fb",
      "parents": [
        "9ede109bbe93d5bbe4271e346106847fbfea95a1"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:15:01 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: dummy read is required by the status register\n\nAdd a dummy read before accessing the status register\n\nSiS driver suggests it.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9ede109bbe93d5bbe4271e346106847fbfea95a1",
      "tree": "d3ab06379a0303bddfef4643a9a4f3cf5f417c24",
      "parents": [
        "3cec93c7124c3037dbff826d6c08e9758a301cd7"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:14:38 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: allow a non-hardcoded ID for the PHY.\n\nAllow a non-hardcoded ID for the PHY\n\nThis is the first step before the driver probes for the PHY address.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3cec93c7124c3037dbff826d6c08e9758a301cd7",
      "tree": "895aa5c42daf9c5bdb7f25b5fc87d663c4b871bd",
      "parents": [
        "bcad5e537840ef6fa28b2f1e126fefb4c39a7248"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:14:18 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: add endian annotations.\n\nAdd endian annotations.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bcad5e537840ef6fa28b2f1e126fefb4c39a7248",
      "tree": "4663de2cc7981c24ee177189afb3af7cdc322cc5",
      "parents": [
        "8b5641d4f1f7376257783b79f121a19ccd86b56b"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:13:47 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: extract bits definition from SiS driver.\n\nextract bits definition from SiS driver\n\n- fix the Rx stats;\n- minor pieces of documentation.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8b5641d4f1f7376257783b79f121a19ccd86b56b",
      "tree": "ff22ed47573d826d8744effd78edefd30100c8fe",
      "parents": [
        "830fb7d23217ae748df0b16d4d419110810036b7"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:13:03 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: the size of the Rx buffer is constrained\n\nAdd a restriction to the size of the Rx buffer\n\nSiS driver forces the size of any Rx buffer to be a multiple of 64 bit.\nI would not be surprized that it goes along with some alignment issues\nwhich have been experienced before. So far it does not make much of a\ndifference (both drivers use 1536 bytes buffer).\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "830fb7d23217ae748df0b16d4d419110810036b7",
      "tree": "86596d111407994a02e14525ae87081882467734",
      "parents": [
        "40292fb0f041362bca2f6ad975acedce4f6e3f3e"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:12:37 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: initialisation of MAC address.\n\nExtract some mac addr code from SiS\u0027s driver.\n\nSome magic may hide beyond the isa bridge. The Rx mac control\nregister is now set without condition.\n\nNote: good or bad, this part of the code is quite close to sis900.c.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "40292fb0f041362bca2f6ad975acedce4f6e3f3e",
      "tree": "eb2ce359b1bf105cad86f3e01f228ac8115c92e6",
      "parents": [
        "188f23ba94a618b12cc205306f02b4f5036c4fa7"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:12:06 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: remove hardcoded constants.\n\nReplace hardcoded constants by enumerated values in sis190_read_eeprom\n\nThe names of the enumerated values have been extracted from SiS\u0027official\ndriver (v1.00.00 published on 2005/07/11).\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "188f23ba94a618b12cc205306f02b4f5036c4fa7",
      "tree": "6797141c149c05c09d8997c859a675c8bd555eb4",
      "parents": [
        "92aab3c08eca4770228715d26c8234cca4fae9af"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:11:43 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:21:00 2005 -0400"
      },
      "message": "[PATCH] sis190: merge some register related information from SiS driver.\n\nMerge some register related information from SiS driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "43afb949a955a7d88f4baf43d5c676bf4c31ff6c",
      "tree": "e179f7694439d8668c6f0691a8b468d20746ede3",
      "parents": [
        "4405d3b5ef0a870e8d70ee4a3d050c89fcc40a86"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:10:21 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:20:59 2005 -0400"
      },
      "message": "[PATCH] sis190: ethtool/mii support.\n\nethtool/mii support\n\nBug: disabling autonegotiation and setting the link parameters at the\nsame time does not provide the expected result. More investigation is\nneeded.\n\nNote: past the initial probe/open time, the link is managed from user-space\nor accessed through sis190_phy_task, i.e. in a usermode context. Whence the\nvery limited locking needs.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4405d3b5ef0a870e8d70ee4a3d050c89fcc40a86",
      "tree": "1948cc6cd7acdee92a837ecd452d0c16c88e9267",
      "parents": [
        "890e8d0a3ded0b1dee9020bbef7e9908e2228ffb"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:09:20 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:20:59 2005 -0400"
      },
      "message": "[PATCH] sis190: netconsole support.\n\nnetconsole support.\n\nThis stuff should be factored out of every driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "890e8d0a3ded0b1dee9020bbef7e9908e2228ffb",
      "tree": "9f9cb58c1490f492cd4f9d0edce8829f7518d7e5",
      "parents": [
        "b0825488a642cadcf39709961dde61440cb0731c"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Jul 30 13:08:43 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jul 30 18:20:59 2005 -0400"
      },
      "message": "[PATCH] sis190: resurrection\n\nRaise the sis190 driver from the dead\n\nThe driver handles the integrated network device found on SiS 965L\nchipset. It follows the classical (non-napi) interrupt-driven model\nand provides minimal ethtool support.\n\nThe code comes from a heavy cleanup/rewrite of the original code\nwhich was removed from the kernel on 14/04/2004. Since the r8169\ndriver does not work too bad and there will probably be (at least)\na few months of improvements/testing/fixing, I made the code as\nclose as possible to the r8169 one.\n\nPascal Chapperon \u003cpascal.chapperon@wanadoo.fr\u003e deserves some special\ncredit for testing and bug-catching. Many thanks to Lars Vahlenberg\nas well.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    }
  ]
}
