aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/xfrm.h
AgeCommit message (Expand)Author
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2022-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2021-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker
2021-04-14net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18xfrm: remove flow cacheFlorian Westphal
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal
2016-08-12xfrm: policy: convert policy_lock to spinlockFlorian Westphal
2016-08-12xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal
2016-08-10xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal
2016-03-17flowcache: Avoid OOM condition under preasureSteffen Klassert
2014-11-13xfrm: Do not hash socket policiesHerbert Xu
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault
2014-03-10flowcache: restore a single flow_cache kmem_cacheEric Dumazet
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert
2014-02-12flowcache: Make flow cache name space awareFan Du
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2010-10-17netns: reorder fields in struct netEric Dumazet
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan
2009-12-03net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan
2008-11-25netns xfrm: per-netns policy hash resizing workAlexey Dobriyan
2008-11-25netns xfrm: per-netns policy countsAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_policy_bydst hashAlexey Dobriyan
2008-11-25netns xfrm: per-netns inexact policiesAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_policy_byidx hashmaskAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_policy_byidx hashAlexey Dobriyan
2008-11-25netns xfrm: per-netns policy listAlexey Dobriyan
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan
2008-11-25netns xfrm: per-netns state GC workAlexey Dobriyan
2008-11-25netns xfrm: per-netns state GC listAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_hash_workAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state countsAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state_hmaskAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state_byspi hashAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state_bysrc hashAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state_bydst hashAlexey Dobriyan
2008-11-25netns xfrm: per-netns xfrm_state_all listAlexey Dobriyan
2008-11-25netns xfrm: add netns boilerplateAlexey Dobriyan