summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
14 daysespintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-27/+7
14 daysxfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
14 daysxfrm: use compat translator only for u64 alignment mismatchSanman Pradhan2-2/+2
14 daysxfrm: validate selector family and prefixlen during matchEric Dumazet1-0/+3
14 daysxfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet2-21/+21
14 daysxfrm: Fix xfrm state cache insertion raceHerbert Xu1-7/+14
14 daysxfrm: fix NAT-related field inheritance in SA migrationAntony Antony1-1/+2
2026-06-19xfrm: espintcp: do not reuse an in-progress partial sendWyatt Feng1-0/+4
2026-06-19xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang1-2/+10
2026-06-19xfrm: hold device only for the asynchronous decryptionJianbo Liu1-8/+9
2026-06-19xfrm: policy: fix use-after-free on inexact bin in xfrm_policy_bysel_ctx()Sanghyun Park1-11/+2
2026-06-09xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie3-6/+5
2026-06-09xfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang1-4/+12
2026-06-09xfrm: Check for underflow in xfrm_state_mtuDavid Ahern1-3/+16
2026-06-09xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif1-7/+8
2026-05-14xfrm: defensively unhash xfrm_state lists in __xfrm_state_deleteMichal Kosiorek1-6/+6
2026-05-14xfrm: provide message size for XFRM_MSG_MAPPINGRuijie Li1-0/+1
2026-04-22xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-04-22xfrm: fix refcount leak in xfrm_migrate_policy_findKotlyarov Mihail1-3/+0
2026-04-22xfrm: Wait for RCU readers during policy netns exitSteffen Klassert1-0/+2
2026-04-22xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong1-2/+8
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: prevent policy_hthresh.work from racing with netns teardownMinwoo Ra1-0/+2
2026-04-02xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim1-1/+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-04-02xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca1-1/+1
2026-04-02xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca1-1/+4
2026-03-04espintcp: Fix race condition in espintcp_close()Hyunwoo Kim1-1/+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-23xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony1-0/+1
2025-12-12xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2025-12-12xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2025-12-12Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca2-15/+10
2025-12-12xfrm: 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-12-01xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-20xfrm: 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-08-01xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-08-01xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-06-27xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky1-10/+42
2025-06-19xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu2-4/+0
2025-05-29xfrm: Sanitize marks before insertPaul Chaignon2-0/+6
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-05-29espintcp: fix skb leaksSabrina Dubroca1-1/+3