summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon
2024-11-08xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-08xfrm: extract dst lookup parameters into a structEyal Birger
2024-10-17xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
2023-05-30Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi
2023-05-30xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong
2022-08-31xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov
2022-08-31xfrm: 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-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
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-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker
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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-05-25xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-03-23Remove DST_HOSTDavid Laight
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