summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2019-09-16xfrm: clean up xfrm protocol checksCong Wang2-14/+2
2019-08-04xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-08-04xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-06-11xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-02-20xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2018-11-10xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2018-11-10xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-10xfrm: 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-07-03xfrm: skip policies marked as dead while rehashingFlorian Westphal1-1/+2
2018-07-03xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner1-0/+4
2018-05-26xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2018-05-16xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2018-04-13xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
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-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2-1/+8
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
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
2017-12-16xfrm: Copy policy family in clone_policyHerbert Xu1-0/+1
2017-12-05ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-09-07xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-08-07xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-31xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2016-04-20xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+2
2015-12-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-38/+0
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-12/+25
2015-12-12xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-2/+9
2015-12-08xfrm: take care of request socketsEric Dumazet1-0/+2
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-38/+0
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-2/+7
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-10-23xfrm: Increment statistic counter on inner mode errorSteffen Klassert1-1/+3
2015-10-23xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan1-1/+4
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2-2/+2
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman1-4/+3
2015-09-29xfrm: Fix state threshold configuration from userspaceMichael Rossberg1-1/+3