aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
2022-09-05xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua
2022-03-19xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-27xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault
2022-01-27xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour
2021-02-03xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala
2021-02-03xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger
2020-08-05xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-04-01xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing
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