aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2016-03-24xfrm: Fix crash observed during device unregistration and decryptionGravatar subashab@codeaurora.org 1-0/+3
2016-03-22net/xfrm_user: use in_compat_syscall to deny compat syscallsGravatar Andy Lutomirski 1-1/+1
2016-01-27ipsec: Use skcipher and ahash when probing algorithmsGravatar Herbert Xu 1-3/+4
2016-01-15net: preserve IP control block during GSO segmentationGravatar Konstantin Khlebnikov 1-0/+2
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-38/+0
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Gravatar Eric Dumazet 1-12/+25
2015-12-11xfrm: add rcu grace period in xfrm_policy_destroy()Gravatar Eric Dumazet 1-2/+9
2015-12-07xfrm: take care of request socketsGravatar Eric Dumazet 1-0/+2
2015-11-03xfrm: dst_entries_init() per-net dst_opsGravatar Dan Streetman 1-38/+0
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 2-2/+7
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2015-10-23xfrm: Increment statistic counter on inner mode errorGravatar Steffen Klassert 1-1/+3
2015-10-23xfrm: Fix unaligned access to stats in copy_to_user_state()Gravatar Sowmini Varadhan 1-1/+4
2015-10-08dst: Pass net into dst->outputGravatar Eric W. Biederman 1-1/+1
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outGravatar Eric W. Biederman 1-1/+1
2015-10-08dst: Pass a sk into .local_outGravatar Eric W. Biederman 1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 2-2/+2
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processGravatar Eric W. Biederman 1-4/+3
2015-09-29xfrm: Fix state threshold configuration from userspaceGravatar Michael Rossberg 1-1/+3
2015-09-25inet: constify ip_route_output_flow() socket argumentGravatar Eric Dumazet 1-3/+3
2015-09-17netfilter: Add blank lines in callers of netfilter hooksGravatar Eric W. Biederman 1-0/+1
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-6/+6
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 1-1/+2
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 2-2/+2
2015-09-17xfrm: Remove unused afinfo method init_dstGravatar Eric W. Biederman 1-2/+0
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-15/+17
2015-08-17ipsec: Replace seqniv with seqivGravatar Herbert Xu 1-7/+7
2015-08-11xfrm: Add oif to dst lookupsGravatar David Ahern 1-10/+14
2015-08-11net/xfrm: use kmemdup rather than duplicating its implementationGravatar Andrzej Hajda 1-4/+2
2015-07-21xfrm: Fix a typoGravatar Jakub Wilk 1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-30/+40
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-9/+59
2015-06-04xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersGravatar Martin Willi 1-0/+12
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-2/+19
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 3-30/+28
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputGravatar Alexander Duyck 1-1/+16
2015-05-28ipsec: Add IV generator information to xfrm_stateGravatar Herbert Xu 1-9/+31
2015-05-28xfrm: Add IV generator information to xfrm_algo_descGravatar Herbert Xu 1-0/+16
2015-05-21xfrm: Always zero high-order sequence number bitsGravatar Herbert Xu 1-0/+2
2015-05-18xfrm: optimise to search the inexact policy listGravatar Li RongQing 1-3/+8
2015-05-12net: make skb_dst_pop routine staticGravatar Ying Xue 1-0/+12
2015-05-05xfrm: move the checking for old xfrm_policy hold_queue to beginningGravatar Li RongQing 1-3/+3
2015-05-05xfrm: remove the unnecessary checking before call xfrm_pol_holdGravatar Li RongQing 1-4/+3
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiGravatar Li RongQing 1-1/+1
2015-04-24xfrm: slightly optimise xfrm_inputGravatar Li RongQing 1-5/+5
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedGravatar Li RongQing 3-3/+3
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkGravatar Li RongQing 2-2/+4
2015-04-23xfrm: remove the xfrm_queue_purge definitionGravatar Li RongQing 1-10/+2
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+5
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-0/+5