summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2026-01-23xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony
2025-12-12xfrm: flush all states in xfrm_state_finiSabrina Dubroca
2025-12-12xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2025-12-12Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-12-12xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu
2025-12-01xfrm: set err and extack on failure to create pcpu SASabrina Dubroca
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca
2025-08-20xfrm: Duplicate SPI HandlingAakash Kumar S
2025-08-01xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger
2025-08-01xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca
2025-08-01xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca
2025-06-27xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky
2025-06-19xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu
2025-05-29xfrm: Sanitize marks before insertPaul Chaignon
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-05-29espintcp: fix skb leaksSabrina Dubroca
2025-05-29xfrm: prevent high SEQ input in non-ESN modeLeon Romanovsky
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-03-28xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen
2025-02-08xfrm: Fix acquire state insertion.Steffen Klassert
2025-02-08xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C
2025-02-08xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior
2025-02-08xfrm: state: fix out-of-bounds read during lookupFlorian Westphal
2025-02-08xfrm: Add an inbound percpu state cache.Steffen Klassert
2025-02-08xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2025-02-08xfrm: Add support for per cpu xfrm state handling.Steffen Klassert
2025-02-08xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-09-09xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor
2024-09-09xfrm: policy: fix null dereferenceFlorian Westphal
2024-09-09Revert "xfrm: add SA information to the offloaded packet"Steffen Klassert
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal
2024-08-28xfrm: policy: use recently added helper in more placesFlorian Westphal
2024-08-27xfrm: add SA information to the offloaded packetwangfe
2024-08-24xfrm: policy: remove remaining use of inexact listFlorian Westphal
2024-08-24xfrm: switch migrate to xfrm_policy_lookup_bytypeFlorian Westphal
2024-08-24xfrm: policy: don't iterate inexact policies twice at insert timeFlorian Westphal
2024-08-16xfrm: Remove documentation WARN_ON to limit return values for offloaded SAPatrisious Haddad
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski