summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2026-01-19xfrm: flush all states in xfrm_state_finiSabrina Dubroca
2026-01-19xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon
2025-04-10xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-03-13xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu
2024-12-14xfrm: store and rely on direction to construct offload flagsLeon Romanovsky
2024-12-14xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-13xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor
2023-10-25xfrm: interface: use DEV_STATS_INC()Eric Dumazet
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-08-26xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-08-26xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-26xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-26net: xfrm: Fix xfrm_address_filter OOB readLin Ma
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
2023-05-30Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi
2023-05-30xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca
2023-03-22xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong
2023-02-15xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps
2023-02-15xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet
2023-02-15xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova
2023-01-18xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock
2022-10-26xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-31xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov
2022-08-31xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony
2022-08-31xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-25xfrm: notify default policy on updateNicolas Dichtel
2022-05-25xfrm: make user policy API completeNicolas Dichtel
2022-05-25net: xfrm: fix shift-out-of-bouncePavel Skripkin
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2022-04-08xfrm: fix tunnel model fragmentation behaviorLina Wang