summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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: skip policies marked as dead while rehashingFlorian Westphal2018-07-031-1/+2
* xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2018-07-031-0/+4
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-261-0/+1
* xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2018-05-161-1/+1
* xfrm: fix state migration copy replay sequence numbersAntony Antony2018-04-131-0/+2
* 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
* net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2018-03-222-1/+8
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2018-02-251-0/+9
* 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: Copy policy family in clone_policyHerbert Xu2017-12-161-0/+1
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-12-051-10/+15
* xfrm: policy: check policy direction valueVladis Dronov2017-09-071-0/+6
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-061-5/+4
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-47/+0
* xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-311-1/+5
* xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-311-0/+3
* xfrm: policy: init locks earlyFlorian Westphal2017-03-311-5/+5
* xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-04-201-0/+3
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-38/+0
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-38/+0
* | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-12/+25
* | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-111-2/+9
* | xfrm: take care of request socketsEric Dumazet2015-12-071-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-302-2/+7
|\ \
| * | xfrm: Increment statistic counter on inner mode errorSteffen Klassert2015-10-231-1/+3
| * | xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan2015-10-231-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+3
|\ \ \ | | |/ | |/|
| * | xfrm: Fix state threshold configuration from userspaceMichael Rossberg2015-09-291-1/+3
* | | dst: Pass net into dst->outputEric W. Biederman2015-10-081-1/+1
* | | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-1/+1
* | | dst: Pass a sk into .local_outEric W. Biederman2015-10-081-1/+1
* | | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-082-2/+2
* | | xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman2015-10-081-4/+3
| |/ |/|
* | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-251-3/+3
* | netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-171-0/+1
* | netfilter: Pass net into okfnEric W. Biederman2015-09-171-6/+6
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-1/+2
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-172-2/+2
* | xfrm: Remove unused afinfo method init_dstEric W. Biederman2015-09-171-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-032-15/+17
|\
| * xfrm: Add oif to dst lookupsDavid Ahern2015-08-111-10/+14
| * net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-111-4/+2
| * xfrm: Fix a typoJakub Wilk2015-07-211-1/+1