summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-301-174/+125
|\
| * xfrm: policy: fix layer 4 flowi decodingFlorian Westphal2023-10-271-6/+20
| * xfrm: policy: replace session decode with flow dissectorFlorian Westphal2023-10-061-158/+95
| * xfrm: move mark and oif flowi decode into common codeFlorian Westphal2023-10-061-12/+12
| * xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-11/+16
|\ \ | |/ |/|
| * xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet2023-10-131-1/+1
| * xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-4/+2
| * net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-09-051-6/+13
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-1/+1
|/
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* xfrm: add missed call to delete offloaded policiesLeon Romanovsky2023-06-071-0/+2
* xfrm: Treat already-verified secpath entries as optionalBenedict Wong2023-05-211-0/+12
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
* Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-251-3/+0
* xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
* xfrm: annotate data-race around use_timeEric Dumazet2023-01-271-4/+7
* Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-091-0/+3
* xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-051-5/+11
* xfrm: add an interface to offload policyLeon Romanovsky2022-12-051-0/+69
* xfrm: add extack to xfrm_do_migrateSabrina Dubroca2022-11-251-8/+20
* xfrm: a few coding style clean upsSabrina Dubroca2022-11-251-3/+6
* xfrm: Remove not-used total variableLeon Romanovsky2022-10-251-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-13/+12
|\
| * xfrm: interface: support collect metadata modeEyal Birger2022-08-291-5/+5
| * xfrm: Drop unused argumentHongbin Wang2022-08-231-8/+7
* | xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-171-1/+1
* | xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-07-261-0/+1
|/
* xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-06-021-1/+4
* xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long2022-05-171-1/+1
* xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern2022-04-041-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-191-3/+7
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-181-3/+7
* | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-6/+8
|/
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-101-0/+21
|\
| * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-0/+21
* | net: xfrm: drop check of pols[0] for the second timeJean Sacren2021-12-011-1/+1
* | xfrm: Remove duplicate assignmentluo penghao2021-11-181-1/+0
|/
* xfrm: Use memset_after() to clear paddingKees Cook2021-10-181-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-271-0/+16
|\
| * xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-211-0/+16
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-20/+12
|\ \ | |/ |/|
| * xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-9/+8
| * Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert2021-07-021-14/+7
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-011-8/+15
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-301-7/+14
| |\|
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-7/+14
| | |\
| | | * xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam2021-06-011-7/+14
| * | | xfrm: policy: fix a spelling mistakegushengxian2021-06-111-1/+1
| |/ /