Show a series.

GET /api/series/4709/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 4709,
    "url": "http://patchwork.ozlabs.org/api/series/4709/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=4709",
    "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": ""
    },
    "name": "udp: full early demux for unconnected sockets",
    "date": "2017-09-22T21:06:24",
    "submitter": {
        "id": 67312,
        "url": "http://patchwork.ozlabs.org/api/people/67312/?format=api",
        "name": "Paolo Abeni",
        "email": "pabeni@redhat.com"
    },
    "version": 1,
    "total": 11,
    "received_total": 11,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/4709/mbox/",
    "cover_letter": {
        "id": 817700,
        "url": "http://patchwork.ozlabs.org/api/covers/817700/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1506114055.git.pabeni@redhat.com/",
        "msgid": "<cover.1506114055.git.pabeni@redhat.com>",
        "list_archive_url": null,
        "date": "2017-09-22T21:06:24",
        "name": "[RFC,00/11] udp: full early demux for unconnected sockets",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1506114055.git.pabeni@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 817701,
            "url": "http://patchwork.ozlabs.org/api/patches/817701/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/b16163e3a4fa4d772edeabd8743acb4a07206bb9.1506114055.git.pabeni@redhat.com/",
            "msgid": "<b16163e3a4fa4d772edeabd8743acb4a07206bb9.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:25",
            "name": "[RFC,01/11] net: add support for noref skb->sk",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/b16163e3a4fa4d772edeabd8743acb4a07206bb9.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817709,
            "url": "http://patchwork.ozlabs.org/api/patches/817709/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/e899d1802d51e022e47e88cff37ffcd2bf7a36cc.1506114055.git.pabeni@redhat.com/",
            "msgid": "<e899d1802d51e022e47e88cff37ffcd2bf7a36cc.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:26",
            "name": "[RFC,02/11] net: allow early demux to fetch noref socket",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/e899d1802d51e022e47e88cff37ffcd2bf7a36cc.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817702,
            "url": "http://patchwork.ozlabs.org/api/patches/817702/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/96345ae1e2ecc6fa8b2525b324d986a52da2847a.1506114055.git.pabeni@redhat.com/",
            "msgid": "<96345ae1e2ecc6fa8b2525b324d986a52da2847a.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:27",
            "name": "[RFC,03/11] udp: do not touch socket refcount in early demux",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/96345ae1e2ecc6fa8b2525b324d986a52da2847a.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817703,
            "url": "http://patchwork.ozlabs.org/api/patches/817703/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/280e7c35539483d58163adab20d19a954e1b08cb.1506114055.git.pabeni@redhat.com/",
            "msgid": "<280e7c35539483d58163adab20d19a954e1b08cb.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:28",
            "name": "[RFC,04/11] net: add simple socket-like dst cache helpers",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/280e7c35539483d58163adab20d19a954e1b08cb.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817708,
            "url": "http://patchwork.ozlabs.org/api/patches/817708/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/885587b31985cedbb4696c03dd28ba3b39f20ff3.1506114055.git.pabeni@redhat.com/",
            "msgid": "<885587b31985cedbb4696c03dd28ba3b39f20ff3.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:29",
            "name": "[RFC,05/11] udp: perform full socket lookup in early demux",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/885587b31985cedbb4696c03dd28ba3b39f20ff3.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817704,
            "url": "http://patchwork.ozlabs.org/api/patches/817704/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/49b182d5f4690cff36a3aa6cbe06d7b3565eda54.1506114055.git.pabeni@redhat.com/",
            "msgid": "<49b182d5f4690cff36a3aa6cbe06d7b3565eda54.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:30",
            "name": "[RFC,06/11] ip/route: factor out helper for local route creation",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/49b182d5f4690cff36a3aa6cbe06d7b3565eda54.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817707,
            "url": "http://patchwork.ozlabs.org/api/patches/817707/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/7c11317cb4794fcd016caeff8d23da3bd2911d7d.1506114055.git.pabeni@redhat.com/",
            "msgid": "<7c11317cb4794fcd016caeff8d23da3bd2911d7d.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:31",
            "name": "[RFC,07/11] ipv6/addrconf: add an helper for inet6 address lookup",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/7c11317cb4794fcd016caeff8d23da3bd2911d7d.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817705,
            "url": "http://patchwork.ozlabs.org/api/patches/817705/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/f9d52b56b1c6fb8c671d23cfb0fc99bf36392239.1506114055.git.pabeni@redhat.com/",
            "msgid": "<f9d52b56b1c6fb8c671d23cfb0fc99bf36392239.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:32",
            "name": "[RFC,08/11] net: implement local route cache inside ifaddr",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/f9d52b56b1c6fb8c671d23cfb0fc99bf36392239.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 817706,
            "url": "http://patchwork.ozlabs.org/api/patches/817706/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/5aaba993111c3609b309e8a0edb6da2146b08c9c.1506114055.git.pabeni@redhat.com/",
            "msgid": "<5aaba993111c3609b309e8a0edb6da2146b08c9c.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-22T21:06:33",
            "name": "[RFC,09/11] route: add ipv4/6 helpers to do partial route lookup vs local dst",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/5aaba993111c3609b309e8a0edb6da2146b08c9c.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 818814,
            "url": "http://patchwork.ozlabs.org/api/patches/818814/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/e0d6b84bd95f975183dd96d34909867bf2617d19.1506114055.git.pabeni@redhat.com/",
            "msgid": "<e0d6b84bd95f975183dd96d34909867bf2617d19.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-26T20:18:52",
            "name": "[RFC,10/11] IP: early demux can return an error code",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/e0d6b84bd95f975183dd96d34909867bf2617d19.1506114055.git.pabeni@redhat.com/mbox/"
        },
        {
            "id": 818815,
            "url": "http://patchwork.ozlabs.org/api/patches/818815/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/accc6eb9b572f7f595deaca91a0c8f95a5144916.1506114055.git.pabeni@redhat.com/",
            "msgid": "<accc6eb9b572f7f595deaca91a0c8f95a5144916.1506114055.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-26T20:18:53",
            "name": "[RFC,11/11] udp: dst lookup in early demux for unconnected sockets",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/accc6eb9b572f7f595deaca91a0c8f95a5144916.1506114055.git.pabeni@redhat.com/mbox/"
        }
    ]
}