summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_algo.c
Commit message (Expand)AuthorAge
* xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-10
* ipsec: Use skcipher and ahash when probing algorithmsHerbert Xu2016-01-27
* ipsec: Replace seqniv with seqivHerbert Xu2015-08-17
* xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersMartin Willi2015-06-04
* xfrm: Add IV generator information to xfrm_algo_descHerbert Xu2015-05-28
* net: xfrm: xfrm_algo: Remove unused functionRickard Strandqvist2015-01-12
* net: move pskb_put() to core codeMathias Krause2013-11-07
* xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna2013-04-25
* pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-01
* xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna2013-01-08
* xfrm_algo: drop an unnecessary inclusionJan Beulich2012-05-15
* xfrm: make xfrm_algo.c a moduleJan Beulich2012-05-15
* xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad2011-07-28
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-27
* crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-01
|\
| * ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-01
* | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi2009-11-25
* | xfrm: remove skb_icv_walkSteffen Klassert2009-10-18
|/
* ipsec: Fix name of CAST algorithmHerbert Xu2009-06-24
* xfrm: Use frag list abstraction interfaces.David S. Miller2009-06-09
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-25
* xfrm: xfrm_algo: correct usage of RIPEMD-160Adrian-Ken Rueegsegger2008-06-04
* [IPSEC]: Use digest_null directly for authHerbert Xu2008-04-27
* [IPSEC]: Add support for aes-ctr.Joy Latten2008-02-07
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-01-31
* [IPSEC]: Allow async algorithmsHerbert Xu2008-01-31
* [XFRM]: Remove ifdef crypto.Sebastian Siewior2008-01-28
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-02
* [IPSEC]: Fix scatterlist handling in skb_icv_walk().David S. Miller2007-10-26
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
* net: fix xfrm build - missing scatterlist.h includeHeiko Carstens2007-10-23
* Update net/ to use sg helpersJens Axboe2007-10-22
* [IPSEC]: Fix warnings with casting int to pointerHerbert Xu2007-05-22
* [IPSEC] pfkey: Load specific algorithm in pfkey_add rather than allHerbert Xu2007-05-19
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-27
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-26
* [NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells2007-04-25
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-10
* [IPSEC]: added the entry of Camellia cipher algorithm to ealg_list[]Noriaki TAKAMIYA2007-02-07
* [XFRM]: Algorithm lookup using .compat nameMartin Willi2006-12-31
* [IPSEC]: Add support for AES-XCBC-MACKazunori MIYAZAWA2006-12-06
* [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-21
* [IPSEC]: Use HMAC template and hash interfaceHerbert Xu2006-09-21
* [IPSEC] ESP: Use block ciphers where applicableHerbert Xu2006-09-21
* [IPSEC]: Add compatibility algorithm name supportHerbert Xu2006-09-21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-09
* [XFRM]: skb_cow_data() does not set proper owner for new skbs.Evgeniy Polyakov2005-05-18
* Linux-2.6.12-rc2Linus Torvalds2005-04-16