1. 27 3月, 2011 1 次提交
    • K
      crypto: caam - Add support for the Freescale SEC4/CAAM · 8e8ec596
      Kim Phillips 提交于
      The SEC4 supercedes the SEC2.x/3.x as Freescale's
      Integrated Security Engine.  Its programming model is
      incompatible with all prior versions of the SEC (talitos).
      
      The SEC4 is also known as the Cryptographic Accelerator
      and Assurance Module (CAAM); this driver is named caam.
      
      This initial submission does not include support for Data Path
      mode operation - AEAD descriptors are submitted via the job
      ring interface, while the Queue Interface (QI) is enabled
      for use by others.  Only AEAD algorithms are implemented
      at this time, for use with IPsec.
      
      Many thanks to the Freescale STC team for their contributions
      to this driver.
      Signed-off-by: NSteve Cornelius <sec@pobox.com>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      8e8ec596
  2. 21 2月, 2011 1 次提交
  3. 19 10月, 2010 1 次提交
  4. 03 9月, 2010 1 次提交
  5. 19 5月, 2010 1 次提交
  6. 03 5月, 2010 1 次提交
  7. 10 8月, 2009 1 次提交
  8. 18 2月, 2009 1 次提交
  9. 10 7月, 2008 2 次提交
  10. 11 1月, 2008 1 次提交
  11. 02 5月, 2007 1 次提交
    • S
      [CRYPTO] padlock: Remove pointless padlock module · f6259dea
      Simon Arlott 提交于
      When this is compiled in it is run too early to do anything useful:
      [    6.052000] padlock: No VIA PadLock drivers have been loaded.
      [    6.052000] padlock: Using VIA PadLock ACE for AES algorithm.
      [    6.052000] padlock: Using VIA PadLock ACE for SHA1/SHA256 algorithms.
      
      When it's a module it isn't doing anything special, the same functionality 
      can be provided in userspace by "probeall padlock padlock-aes padlock-sha" 
      in modules.conf if it is required.
      Signed-off-by: NSimon Arlott <simon@fire.lp0.eu>
      Cc: Michal Ludvig <michal@logix.cz>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      f6259dea
  12. 07 12月, 2006 1 次提交
  13. 21 9月, 2006 3 次提交
  14. 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