aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-3/+4
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski5-31/+83
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior1-3/+1
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert3-5/+6
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski1-3/+6
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu1-0/+1
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps2-1/+288
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps1-13/+484
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps1-6/+290
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps1-15/+108
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps1-19/+461
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps1-0/+276
2024-12-05xfrm: iptfs: add fragmenting of larger than MTU user packetsChristian Hopps1-28/+315
2024-12-05xfrm: iptfs: share page fragments of inner packetsChristian Hopps1-8/+77
2024-12-05xfrm: iptfs: add user packet (tunnel ingress) handlingChristian Hopps1-3/+560
2024-12-05xfrm: iptfs: add new iptfs xfrm mode implChristian Hopps2-0/+217
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps6-2/+37
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps6-10/+116
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps2-2/+60
2024-12-05xfrm: config: add CONFIG_XFRM_IPTFSChristian Hopps1-0/+16
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2024-11-25xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-27/+255
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert1-0/+1
2024-11-14xfrm: replace deprecated strncpy with strscpy_padDaniel Yang1-1/+1
2024-11-14xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C1-1/+4
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-5/+3
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault1-1/+1
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault1-5/+4
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault1-3/+4
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault1-3/+3
2024-10-29xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert1-0/+14
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert2-1/+58
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert2-0/+67
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert3-17/+103
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecPaolo Abeni3-20/+54
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal1-3/+0
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+15
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger2-15/+31
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski2-127/+101
2024-09-09xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor1-0/+2
2024-09-09xfrm: policy: fix null dereferenceFlorian Westphal1-2/+2
2024-09-09Revert "xfrm: add SA information to the offloaded packet"Steffen Klassert1-21/+0
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel1-1/+2
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal1-1/+5