summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
2018-01-23xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman
2017-12-31xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca
2017-12-30xfrm: Forbid state updates from changing encap typeHerbert Xu
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-08xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-02xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony
2017-05-16xfrm: use memdup_userGeliang Tang
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert
2017-01-16xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal
2017-01-10xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal
2017-01-10xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal
2017-01-10xfrm: avoid rcu sparse warningFlorian Westphal
2017-01-06xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal
2017-01-04xfrm: trivial typosAlexander Alemayhu
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-30xfrm: remove unused helperFlorian Westphal
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21xfrm: state lookup can be locklessFlorian Westphal
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal
2016-08-10xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal
2016-08-10xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal
2016-08-10xfrm: state: add sequence count to detect hash resizesFlorian Westphal
2016-08-10xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal
2016-08-10xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal
2016-08-10xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc
2014-08-29xfrm: remove useless hash_resize_mutex locksYing Xue
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa