1. 16 Aug, 2003 3 commits
    • Stephen Hemminger's avatar
      b73fdeae
    • Stephen Hemminger's avatar
      [NET]: ibmtr - get rid of MOD_INC/DEC. · 6d62388c
      Stephen Hemminger authored
      With the new module system MOD_INC/MOD_DEC are no longer necessary.
      Also changed to new module init/exit macros for function setup.
      
      The module exit code can sleep, so calling schedule_timeout is better
      than spinning.
      6d62388c
    • Kyle McMartin's avatar
      [IPSEC]: Add support for Twofish and Serpent. · 02245132
      Kyle McMartin authored
      This patch adds support for the use of twofish and serpent as
      ESP algorithms. The ESP index numbers given are in accordance
      with RFC2407, draft-ietf-ipsec-ciph-aes-cbc-00 (before Rijndael
      was selected), and KAME which assigns 253 to twofishcbc.
      
      Support for using twofish was requested on linux-kernel, and
      since I noticed serpent was missing too, included that as well.
      02245132
  2. 15 Aug, 2003 28 commits
  3. 14 Aug, 2003 9 commits