summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2019-01-13xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert1-1/+6
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-01-13xfrm: Fix error return code in xfrm_output_one()Wei Yongjun1-0/+1
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-11-04xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-04xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2-0/+8
2018-11-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan1-0/+1
2018-11-04xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-05-30xfrm: Fix transport mode skb control buffer usage.Steffen Klassert1-0/+6
2018-05-30xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo1-2/+3
2018-05-30xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert1-1/+1
2018-05-30xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long1-2/+5
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2018-05-19xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu1-1/+1
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert1-0/+5
2018-04-08net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann1-1/+1
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-03-19xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim1-2/+1
2018-03-19net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2-1/+8
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+57
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller1-1/+11
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2018-02-25xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca1-1/+2
2018-02-25xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal1-2/+2
2018-01-31xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert1-1/+7
2018-01-05Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert1-11/+18
2017-12-14xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-38/+37
2017-11-03xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert1-18/+11
2017-11-03xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal1-18/+24
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-0/+5
2017-11-02xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-31xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert1-1/+3
2017-10-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2017-10-24xfrm: Fix xfrm_dst_cache memleakSteffen Klassert1-1/+0
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-10-11ipsec: Fix dst leak in xfrm_bundle_create().David Miller1-8/+8
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov1-2/+2
2017-09-13vti: fix NULL dereference in xfrm_input()Alexey Kodanev1-2/+4
2017-09-11xfrm: Fix negative device refcount on offload failure.Steffen Klassert1-0/+1
2017-09-11xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert1-0/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+19