summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2026-08-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2026-08-03xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsertXiang Mei (Microsoft)1-2/+2
2026-07-24espintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-27/+7
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-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-05-17xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek1-6/+6
2026-05-17xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li1-0/+1
2026-04-27xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-04-27xfrm: Wait for RCU readers during policy netns exitSteffen Klassert1-0/+2
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-02xfrm: Fix the usage of skb->skSteffen Klassert3-5/+6
2026-04-02xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca1-0/+1
2026-03-04xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa1-1/+11
2026-03-04xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky1-2/+9
2026-01-11xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-18/+66
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-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-11-24espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-28xfrm: Duplicate SPI HandlingAakash Kumar S1-29/+43
2025-08-01xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger1-6/+1
2025-06-19xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu2-4/+0
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-03-28xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen1-0/+41
2025-02-08xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-2/+1
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-08-03xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2-4/+2
2024-08-03xfrm: fix netdev reference count imbalanceJianbo Liu1-2/+1
2024-08-03xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert1-0/+1
2024-08-03xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-2/+59
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-8/+3