aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_mppe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-1/+9
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+2
2007-09-25[PPP_MPPE]: Don't put InterimKey on the stackMichal Schmidt1-8/+6
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-06-23[PPP]: Revert 606f585e363527da9feaed79465132c0c661fd9eDavid S. Miller1-5/+5
2007-06-12[PPP_MPPE]: Fix "osize too small" check.Konstantin Sharlaimov1-5/+5
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-2/+2
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-12/+22
2006-09-21[CRYPTO] users: Use block ciphers where applicableHerbert Xu1-13/+19
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-08[PPP]: add PPP MPPE encryption moduleMatt Domsch1-0/+724