)]}'
{
  "commit": "1c32c5ad6fac8cee1a77449f5abf211e911ff830",
  "tree": "6a7384abb34068adb298beb1967b11201d52ed48",
  "parents": [
    "1470ddf7f8cecf776921e5ccee72e3d2b3d60cbc"
  ],
  "author": {
    "name": "Herbert Xu",
    "email": "herbert@gondor.apana.org.au",
    "time": "Tue Mar 01 02:36:47 2011 +0000"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Tue Mar 01 12:35:03 2011 -0800"
  },
  "message": "inet: Add ip_make_skb and ip_finish_skb\n\nThis patch adds the helper ip_make_skb which is like ip_append_data\nand ip_push_pending_frames all rolled into one, except that it does\nnot send the skb produced.  The sending part is carried out by\nip_send_skb, which the transport protocol can call after it has\ntweaked the skb.\n\nIt is meant to be called in cases where corking is not used should\nhave a one-to-one correspondence to sendmsg.\n\nThis patch also adds the helper ip_finish_skb which is meant to\nbe replace ip_push_pending_frames when corking is required.\nPreviously the protocol stack would peek at the socket write\nqueue and add its header to the first packet.  With ip_finish_skb,\nthe protocol stack can directly operate on the final skb instead,\njust like the non-corking case with ip_make_skb.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nAcked-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "67fac78a186b147c816a5aa0ae50fd1c3d1f2f72",
      "old_mode": 33188,
      "old_path": "include/net/ip.h",
      "new_id": "a4f631108c54eec5e80b4cb6c44b69fc0f984e6f",
      "new_mode": 33188,
      "new_path": "include/net/ip.h"
    },
    {
      "type": "modify",
      "old_id": "1dd5ecc9a27e0771111a2b12a763d7e84cf08ee3",
      "old_mode": 33188,
      "old_path": "net/ipv4/ip_output.c",
      "new_id": "460308c350280cb3b695982efe6c126267eab6ae",
      "new_mode": 33188,
      "new_path": "net/ipv4/ip_output.c"
    }
  ]
}
