1. 22 9月, 2008 1 次提交
  2. 27 7月, 2008 1 次提交
  3. 22 7月, 2008 1 次提交
  4. 21 6月, 2008 2 次提交
  5. 26 5月, 2008 1 次提交
  6. 14 5月, 2008 1 次提交
  7. 24 4月, 2008 1 次提交
  8. 29 1月, 2008 1 次提交
  9. 13 11月, 2007 1 次提交
  10. 17 9月, 2007 2 次提交
  11. 22 8月, 2007 1 次提交
  12. 20 7月, 2007 1 次提交
  13. 24 6月, 2007 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 26 4月, 2007 2 次提交
  16. 26 3月, 2007 1 次提交
  17. 13 2月, 2007 1 次提交
  18. 12 2月, 2007 1 次提交
  19. 02 12月, 2006 1 次提交
  20. 14 9月, 2006 1 次提交
  21. 18 8月, 2006 1 次提交
  22. 01 7月, 2006 1 次提交
  23. 27 6月, 2006 4 次提交
  24. 18 6月, 2006 1 次提交
  25. 23 3月, 2006 1 次提交
  26. 21 3月, 2006 1 次提交
    • H
      [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum · cbb042f9
      Herbert Xu 提交于
      We're now starting to have quite a number of places that do skb_pull
      followed immediately by an skb_postpull_rcsum.  We can merge these two
      operations into one function with skb_pull_rcsum.  This makes sense
      since most pull operations on receive skb's need to update the
      checksum.
      
      I've decided to make this out-of-line since it is fairly big and the
      fast path where hardware checksums are enabled need to call
      csum_partial anyway.
      
      Since this is a brand new function we get to add an extra check on the
      len argument.  As it is most callers of skb_pull ignore its return
      value which essentially means that there is no check on the len
      argument.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cbb042f9
  27. 06 2月, 2006 1 次提交
  28. 28 12月, 2005 1 次提交
  29. 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
  30. 29 10月, 2005 1 次提交
  31. 11 9月, 2005 1 次提交
  32. 30 8月, 2005 1 次提交
  33. 09 7月, 2005 1 次提交
  34. 21 6月, 2005 1 次提交