aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing
2018-11-28xfrm: policy: fix policy hash rebuildFlorian Westphal
2018-11-15xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal
2018-11-15xfrm: policy: add missing indentationColin Ian King
2018-11-09xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal
2018-11-09xfrm: policy: check reinserted policies match their nodeFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal
2018-11-09xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal
2018-11-09xfrm: policy: return NULL when inexact search neededFlorian Westphal
2018-11-09xfrm: policy: split list insertion into a helperFlorian Westphal
2018-11-09xfrm: security: iterate all, not inexact listsFlorian Westphal
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-09-11xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong
2018-07-11xfrm: use time64_t for in-kernel timestampsArnd Bergmann
2018-06-25xfrm: policy: remove pcpu policy cacheFlorian Westphal
2018-06-23xfrm: Add virtual xfrm interfacesSteffen Klassert
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert
2018-06-23xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-07xfrm_policy: use true and false for boolean valuesGustavo A. R. Silva
2018-02-27xfrm: mark kmem_caches as __ro_after_initAlexey Dobriyan
2018-02-20xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert
2018-02-19xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-02-13xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert
2018-01-08xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal