aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp/ppp_mppe.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-3/+3
2019-07-12ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Gravatar Eric Biggers 1-1/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-83/+14
2019-06-22ppp: mppe: Add softdep to arc4Gravatar Takashi Iwai 1-0/+1
2019-06-20ppp: mppe: switch to RC4 library interfaceGravatar Ard Biesheuvel 1-83/+14
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2018-09-28ppp: mppe: Remove VLA usage of skcipherGravatar Kees Cook 1-13/+14
2018-08-03ppp: mppe: Remove VLA usageGravatar Kees Cook 1-26/+30
2017-06-06ppp: mppe: Use vsnprintf extension %phNGravatar Joe Perches 1-11/+4
2016-01-27ppp_mppe: Use skcipher and ahashGravatar Herbert Xu 1-41/+58
2015-04-26ppp: mppe: discard late packet in stateless modeGravatar Sylvain Rochet 1-0/+7
2015-04-26ppp: mppe: sanity error path reworkGravatar Sylvain Rochet 1-16/+13
2013-12-06drivers/net/*: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2011-08-27ppp: Move the PPP driversGravatar Jeff Kirsher 1-0/+740