aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp_mppe.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14[netdrvr] remove unnecessary #includeGravatar Huang Weiyi 1-1/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsGravatar Herbert Xu 1-1/+9
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 1-4/+2
2007-09-25[PPP_MPPE]: Don't put InterimKey on the stackGravatar Michal Schmidt 1-8/+6
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-06-23[PPP]: Revert 606f585e363527da9feaed79465132c0c661fd9eGravatar David S. Miller 1-5/+5
2007-06-12[PPP_MPPE]: Fix "osize too small" check.Gravatar Konstantin Sharlaimov 1-5/+5
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Gravatar Herbert Xu 1-2/+2
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestGravatar Herbert Xu 1-12/+22
2006-09-21[CRYPTO] users: Use block ciphers where applicableGravatar Herbert Xu 1-13/+19
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-08[PPP]: add PPP MPPE encryption moduleGravatar Matt Domsch 1-0/+724