| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -11/+31 |
| 2026-05-04 | psp: strip variable-length PSP header in psp_dev_rcv() | David Carlier | 1 | -11/+31 |
| 2026-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -5/+9 |
| 2026-04-29 | psp: validate IPv4 header fields in psp_dev_rcv() | Jakub Kicinski | 1 | -0/+9 |
| 2026-04-29 | psp: add a comment about a psp_dev add netlink notification | Jakub Kicinski | 1 | -0/+4 |
| 2026-04-29 | psp: validate protocol before mutating skb in psp_dev_encapsulate() | Jakub Kicinski | 1 | -3/+5 |
| 2026-04-28 | net: psp: require admin permission for dev-set and key-rotate | Jakub Kicinski | 1 | -2/+2 |
| 2026-04-28 | net: psp: check for device unregister when creating assoc | Jakub Kicinski | 1 | -3/+7 |
| 2026-03-29 | net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros | Fernando Fernandez Mancera | 1 | -1/+0 |
| 2026-03-04 | net: fix off-by-one in udp_flow_src_port() / psp_write_headers() | Eric Dumazet | 1 | -1/+1 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+38 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -3/+3 |
| 2026-02-19 | psp: use sk->sk_hash in psp_write_headers() | Eric Dumazet | 1 | -1/+38 |
| 2026-02-17 | net: psp: select CONFIG_SKB_EXTENSIONS | Arnd Bergmann | 1 | -0/+1 |
| 2025-11-25 | tools: ynl-gen: add regeneration comment | Asbjørn Sloth Tønnesen | 2 | -0/+2 |
| 2025-11-07 | psp: add stats from psp spec to driver facing api | Jakub Kicinski | 2 | -2/+22 |
| 2025-11-07 | psp: report basic stats from the core | Jakub Kicinski | 4 | -1/+98 |
| 2025-10-03 | net: psp: don't assume reply skbs will have a socket | Jakub Kicinski | 1 | -2/+2 |
| 2025-09-26 | psp: Expand PSP acronym in INET_PSP help description | Geert Uytterhoeven | 1 | -1/+1 |
| 2025-09-19 | psp: clarify checksum behavior of psp_dev_rcv() | Daniel Zahka | 1 | -1/+2 |
| 2025-09-19 | tcp: prefer sk_skb_reason_drop() | Eric Dumazet | 1 | -1/+1 |
| 2025-09-19 | psp: do not use sk_dst_get() in psp_dev_get_for_sock() | Eric Dumazet | 1 | -10/+7 |
| 2025-09-18 | psp: rename our psp_dev_destroy() | Eric Dumazet | 2 | -4/+4 |
| 2025-09-18 | psp: provide decapsulation and receive helper for drivers | Raed Salem | 1 | -0/+88 |
| 2025-09-18 | psp: provide encapsulation helper for drivers | Raed Salem | 1 | -0/+65 |
| 2025-09-18 | psp: track generations of device key | Jakub Kicinski | 4 | -1/+32 |
| 2025-09-18 | net: psp: update the TCP MSS to reflect PSP packet overhead | Jakub Kicinski | 1 | -0/+5 |
| 2025-09-18 | net: psp: add socket security association code | Jakub Kicinski | 8 | -2/+601 |
| 2025-09-18 | psp: add op for rotation of device key | Jakub Kicinski | 4 | -1/+59 |
| 2025-09-18 | tcp: add datapath logic for PSP with inline key exchange | Jakub Kicinski | 1 | -0/+1 |
| 2025-09-18 | psp: base PSP device support | Jakub Kicinski | 7 | -0/+506 |