summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-023-2/+4
|\ \ \ | |/ /
| * | xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-311-1/+3
| * | xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2017-10-261-0/+1
| * | xfrm: Fix xfrm_dst_cache memleakSteffen Klassert2017-10-241-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-47/+58
|\ \ \
| * | | net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-261-18/+27
| * | | xfrm: eradicate size_tAlexey Dobriyan2017-09-251-21/+23
| * | | xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2017-09-251-5/+5
| * | | xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | | xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | | xfrm: make aead_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-18/+23
|\ \ \ \ | | |/ / | |/| |
| * | | ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-10-231-10/+15
| * | | ipsec: Fix dst leak in xfrm_bundle_create().David Miller2017-10-111-8/+8
| | |/ | |/|
* | | xfrm: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+8
|/ /
* | xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov2017-09-281-2/+2
* | vti: fix NULL dereference in xfrm_input()Alexey Kodanev2017-09-131-2/+4
* | xfrm: Fix negative device refcount on offload failure.Steffen Klassert2017-09-111-0/+1
* | xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert2017-09-111-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-013-2/+19
|\
| * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| * net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti2017-08-241-1/+0
| * xfrm: policy: check policy direction valueVladis Dronov2017-08-031-0/+6
| * xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den2017-08-021-0/+8
* | xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert2017-08-311-2/+2
* | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-0/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-216-15/+41
|\ \
| * | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-114-9/+25
| * | xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari2017-08-021-0/+2
| * | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-023-6/+14
* | | xfrm: check that cached bundle is still validFlorian Westphal2017-08-071-1/+2
|/ /
* | xfrm: add xdst pcpu cacheFlorian Westphal2017-07-183-3/+131
* | xfrm: remove flow cacheFlorian Westphal2017-07-183-112/+1
* | xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal2017-07-181-16/+12
* | xfrm_policy: remove xfrm_policy_lookupFlorian Westphal2017-07-181-32/+4
* | xfrm_policy: kill flow to policy dir conversionFlorian Westphal2017-07-181-42/+4
* | xfrm_policy: remove always true/false branchesFlorian Westphal2017-07-181-60/+14
* | xfrm_policy: bypass flow_cache_lookupFlorian Westphal2017-07-181-9/+5
|/
* net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
OpenPOWER on IntegriCloud