Show a series.

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

{
    "id": 492621,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/492621/?format=api",
    "project": {
        "id": 12,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/12/?format=api",
        "name": "Linux CIFS Client",
        "link_name": "linux-cifs-client",
        "list_id": "linux-cifs.vger.kernel.org",
        "list_email": "linux-cifs@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "AES-CMAC library",
    "date": "2026-02-18T21:34:46",
    "submitter": {
        "id": 74690,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/74690/?format=api",
        "name": "Eric Biggers",
        "email": "ebiggers@kernel.org"
    },
    "version": 1,
    "total": 15,
    "received_total": 15,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/492621/mbox/",
    "cover_letter": {
        "id": 2197942,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2197942/?format=api",
        "msgid": "<20260218213501.136844-1-ebiggers@kernel.org>",
        "date": "2026-02-18T21:34:46",
        "name": "[00/15] AES-CMAC library"
    },
    "patches": [
        {
            "id": 2197947,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197947/?format=api",
            "msgid": "<20260218213501.136844-2-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:47",
            "name": "[01/15] lib/crypto: aes: Add support for CBC-based MACs",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-2-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197949,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197949/?format=api",
            "msgid": "<20260218213501.136844-3-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:48",
            "name": "[02/15] crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-3-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197953,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197953/?format=api",
            "msgid": "<20260218213501.136844-4-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:49",
            "name": "[03/15] crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-4-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197958,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197958/?format=api",
            "msgid": "<20260218213501.136844-5-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:50",
            "name": "[04/15] lib/crypto: arm64/aes: Move assembly code for AES modes into libaes",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-5-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197960,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197960/?format=api",
            "msgid": "<20260218213501.136844-6-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:51",
            "name": "[05/15] lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-6-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197961,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197961/?format=api",
            "msgid": "<20260218213501.136844-7-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:52",
            "name": "[06/15] lib/crypto: tests: Add KUnit tests for CBC-based MACs",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-7-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197963,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197963/?format=api",
            "msgid": "<20260218213501.136844-8-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:53",
            "name": "[07/15] lib/crypto: aes: Add FIPS self-test for CMAC",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-8-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197964,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197964/?format=api",
            "msgid": "<20260218213501.136844-9-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:54",
            "name": "[08/15] smb: client: Use AES-CMAC library for SMB3 signature calculation",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-9-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197965,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197965/?format=api",
            "msgid": "<20260218213501.136844-10-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:55",
            "name": "[09/15] smb: client: Remove obsolete cmac(aes) allocation",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-10-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197954,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197954/?format=api",
            "msgid": "<20260218213501.136844-11-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:56",
            "name": "[10/15] smb: client: Make generate_key() return void",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-11-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197966,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197966/?format=api",
            "msgid": "<20260218213501.136844-12-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:57",
            "name": "[11/15] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-12-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197962,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197962/?format=api",
            "msgid": "<20260218213501.136844-13-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:58",
            "name": "[12/15] ksmbd: Use AES-CMAC library for SMB3 signature calculation",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-13-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197955,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197955/?format=api",
            "msgid": "<20260218213501.136844-14-ebiggers@kernel.org>",
            "date": "2026-02-18T21:34:59",
            "name": "[13/15] Bluetooth: SMP: Use AES-CMAC library API",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-14-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197957,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197957/?format=api",
            "msgid": "<20260218213501.136844-15-ebiggers@kernel.org>",
            "date": "2026-02-18T21:35:00",
            "name": "[14/15] wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-15-ebiggers@kernel.org/mbox/"
        },
        {
            "id": 2197959,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197959/?format=api",
            "msgid": "<20260218213501.136844-16-ebiggers@kernel.org>",
            "date": "2026-02-18T21:35:01",
            "name": "[15/15] wifi: mac80211: Use AES-CMAC library in aes_s2v()",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260218213501.136844-16-ebiggers@kernel.org/mbox/"
        }
    ]
}