summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
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/klasse...David 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/klasse...David 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/klasse...David 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
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2-2/+2
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman1-4/+3
2015-09-29xfrm: Fix state threshold configuration from userspaceMichael Rossberg1-1/+3
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-3/+3
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-6/+6
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-1/+2
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman2-2/+2
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-15/+17
2015-08-17ipsec: Replace seqniv with seqivHerbert Xu1-7/+7
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-10/+14
2015-08-11net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+2
2015-07-21xfrm: Fix a typoJakub Wilk1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-30/+40
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+59