)]}'
{
  "commit": "ac2b7e305ab1682dbfd786f9bf1082badd4d34f1",
  "tree": "19a6ce2379e96782acd8411d54e9489a7d8880a8",
  "parents": [
    "8cae982c5cc5c40d75893b3306f53445684b1cbc"
  ],
  "author": {
    "name": "Sowmini Varadhan",
    "email": "sowmini.varadhan@oracle.com",
    "time": "Sun Mar 20 11:22:12 2016 -0700"
  },
  "committer": {
    "name": "Steffen Klassert",
    "email": "steffen.klassert@secunet.com",
    "time": "Tue Mar 22 12:35:00 2016 +0100"
  },
  "message": "Pointer setup fixes for transport mode stacked on iptunnel\n\nThe existing code in esp4_gso_segment has a bug that clobbers\nthe inner ip src/dst and causing checksum drops for the case of\ntransport mode stacked on ip tunnel.\n\nIn this case, after -\u003egso_segment, we have an sk_buff whree\n  data/mac_header points at the start of\n        Ethernet + outer ip header + esp header (so mac-len is 42)\n  network_header points at inner ip header\n  transport_header points at tcphdr.\nSo the existing code would go and move transport_header back by\n8 bytes, and clobber the ipsrc/ipdst in the inner IP header with SPI/seq#.\n\nThis is the patch that fixes that bug.\n\nSigned-off-by: Sowmini Varadhan \u003csowmini.varadhan@oracle.com\u003e\nSigned-off-by: Steffen Klassert \u003csteffen.klassert@secunet.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e92fb43c972379528606955b997312045e18f316",
      "old_mode": 33188,
      "old_path": "net/ipv4/esp4_offload.c",
      "new_id": "02614870883fe0542cb6a0d140745b4610be529c",
      "new_mode": 33188,
      "new_path": "net/ipv4/esp4_offload.c"
    }
  ]
}
