Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/809579/?format=api
{ "id": 809579, "url": "http://patchwork.ozlabs.org/api/patches/809579/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1504520041-55634-2-git-send-email-ilyal@mellanox.com/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api", "name": "Linux network development", "link_name": "netdev", "list_id": "netdev.vger.kernel.org", "list_email": "netdev@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<1504520041-55634-2-git-send-email-ilyal@mellanox.com>", "list_archive_url": null, "date": "2017-09-04T10:14:00", "name": "[v3,net-next,1/2] net: Export tcpv6_prot", "commit_ref": null, "pull_url": null, "state": "changes-requested", "archived": true, "hash": "240382dd052a5d9e94c676075ee4217ceb76d2cc", "submitter": { "id": 67931, "url": "http://patchwork.ozlabs.org/api/people/67931/?format=api", "name": "Ilya Lesokhin", "email": "ilyal@mellanox.com" }, "delegate": { "id": 34, "url": "http://patchwork.ozlabs.org/api/users/34/?format=api", "username": "davem", "first_name": "David", "last_name": "Miller", "email": "davem@davemloft.net" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1504520041-55634-2-git-send-email-ilyal@mellanox.com/mbox/", "series": [ { "id": 1344, "url": "http://patchwork.ozlabs.org/api/series/1344/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1344", "date": "2017-09-04T10:14:00", "name": "Use correct sk->sk_prot for IPV6", "version": 3, "mbox": "http://patchwork.ozlabs.org/series/1344/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/809579/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/809579/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<netdev-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xm5Kw0QjZz9s7m\n\tfor <patchwork-incoming@ozlabs.org>;\n\tMon, 4 Sep 2017 20:14:12 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753480AbdIDKOK (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 4 Sep 2017 06:14:10 -0400", "from mail-il-dmz.mellanox.com ([193.47.165.129]:37790 \"EHLO\n\tmellanox.co.il\" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org\n\twith ESMTP id S1753386AbdIDKOI (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Mon, 4 Sep 2017 06:14:08 -0400", "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tilyal@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 4 Sep 2017 13:14:04 +0300", "from gen-l-vrt-094.mtl.labs.mlnx (gen-l-vrt-094.mtl.labs.mlnx\n\t[10.137.9.1])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v84AE4Ab015496;\n\tMon, 4 Sep 2017 13:14:04 +0300" ], "From": "Ilya Lesokhin <ilyal@mellanox.com>", "To": "netdev@vger.kernel.org, davem@davemloft.net", "Cc": "davejwatson@fb.com, aviadye@mellanox.com,\n\tIlya Lesokhin <ilyal@mellanox.com>, Boris Pismenny <borisp@mellanox.com>", "Subject": "[PATCH v3 net-next 1/2] net: Export tcpv6_prot", "Date": "Mon, 4 Sep 2017 13:14:00 +0300", "Message-Id": "<1504520041-55634-2-git-send-email-ilyal@mellanox.com>", "X-Mailer": "git-send-email 1.8.3.1", "In-Reply-To": "<1504520041-55634-1-git-send-email-ilyal@mellanox.com>", "References": "<1504520041-55634-1-git-send-email-ilyal@mellanox.com>", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Want to be able to use these in TLS.\n\nSigned-off-by: Boris Pismenny <borisp@mellanox.com>\n---\n net/ipv6/tcp_ipv6.c | 1 +\n 1 file changed, 1 insertion(+)", "diff": "diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c\nindex 38f76d8..60d0629 100644\n--- a/net/ipv6/tcp_ipv6.c\n+++ b/net/ipv6/tcp_ipv6.c\n@@ -1948,6 +1948,7 @@ struct proto tcpv6_prot = {\n #endif\n \t.diag_destroy\t\t= tcp_abort,\n };\n+EXPORT_SYMBOL_GPL(tcpv6_prot);\n \n /* thinking of making this const? Don't.\n * early_demux can change based on sysctl.\n", "prefixes": [ "v3", "net-next", "1/2" ] }