aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-04xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersMartin Willi1-0/+12
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+19
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-30/+28
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck1-1/+16
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu1-9/+31
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu1-0/+16
2015-05-21xfrm: Always zero high-order sequence number bitsHerbert Xu1-0/+2
2015-05-18xfrm: optimise to search the inexact policy listLi RongQing1-3/+8
2015-05-12net: make skb_dst_pop routine staticYing Xue1-0/+12
2015-05-05xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing1-3/+3
2015-05-05xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing1-4/+3
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing1-1/+1
2015-04-24xfrm: slightly optimise xfrm_inputLi RongQing1-5/+5
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing3-3/+3
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing2-2/+4
2015-04-23xfrm: remove the xfrm_queue_purge definitionLi RongQing1-10/+2
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+5
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-8/+8
2015-04-07xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan1-5/+5
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-4/+4
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-6/+6
2015-03-03xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits hostFan Du1-0/+5
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-6/+6
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-9/+18
2015-01-12net: xfrm: xfrm_algo: Remove unused functionRickard Strandqvist1-5/+0
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-27/+37
2014-11-13xfrm: Use __xfrm_policy_link in xfrm_policy_insertHerbert Xu1-3/+2
2014-11-13xfrm: Do not hash socket policiesHerbert Xu1-18/+26
2014-11-03xfrm: add XFRMA_REPLAY_VAL attribute to SA messagesdingzhi1-4/+8
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-27xfrm: fix set but not used warning in xfrm_policy_queue_process()Fabian Frederick1-2/+1
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-3/+1
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-31/+281
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+40
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+1