index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+11
2018-01-10
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-08
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
1
-2
/
+2
2017-12-30
xfrm: skip policies marked as dead while rehashing
Florian Westphal
1
-1
/
+2
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+8
2017-12-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2017-12-12
xfrm: put policies when reusing pcpu xdst entry
Florian Westphal
1
-0
/
+1
2017-12-01
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
1
-1
/
+7
2017-11-30
xfrm: Stop using dst->next in bundle construction.
David Miller
1
-24
/
+32
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
1
-14
/
+14
2017-11-30
ipsec: Create and use new helpers for dst child access.
David Miller
1
-24
/
+23
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
1
-7
/
+7
2017-11-30
net: xfrm: allow clearing socket xfrm policies.
Lorenzo Colitti
1
-1
/
+1
2017-11-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-11
/
+19
2017-11-15
Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."
Steffen Klassert
1
-11
/
+18
2017-11-14
xfrm: Copy policy family in clone_policy
Herbert Xu
1
-0
/
+1
2017-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-36
/
+35
2017-11-03
xfrm: Fix stack-out-of-bounds read in xfrm_state_find.
Steffen Klassert
1
-18
/
+11
2017-11-03
xfrm: do unconditional template resolution before pcpu cache check
Florian Westphal
1
-18
/
+24
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+8
2017-10-24
xfrm: Fix xfrm_dst_cache memleak
Steffen Klassert
1
-1
/
+0
2017-10-18
xfrm: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+8
2017-10-11
ipsec: Fix dst leak in xfrm_bundle_create().
David Miller
1
-8
/
+8
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2017-08-24
net: xfrm: don't double-hold dst when sk_policy in use.
Lorenzo Colitti
1
-1
/
+0
2017-08-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-8
/
+9
2017-08-11
net: xfrm: support setting an output mark.
Lorenzo Colitti
1
-8
/
+9
2017-08-08
xfrm: check that cached bundle is still valid
Florian Westphal
1
-1
/
+2
2017-08-03
xfrm: policy: check policy direction value
Vladis Dronov
1
-0
/
+6
2017-07-18
xfrm: add xdst pcpu cache
Florian Westphal
1
-1
/
+126
2017-07-18
xfrm: remove flow cache
Florian Westphal
1
-107
/
+1
2017-07-18
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
Florian Westphal
1
-16
/
+12
2017-07-18
xfrm_policy: remove xfrm_policy_lookup
Florian Westphal
1
-32
/
+4
2017-07-18
xfrm_policy: kill flow to policy dir conversion
Florian Westphal
1
-42
/
+4
2017-07-18
xfrm_policy: remove always true/false branches
Florian Westphal
1
-60
/
+14
2017-07-18
xfrm_policy: bypass flow_cache_lookup
Florian Westphal
1
-9
/
+5
2017-07-05
net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2017-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-8
/
+5
2017-06-18
net: remove DST_NOCACHE flag
Wei Wang
1
-1
/
+0
2017-06-18
net: remove DST_NOGC flag
Wei Wang
1
-1
/
+1
2017-06-18
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
1
-18
/
+30
2017-06-12
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
Hangbin Liu
1
-4
/
+0
2017-06-07
xfrm: add UDP encapsulation port in migrate message
Antony Antony
1
-1
/
+1
2017-06-07
xfrm: extend MIGRATE with UDP encapsulation port
Antony Antony
1
-7
/
+4
2017-05-04
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
Sabrina Dubroca
1
-47
/
+0
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-21
/
+6
2017-04-26
xfrm: do the garbage collection after flushing policy
Xin Long
1
-0
/
+4
2017-04-14
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
1
-5
/
+5
[next]