summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
6 daysxfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
10 daysespintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-26/+6
13 daysxfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsertXiang Mei (Microsoft)1-2/+2
2026-07-24xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan2-2/+2
2026-07-24xfrm: validate selector family and prefixlen during matchEric Dumazet1-0/+3
2026-06-19use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2026-06-19xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek1-6/+6
2026-06-19xfrm: espintcp: do not reuse an in-progress partial sendWyatt Feng1-0/+4
2026-06-19xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park1-11/+2
2026-06-19xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie3-6/+5
2026-06-19xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang1-4/+12
2026-06-19xfrm: Check for underflow in xfrm_state_mtuDavid Ahern1-3/+16
2026-06-01xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li1-0/+1
2026-06-01xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru1-0/+2
2026-06-01xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-04-18xfrm_user: fix info leak in build_report()Greg Kroah-Hartman1-0/+1
2026-04-18xfrm: Fix the usage of skb->skSteffen Klassert3-5/+6
2026-04-18xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca1-0/+1
2026-02-06espintcp: fix skb leaksSabrina Dubroca1-1/+3
2026-01-19xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2026-01-19xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca2-15/+10
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca2-12/+8
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon2-0/+6
2025-04-10xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-03-13xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2024-12-14xfrm: store and rely on direction to construct offload flagsLeon Romanovsky2-2/+9
2024-12-14xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky3-4/+4
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+15
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger2-15/+31
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern1-1/+3
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-8/+3
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+8
2024-04-10xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2023-10-25xfrm: interface: use DEV_STATS_INC()Eric Dumazet1-12/+10
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet1-4/+2
2023-08-26xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-08-26xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-26xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-26net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2-2/+2
2023-08-26net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong1-4/+50
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2-0/+2
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong2-0/+13
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-05-24Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2-53/+4
2023-05-24xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca1-6/+0