aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2017-12-08xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2017-11-30net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti1-0/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-10-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2017-08-02xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den1-0/+8
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari1-4/+12
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal1-2/+3
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-15/+20
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-2/+4
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-5/+13
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
2017-05-16xfrm: use memdup_userGeliang Tang1-8/+3
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-0/+74
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert1-0/+73
2017-01-16xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal1-2/+4
2017-01-10xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal1-6/+7
2017-01-10xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal1-10/+15
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal1-18/+13
2017-01-10xfrm: avoid rcu sparse warningFlorian Westphal1-8/+8
2017-01-06xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal1-8/+5
2017-01-04xfrm: trivial typosAlexander Alemayhu1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-30xfrm: remove unused helperFlorian Westphal1-8/+0
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-09-21xfrm: state lookup can be locklessFlorian Westphal1-2/+2
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari1-0/+1
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal1-9/+9
2016-08-10xfrm: state: don't use lock anymore unless acquire operation is neededFlorian Westphal1-2/+4
2016-08-10xfrm: state: use rcu_deref and assign_pointer helpersFlorian Westphal1-8/+10
2016-08-10xfrm: state: add sequence count to detect hash resizesFlorian Westphal1-0/+15
2016-08-10xfrm: state: delay freeing until rcu grace period has elapsedFlorian Westphal1-0/+5
2016-08-10xfrm: state: use atomic_inc_not_zero to increment refcountFlorian Westphal1-5/+16
2016-08-10xfrm: state: use hlist_for_each_entry_rcu helperFlorian Westphal1-19/+19
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing1-1/+1
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing1-1/+1
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing1-1/+1
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-4/+4
2014-08-29xfrm: remove useless hash_resize_mutex locksYing Xue1-10/+3
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa1-22/+12
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa1-10/+7
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel1-2/+2