1. 13 9月, 2010 1 次提交
  2. 15 5月, 2010 1 次提交
  3. 10 7月, 2008 1 次提交
  4. 18 7月, 2007 1 次提交
  5. 11 7月, 2007 1 次提交
  6. 04 2月, 2007 1 次提交
  7. 23 12月, 2006 1 次提交
  8. 06 12月, 2006 1 次提交
    • O
      rpc: spkm3 update · adeb8133
      Olga Kornievskaia 提交于
      This updates the spkm3 code to bring it up to date with our current
      understanding of the spkm3 spec.
      
      In doing so, we're changing the downcall format used by gssd in the spkm3 case,
      which will cause an incompatilibity with old userland spkm3 support.  Since the
      old code a) didn't implement the protocol correctly, and b) was never
      distributed except in the form of some experimental patches from the citi web
      site, we're assuming this is OK.
      
      We do detect the old downcall format and print warning (and fail).  We also
      include a version number in the new downcall format, to be used in the
      future in case any further change is required.
      
      In some more detail:
      
      	- fix integrity support
      	- removed dependency on NIDs. instead OIDs are used
      	- known OID values for algorithms added.
      	- fixed some context fields and types
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      adeb8133
  9. 03 12月, 2006 1 次提交
  10. 21 9月, 2006 1 次提交
  11. 22 7月, 2006 1 次提交
  12. 27 6月, 2006 1 次提交
  13. 21 3月, 2006 1 次提交
  14. 07 1月, 2006 1 次提交
  15. 19 10月, 2005 1 次提交
  16. 02 9月, 2005 1 次提交
    • J
      [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL · 573dbd95
      Jesper Juhl 提交于
      Since the patch to add a NULL short-circuit to crypto_free_tfm() went in,
      there's no longer any need for callers of that function to check for NULL.
      This patch removes the redundant NULL checks and also a few similar checks
      for NULL before calls to kfree() that I ran into while doing the
      crypto_free_tfm bits.
      
      I've succesfuly compile tested this patch, and a kernel with the patch 
      applied boots and runs just fine.
      
      When I posted the patch to LKML (and other lists/people on Cc) it drew the
      following comments :
      
       J. Bruce Fields commented
        "I've no problem with the auth_gss or nfsv4 bits.--b."
      
       Sridhar Samudrala said
        "sctp change looks fine."
      
       Herbert Xu signed off on the patch.
      
      So, I guess this is ready to be dropped into -mm and eventually mainline.
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      573dbd95
  17. 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