index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
xfrm: fix 'passing zero to ERR_PTR()' warning
YueHaibing
1
-1
/
+4
2018-09-05
xfrm: free skb if nlsk pointer is NULL
Florian Westphal
1
-4
/
+6
2018-09-05
xfrm: fix missing dst_release() after policy blocking lbcast and multicast
Tommi Rantala
1
-0
/
+3
2018-08-24
xfrm_user: prevent leaking 2 bytes of kernel memory
Eric Dumazet
1
-3
/
+5
2018-05-30
xfrm: Fix transport mode skb control buffer usage.
Steffen Klassert
1
-0
/
+6
2018-05-30
xfrm: fix rcu_read_unlock usage in xfrm_local_error
Taehee Yoo
1
-2
/
+3
2018-05-30
xfrm: Fix ESN sequence number handling for IPsec GSO packets.
Steffen Klassert
1
-1
/
+1
2018-05-30
xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
Xin Long
1
-2
/
+5
2018-05-19
xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
Antony Antony
1
-0
/
+1
2018-05-19
xfrm: Use __skb_queue_tail in xfrm_trans_queue
Herbert Xu
1
-1
/
+1
2018-04-08
xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
Steffen Klassert
1
-0
/
+5
2018-04-08
net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
Greg Hackmann
1
-1
/
+1
2018-04-08
xfrm_user: uncoditionally validate esn replay attribute struct
Florian Westphal
1
-13
/
+8
2018-03-19
xfrm: Fix xfrm_replay_overflow_offload_esn
Yossef Efraim
1
-2
/
+1
2018-03-19
net: xfrm: allow clearing socket xfrm policies.
Lorenzo Colitti
2
-1
/
+8
2018-03-03
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
1
-0
/
+57
2018-02-25
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
1
-0
/
+9
2018-02-25
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
1
-1
/
+11
2018-02-25
xfrm: check id proto in validate_tmpl()
Cong Wang
1
-0
/
+15
2018-02-25
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
1
-1
/
+7
2018-02-25
xfrm: skip policies marked as dead while rehashing
Florian Westphal
1
-1
/
+2
2018-02-25
xfrm: fix rcu usage in xfrm_get_type_offload
Sabrina Dubroca
1
-1
/
+2
2018-02-25
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
1
-2
/
+2
2018-01-31
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-05
Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."
Steffen Klassert
1
-11
/
+18
2017-12-14
xfrm: Copy policy family in clone_policy
Herbert Xu
1
-0
/
+1
2017-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-38
/
+37
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 tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-0
/
+5
2017-11-02
xfrm: defer daddr pointer assignment after spi parsing
Florian Westphal
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-31
xfrm: Fix GSO for IPsec with GRE tunnel.
Steffen Klassert
1
-1
/
+3
2017-10-26
xfrm: Clear sk_dst_cache when applying per-socket policy.
Jonathan Basseri
1
-0
/
+1
2017-10-24
xfrm: Fix xfrm_dst_cache memleak
Steffen Klassert
1
-1
/
+0
2017-10-23
ipsec: Fix aborted xfrm policy dump crash
Herbert Xu
1
-10
/
+15
2017-10-11
ipsec: Fix dst leak in xfrm_bundle_create().
David Miller
1
-8
/
+8
2017-09-28
xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock
Artem Savkov
1
-2
/
+2
2017-09-13
vti: fix NULL dereference in xfrm_input()
Alexey Kodanev
1
-2
/
+4
2017-09-11
xfrm: Fix negative device refcount on offload failure.
Steffen Klassert
1
-0
/
+1
2017-09-11
xfrm: Fix deletion of offloaded SAs on failure.
Steffen Klassert
1
-0
/
+1
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-2
/
+19
2017-08-31
xfrm: Fix return value check of copy_sec_ctx.
Steffen Klassert
1
-2
/
+2
2017-08-31
xfrm: Add support for network devices capable of removing the ESP trailer
Yossi Kuperman
1
-0
/
+5
2017-08-28
xfrm_user: fix info leak in build_aevent()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in build_expire()
Mathias Krause
1
-0
/
+2
2017-08-28
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in copy_user_offload()
Mathias Krause
1
-1
/
+1
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
6
-15
/
+41
[next]