aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He1-2/+8
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. Miller2-3/+7
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-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+15
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-09xfrm_user: propagate sec ctx allocation errorsMathias Krause1-3/+6
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-105/+167
2016-09-07net: xfrm: Change u32 sysctl entries to use proc_douintvecsubashab@codeaurora.org1-2/+2
2016-08-24xfrm: state: remove per-netns gc taskFlorian Westphal1-9/+9
2016-08-24xfrm: Fix xfrm_policy_lock imbalanceSteffen Klassert1-1/+1
2016-08-12xfrm: policy: convert policy_lock to spinlockFlorian Westphal1-34/+34
2016-08-12xfrm: policy: don't acquire policy lock in xfrm_spd_getinfoFlorian Westphal1-2/+0
2016-08-12xfrm: policy: only use rcu in xfrm_sk_policy_lookupFlorian Westphal1-5/+3
2016-08-12xfrm: policy: make xfrm_policy_lookup_bytype locklessFlorian Westphal1-2/+2
2016-08-12xfrm: policy: use atomic_inc_not_zero in rcu sectionFlorian Westphal1-1/+7
2016-08-12xfrm: policy: add sequence count to sync with hash resizeFlorian Westphal1-2/+19
2016-08-12xfrm: policy: prepare policy_bydst hash for rcu lookupsFlorian Westphal1-6/+14
2016-08-12xfrm: policy: use rcu versions for iteration and list add/delFlorian Westphal1-7/+7
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev1-7/+7
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
2016-08-10xfrm: constify xfrm_replay structuresJulia Lawall1-3/+3
2016-07-29xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner1-0/+4
2016-07-27xfrm: get rid of another incorrect WARNVegard Nossum1-3/+0
2016-07-27xfrm: get rid of incorrect WARNVegard Nossum1-3/+1
2016-07-18xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum1-3/+3
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+3
2016-04-23xfrm: align nlattr properly when neededNicolas Dichtel1-4/+6
2016-03-24xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-03-22net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski1-1/+1
2016-03-17xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert1-0/+3
2016-01-27ipsec: Use skcipher and ahash when probing algorithmsHerbert Xu1-3/+4
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+2
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-38/+0
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-12/+25
2015-12-11xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-2/+9
2015-12-07xfrm: take care of request socketsEric Dumazet1-0/+2
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-38/+0
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+7
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-10-23xfrm: Increment statistic counter on inner mode errorSteffen Klassert1-1/+3
2015-10-23xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan1-1/+4
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1