summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-135-20/+23
|\
| * net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-03-131-1/+1
| * xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-03-011-1/+1
| * xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert2018-02-201-2/+2
| * xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-02-191-2/+5
| * xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-02-131-13/+8Star
| * xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert2018-02-131-1/+1
| * xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-02-021-0/+5
* | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-262-2/+11
|\
| * xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-182-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-253-11/+20
|\ \ | |/ |/|
| * xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva2018-01-231-1/+1
| * xfrm: fix error flow in case of add state failsAviad Yehezkel2018-01-191-0/+1
| * xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman2018-01-182-10/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-7/+21
|\|
| * xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert2018-01-101-1/+7
| * xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal2018-01-081-2/+2
| * xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-01-051-1/+1
| * xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca2017-12-311-1/+2
| * xfrm: skip policies marked as dead while rehashingFlorian Westphal2017-12-301-1/+2
| * xfrm: Forbid state updates from changing encap typeHerbert Xu2017-12-301-1/+7
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-294-3/+102
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-274-3/+102
| |\
| | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-0/+57
| | * xfrm: put policies when reusing pcpu xdst entryFlorian Westphal2017-12-121-0/+1
| | * xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
| | * xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-081-0/+1
| | * xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
| | * xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
| | * xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
| | * xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* | | xfrm: check for xdo_dev_ops add and deleteShannon Nelson2017-12-211-13/+18
* | | xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.Steffen Klassert2017-12-201-2/+2
* | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-18/+82
* | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-201-10/+77
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-155-5/+10
|\ \ \
| * | | xfrm: Remove redundant state assignment in xfrm_input()Aviv Heller2017-12-011-1/+0Star
| * | | xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA optionYossef Efraim2017-12-011-1/+1
| * | | xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim2017-12-011-2/+1Star
| * | | net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2017-11-302-1/+8
| |/ /
* | | xfrm: Stop using dst->next in bundle construction.David Miller2017-11-301-24/+32
* | | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-302-15/+15
* | | xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-301-1/+1
* | | ipsec: Create and use new helpers for dst child access.David Miller2017-11-301-24/+23Star
* | | net: Create and use new helper xfrm_dst_child().David Miller2017-11-302-8/+8
|/ /
* / treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-161-11/+19
|\
| * Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."Steffen Klassert2017-11-151-11/+18