aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+17
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert1-11/+5
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert1-0/+8
2014-02-20xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert1-5/+8
2014-02-20xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert1-1/+1
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel1-1/+24
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta1-0/+31
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-80/+111
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+3
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-3/+3
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du1-0/+22
2014-01-03{pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du1-2/+2
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen1-4/+4
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen1-5/+5
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du1-0/+24
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert1-20/+1
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du1-50/+54
2013-10-01xfrm: Simplify SA looking up when using wildcard sourceFan Du1-1/+1