aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner1-1/+3
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong1-1/+4
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal1-8/+7
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal1-6/+8
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal1-13/+10
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal1-0/+2
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal1-2/+2
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+0
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-8/+11
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing1-3/+0
2018-11-28xfrm: policy: fix policy hash rebuildFlorian Westphal1-4/+5
2018-11-15xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal1-1/+4
2018-11-15xfrm: policy: add missing indentationColin Ian King1-1/+1
2018-11-09xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal1-10/+108
2018-11-09xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal1-4/+42
2018-11-09xfrm: policy: check reinserted policies match their nodeFlorian Westphal1-0/+32
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal1-6/+327
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal1-54/+247
2018-11-09xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal1-9/+16
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal1-18/+332
2018-11-09xfrm: policy: return NULL when inexact search neededFlorian Westphal1-2/+11
2018-11-09xfrm: policy: split list insertion into a helperFlorian Westphal1-16/+27
2018-11-09xfrm: security: iterate all, not inexact listsFlorian Westphal1-67/+26
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+4
2018-09-11xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert1-0/+4
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-07-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong1-32/+66
2018-07-11xfrm: use time64_t for in-kernel timestampsArnd Bergmann1-12/+12
2018-06-25xfrm: policy: remove pcpu policy cacheFlorian Westphal1-138/+1
2018-06-23xfrm: Add virtual xfrm interfacesSteffen Klassert1-0/+43
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert1-5/+13
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert1-2/+3
2018-06-23xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai1-2/+1
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2018-03-07xfrm_policy: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-02-27xfrm: mark kmem_caches as __ro_after_initAlexey Dobriyan1-1/+1
2018-02-20xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert1-2/+2
2018-02-19xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long1-2/+5
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-02-13xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2018-01-10xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert1-1/+7
2018-01-08xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal1-2/+2
2017-12-30xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2