summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2019-08-25xfrm: policy: remove pcpu policy cacheFlorian Westphal1-137/+1
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-11-04xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert1-0/+4
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-05-30xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long1-2/+5
2018-03-19net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti1-1/+1
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2018-02-25xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal1-2/+2
2018-01-31xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert1-1/+7
2018-01-05Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert1-11/+18
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-11-03xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert1-18/+11
2017-11-03xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal1-18/+24
2017-10-24xfrm: Fix xfrm_dst_cache memleakSteffen Klassert1-1/+0
2017-10-11ipsec: Fix dst leak in xfrm_bundle_create().David Miller1-8/+8
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2017-08-24net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti1-1/+0
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-8/+9
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-8/+9
2017-08-08xfrm: check that cached bundle is still validFlorian Westphal1-1/+2
2017-08-03xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal1-1/+126
2017-07-18xfrm: remove flow cacheFlorian Westphal1-107/+1
2017-07-18xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal1-16/+12
2017-07-18xfrm_policy: remove xfrm_policy_lookupFlorian Westphal1-32/+4
2017-07-18xfrm_policy: kill flow to policy dir conversionFlorian Westphal1-42/+4
2017-07-18xfrm_policy: remove always true/false branchesFlorian Westphal1-60/+14
2017-07-18xfrm_policy: bypass flow_cache_lookupFlorian Westphal1-9/+5
2017-07-05net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-8/+5
2017-06-18net: remove DST_NOCACHE flagWei Wang1-1/+0
2017-06-18net: remove DST_NOGC flagWei Wang1-1/+1
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-18/+30
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu1-4/+0
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-1/+1
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-7/+4
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+6
2017-04-26xfrm: do the garbage collection after flushing policyXin Long1-0/+4
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-5/+5
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert1-16/+1
2017-03-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-10/+9
2017-02-27xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov1-8/+21
2017-02-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-71/+46
2017-02-14xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4