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-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-243-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/+0
* | 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/+0
| * | | 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/+1
| * | | 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/+23
* | | net: Create and use new helper xfrm_dst_child().David Miller2017-11-302-8/+8
|/ /
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
|/
* 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
| * xfrm: Copy policy family in clone_policyHerbert Xu2017-11-141-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-102-38/+37
|\ \ | |/
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-045-0/+5
|\ \ \ | |/ /
| * | 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
OpenPOWER on IntegriCloud