)]}'
{
  "commit": "e9fa4f7bd291c29a785666e2fa5a9cf3241ee6c3",
  "tree": "7313e7994ed8dbeb47ca454ee7c53d45e040738d",
  "parents": [
    "dcb7cd97f133f7cfbd181149a1e60215a869f895"
  ],
  "author": {
    "name": "Herbert Xu",
    "email": "herbert@gondor.apana.org.au",
    "time": "Sun Aug 13 20:12:58 2006 -0700"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Sun Aug 13 20:12:58 2006 -0700"
  },
  "message": "[INET]: Use pskb_trim_unique when trimming paged unique skbs\n\nThe IPv4/IPv6 datagram output path was using skb_trim to trim paged\npackets because they know that the packet has not been cloned yet\n(since the packet hasn\u0027t been given to anything else in the system).\n\nThis broke because skb_trim no longer allows paged packets to be\ntrimmed.  Paged packets must be given to one of the pskb_trim functions\ninstead.\n\nThis patch adds a new pskb_trim_unique function to cover the IPv4/IPv6\ndatagram output path scenario and replaces the corresponding skb_trim\ncalls with it.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3573ba9a255558e3be8ea6691103306861838fe2",
      "old_mode": 33188,
      "old_path": "include/linux/skbuff.h",
      "new_id": "755e9cddac47eebe516751a55929f4339b576c5f",
      "new_mode": 33188,
      "new_path": "include/linux/skbuff.h"
    },
    {
      "type": "modify",
      "old_id": "9bf307a2978355bd68fb66d663630b79720db85c",
      "old_mode": 33188,
      "old_path": "net/ipv4/ip_output.c",
      "new_id": "4c20f5546893dc104afd7cdf32dc4f148b38821b",
      "new_mode": 33188,
      "new_path": "net/ipv4/ip_output.c"
    },
    {
      "type": "modify",
      "old_id": "69451af6abe7dd2aaff636498eb1894e45f43fc7",
      "old_mode": 33188,
      "old_path": "net/ipv6/ip6_output.c",
      "new_id": "4fb47a25291313ea0851a6539bed48a73a97c1c8",
      "new_mode": 33188,
      "new_path": "net/ipv6/ip6_output.c"
    }
  ]
}
