| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 | |
| This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2005-11-08 | [PPP]: add PPP MPPE encryption module | Matt Domsch | 1 | -0/+9 | |
| From: Matt Domsch <[email protected]> The patch below implements the Microsoft Point-to-Point Encryption method as a PPP compressor/decompressor. This is necessary for Linux clients and servers to interoperate with Microsoft Point-to-Point Tunneling Protocol (PPTP) servers (either Microsoft PPTP servers or the poptop project) which use MPPE to encrypt data when creating a VPN. This patch differs from the kernel_ppp_mppe DKMS pacakge at pptpclient.sourceforge.net by utilizing the kernel crypto routines rather than providing its own SHA1 and arcfour implementations. Minor changes to ppp_generic.c try to prevent a link from disabling compression (in our case, the encryption) after it has started using compression (encryption). Feedback to <[email protected]> please. Signed-off-by: Matt Domsch <[email protected]> Cc: James Cameron <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Brice Goglin <[email protected]> Acked-by: Paul Mackerras <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2005-04-16 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+207 | |
| Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip! | |||||