summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAge
* xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert2018-02-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-24
|\
| * xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva2018-01-23
| * xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman2018-01-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17
|\ \ | |/
| * xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca2017-12-31
| * xfrm: Forbid state updates from changing encap typeHerbert Xu2017-12-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-29
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-27
| |\
| | * xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-08
* | | net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2017-11-30
|/ /
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
|/
* xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2017-10-26
* xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov2017-09-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den2017-08-02
* | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-02
* | xfrm: add xdst pcpu cacheFlorian Westphal2017-07-18
|/
* net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-23
|\
| * xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-07
| * xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-07
| * xfrm: use memdup_userGeliang Tang2017-05-16
* | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-19
|/
* xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-14
* xfrm: Add a xfrm type offload.Steffen Klassert2017-04-14
* xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal2017-01-16
* xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal2017-01-10
* xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal2017-01-10
* xfrm: remove xfrm_state_put_afinfoFlorian Westphal2017-01-10
* xfrm: avoid rcu sparse warningFlorian Westphal2017-01-10
* xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal2017-01-06
* xfrm: trivial typosAlexander Alemayhu2017-01-04
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* xfrm: remove unused helperFlorian Westphal2016-09-30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-24
|\
| * xfrm: state lookup can be locklessFlorian Westphal2016-09-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
|\ \ | |/ |/|
| * xfrm: Fix memory leak of aead algorithm nameIlan Tayari2016-09-19
* | xfrm: state: remove per-netns gc taskFlorian Westphal2016-08-24
* | xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal2016-08-10
* | xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal2016-08-10
* | xfrm: state: add sequence count to detect hash resizesFlorian Westphal2016-08-10
* | xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal2016-08-10
* | xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal2016-08-10
* | xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal2016-08-10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-01
|\
| * xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing2015-04-29
* | xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing2015-04-23