summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps
2024-12-05xfrm: iptfs: add fragmenting of larger than MTU user packetsChristian Hopps
2024-12-05xfrm: iptfs: share page fragments of inner packetsChristian Hopps
2024-12-05xfrm: iptfs: add user packet (tunnel ingress) handlingChristian Hopps
2024-12-05xfrm: iptfs: add new iptfs xfrm mode implChristian Hopps
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps
2024-12-05xfrm: config: add CONFIG_XFRM_IPTFSChristian Hopps
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal
2024-11-25xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert
2024-11-14xfrm: replace deprecated strncpy with strscpy_padDaniel Yang
2024-11-14xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault
2024-10-29xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-09-09xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor
2024-09-09xfrm: policy: fix null dereferenceFlorian Westphal
2024-09-09Revert "xfrm: add SA information to the offloaded packet"Steffen Klassert
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal
2024-08-28xfrm: policy: use recently added helper in more placesFlorian Westphal
2024-08-27xfrm: add SA information to the offloaded packetwangfe