)]}'
{
  "commit": "8190f89dfd09dae0c117fb0745f5a820bd19a5a4",
  "tree": "512e10c826ed6f255b8e2cfd951c383528303729",
  "parents": [
    "536428a9b9a98495f7ea54ad95cad83e22f1d47d"
  ],
  "author": {
    "name": "Wei Yongjun",
    "email": "yjwei@cn.fujitsu.com",
    "time": "Mon Sep 08 12:13:55 2008 +0800"
  },
  "committer": {
    "name": "Vlad Yasevich",
    "email": "vladislav.yasevich@hp.com",
    "time": "Wed Oct 01 11:34:16 2008 -0400"
  },
  "message": "sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUES\n\nRFC3873 defined SCTP_MIB_OUTOFBLUES:\n\n sctpOutOfBlues OBJECT-TYPE\n   SYNTAX         Counter32\n   MAX-ACCESS     read-only\n   STATUS         current\n   DESCRIPTION\n        \"The number of out of the blue packets received by the host.\n        An out of the blue packet is an SCTP packet correctly formed,\n        including the proper checksum, but for which the receiver was\n        unable to identify an appropriate association.\"\n   REFERENCE\n        \"Section 8.4 in RFC2960 deals with the Out-Of-The-Blue\n         (OOTB) packet definition and procedures.\"\n\nBut OOTB packet INIT, INIT-ACK and SHUTDOWN-ACK(COOKIE-WAIT or\nCOOKIE-ECHOED state) are not counted by SCTP_MIB_OUTOFBLUES.\n\nCase 1(INIT):\n\nEndpoint A               Endpoint B\n(CLOSED)                 (CLOSED)\n\n INIT     ----------\u003e\n          \u003c----------    ABORT\n\nCase 2(INIT-ACK):\n\nEndpoint A               Endpoint B\n(CLOSED)                 (CLOSED)\n\n INIT-ACK  ----------\u003e\n           \u003c----------   ABORT\n\nCase 3(SHUTDOWN-ACK):\n\nEndpoint A               Endpoint B\n(CLOSED)                 (CLOSED)\n\n          \u003c----------    INIT\n SHUTDOWN-ACK  ----------\u003e\n           \u003c----------   SHUTDOWN-COMPLETE\n\nCase 4(SHUTDOWN-ACK):\n\nEndpoint A               Endpoint B\n(CLOSED)                 (COOKIE-ECHOED)\n\n SHUTDOWN-ACK  ----------\u003e\n           \u003c----------   SHUTDOWN-COMPLETE\n\nThis patch fixed the problem.\n\nSigned-off-by: Wei Yongjun \u003cyjwei@cn.fujitsu.com\u003e\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e57d1d3ad0a6119a28519eef04a17c7b7cab3824",
      "old_mode": 33188,
      "old_path": "net/sctp/sm_statefuns.c",
      "new_id": "81dfaee49b71766bab29a3977ed6f8f3cb28038e",
      "new_mode": 33188,
      "new_path": "net/sctp/sm_statefuns.c"
    }
  ]
}
