summaryrefslogtreecommitdiffstats
path: root/net/psp
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+38
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-19psp: use sk->sk_hash in psp_write_headers()Eric Dumazet-1/+38
2026-02-17net: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann-0/+1
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+2
2025-11-07psp: add stats from psp spec to driver facing apiJakub Kicinski-2/+22
2025-11-07psp: report basic stats from the coreJakub Kicinski-1/+98
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski-2/+2
2025-09-26psp: Expand PSP acronym in INET_PSP help descriptionGeert Uytterhoeven-1/+1
2025-09-19psp: clarify checksum behavior of psp_dev_rcv()Daniel Zahka-1/+2
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet-1/+1
2025-09-19psp: do not use sk_dst_get() in psp_dev_get_for_sock()Eric Dumazet-10/+7
2025-09-18psp: rename our psp_dev_destroy()Eric Dumazet-4/+4
2025-09-18psp: provide decapsulation and receive helper for driversRaed Salem-0/+88
2025-09-18psp: provide encapsulation helper for driversRaed Salem-0/+65
2025-09-18psp: track generations of device keyJakub Kicinski-1/+32
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski-0/+5
2025-09-18net: psp: add socket security association codeJakub Kicinski-2/+601
2025-09-18psp: add op for rotation of device keyJakub Kicinski-1/+59
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski-0/+1
2025-09-18psp: base PSP device supportJakub Kicinski-0/+506