summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-201-4/+9
* xfrm: validate template modeSean Tranchetti2018-11-101-0/+3
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-11-101-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-281-3/+5
* 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: 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-111-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 XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-04-181-0/+3
* xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-04-181-1/+5
* xfrm: policy: init locks earlyFlorian Westphal2017-04-181-5/+5
* xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-07-121-0/+3
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-02-151-38/+0
* xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck2015-08-271-1/+16
* xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-06-101-6/+6
* net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-301-1/+1
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-284-31/+281
|\
| * ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+1
| * xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-022-3/+164
| * xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault2014-09-022-16/+113
| * xfrm: remove useless hash_resize_mutex locksYing Xue2014-08-291-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-8/+40
|\ \
| * | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-8/+24
| * | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-1/+17
| |/
* / net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-091-5/+1
|/
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-2/+2
* xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3
* xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-11/+25
|\
| * xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek2014-06-031-11/+25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-224-105/+36
|\ \
| * | net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2
| * | xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-233-78/+34
| * | xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-223-45/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+1
|\ \ \ | | |/ | |/|
| * | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
| |/
* / net: clean up snmp stats codeWANG Cong2014-05-072-8/+5
|/