summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: clean up xfrm protocol checksCong Wang2019-09-162-14/+2
* xfrm: policy: remove pcpu policy cacheFlorian Westphal2019-08-253-150/+3
* ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-07-311-0/+2
* xfrm: fix sa selector validationNicolas Dichtel2019-07-311-0/+3
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-07-311-0/+16
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-05-251-1/+1
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-151-4/+9
* xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert2019-01-131-1/+6
* xfrm: Fix bucket count reported to userspaceBenjamin Poirier2019-01-131-1/+1
* xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2019-01-131-0/+1
* xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-11-131-4/+4
* xfrm: validate template modeSean Tranchetti2018-11-041-0/+3
* xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-11-042-0/+8
* xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan2018-11-041-0/+1
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-11-041-0/+12
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-261-1/+4
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-09-051-0/+3
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-08-241-3/+5
* xfrm: Fix transport mode skb control buffer usage.Steffen Klassert2018-05-301-0/+6
* xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo2018-05-301-2/+3
* xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-05-301-1/+1
* xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-05-301-2/+5
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-191-0/+1
* xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-05-191-1/+1
* xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-04-081-0/+5
* net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-04-081-1/+1
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-04-081-13/+8
* xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim2018-03-191-2/+1
* net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2018-03-192-1/+8
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-0/+57
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2018-02-251-0/+9
* xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2018-02-251-1/+11
* xfrm: check id proto in validate_tmpl()Cong Wang2018-02-251-0/+15
* xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2018-02-251-1/+7
* xfrm: skip policies marked as dead while rehashingFlorian Westphal2018-02-251-1/+2
* xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca2018-02-251-1/+2
* xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal2018-02-251-2/+2
* xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert2018-01-311-1/+7
* Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert2018-01-051-11/+18
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-141-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-092-38/+37
|\
| * xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert2017-11-031-18/+11
| * xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-031-18/+24
| * xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal2017-11-021-2/+2
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-311-1/+3
* | xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2017-10-261-0/+1
* | xfrm: Fix xfrm_dst_cache memleakSteffen Klassert2017-10-241-1/+0