aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_algo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-01-27ipsec: Use skcipher and ahash when probing algorithmsHerbert Xu1-3/+4
2015-08-17ipsec: Replace seqniv with seqivHerbert Xu1-7/+7
2015-06-04xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersMartin Willi1-0/+12
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu1-0/+16
2015-01-12net: xfrm: xfrm_algo: Remove unused functionRickard Strandqvist1-5/+0
2013-11-07net: move pskb_put() to core codeMathias Krause1-13/+0
2013-04-25xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna1-0/+13
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey supportJussi Kivilinna1-6/+59
2013-01-08xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna1-2/+1
2012-05-15xfrm_algo: drop an unnecessary inclusionJan Beulich1-3/+0
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich1-0/+2
2011-07-28xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad1-2/+2
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller1-4/+4
2010-01-17crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner1-0/+16
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-12-01ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang1-0/+1
2009-11-25xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi1-0/+34
2009-10-18xfrm: remove skb_icv_walkSteffen Klassert1-78/+0
2009-06-24ipsec: Fix name of CAST algorithmHerbert Xu1-2/+2
2009-06-09xfrm: Use frag list abstraction interfaces.David S. Miller1-22/+19
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-04xfrm: xfrm_algo: correct usage of RIPEMD-160Adrian-Ken Rueegsegger1-2/+2
2008-04-27[IPSEC]: Use digest_null directly for authHerbert Xu1-2/+1
2008-02-07[IPSEC]: Add support for aes-ctr.Joy Latten1-0/+17
2008-01-31[IPSEC]: Add support for combined mode algorithmsHerbert Xu1-0/+138
2008-01-31[IPSEC]: Allow async algorithmsHerbert Xu1-3/+3
2008-01-28[XFRM]: Remove ifdef crypto.Sebastian Siewior1-2/+0
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-26[IPSEC]: Fix scatterlist handling in skb_icv_walk().David S. Miller1-2/+3
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-6/+3
2007-10-23net: fix xfrm build - missing scatterlist.h includeHeiko Carstens1-0/+1
2007-10-22Update net/ to use sg helpersJens Axboe1-2/+2
2007-05-22[IPSEC]: Fix warnings with casting int to pointerHerbert Xu1-4/+4
2007-05-19[IPSEC] pfkey: Load specific algorithm in pfkey_add rather than allHerbert Xu1-65/+75
2007-04-27[NET]: Revert sk_buff walker cleanups.David S. Miller1-8/+14
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare1-14/+8
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-169/+0
2007-02-10[NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki1-47/+47
2007-02-07[IPSEC]: added the entry of Camellia cipher algorithm to ealg_list[]Noriaki TAKAMIYA1-0/+17
2006-12-31[XFRM]: Algorithm lookup using .compat nameMartin Willi1-1/+2
2006-12-06[IPSEC]: Add support for AES-XCBC-MACKazunori MIYAZAWA1-0/+17
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-9/+18
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu1-13/+27
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu1-8/+16
2006-09-21[IPSEC]: Add compatibility algorithm name supportHerbert Xu1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn1-4/+2
2005-05-18[XFRM]: skb_cow_data() does not set proper owner for new skbs.Evgeniy Polyakov1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+729