aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-08-24xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu
2019-08-20xfrm: policy: avoid warning splat when merging nodesFlorian Westphal
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal
2019-07-02xfrm: remove a duplicated assignmentCong Wang
2019-06-06xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal
2019-03-27xfrm: 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