1. 09 11月, 2005 1 次提交
    • M
      [PPP]: add PPP MPPE encryption module · b3f9b92a
      Matt Domsch 提交于
      From: Matt Domsch <Matt_Domsch@dell.com>
      
      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 <pptpclient-devel@lists.sourceforge.net> please.
      Signed-off-by: NMatt Domsch <Matt_Domsch@dell.com>
      Cc: James Cameron <james.cameron@hp.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: NBrice Goglin <Brice.Goglin@ens-lyon.org>
      Acked-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b3f9b92a
  2. 29 10月, 2005 1 次提交
  3. 11 9月, 2005 1 次提交
  4. 30 8月, 2005 1 次提交
  5. 09 7月, 2005 1 次提交
  6. 21 6月, 2005 1 次提交
  7. 13 5月, 2005 1 次提交
    • P
      [PATCH] PPP multilink fragmentation improvements · 516cd15f
      Paul Mackerras 提交于
        
        Here's a patch for -mm for now.  Not sure whose territory this falls
        in, so I'm sending it to everyone I can think of. :)
        
        Some time ago I did some experiments with using PPP multilink over
        largish numbers of channels (up to 32).  The TCP performance was
        woeful due to wildly fluctuating packet latencies, which turned out to
        be because we would sometimes split a packet across all 32 channels,
        and sometimes we would send a whole packet down a single channel.
        
        This patch fixes those problems by being a bit cleverer about how the
        packets are split across the available channels, and in particular, it
        waits until at least half of the channels can take another fragment
        before starting to split up the next packet.
        
        The patch also fixes a buglet in the multilink reconstruction code
        where it would discard incoming packets that had just the multilink
        header and no data.  Such packets are valid and shouldn't be
        discarded.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      516cd15f
  8. 04 5月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4