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-27/+7
10 daystcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-4/+6
10 daysespintcp: Inline do_tcp_sendpages()David Howells1-3/+7
14 daysipv6: introduce dst_rt6_info() helperEric Dumazet1-2/+1
14 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-07-24xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet2-21/+21
2026-07-24xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu2-2/+5
2026-07-24xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert1-4/+2
2026-07-24xfrm: add new packet offload flagLeon Romanovsky2-0/+5
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_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-04-18xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru1-0/+2
2026-04-18xfrm_user: fix info leak in build_report()Greg Kroah-Hartman1-0/+1
2026-04-11xfrm: Fix the usage of skb->skSteffen Klassert3-5/+6
2026-04-11xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca1-0/+1
2026-01-11xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2026-01-11xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2026-01-11Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca2-15/+10
2026-01-11xfrm: delete x->tunnel as we delete xSabrina Dubroca2-12/+8
2025-12-07espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-08-15xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger1-6/+1
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon2-0/+6
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-02-21xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
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-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-03xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2024-02-23xfrm: Silence warnings triggerable by bad packetsHerbert Xu1-13/+9
2024-02-23xfrm: Use xfrm_state selector for BEET inputHerbert Xu1-4/+3
2024-02-23xfrm: Remove inner/outer modes from input pathHerbert Xu1-43/+23
2024-02-23xfrm: Remove inner/outer modes from output pathHerbert Xu1-22/+11
2023-10-25net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen1-4/+9
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-10-25xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet1-1/+1