26 Apr, 2007

9 commits


27 Feb, 2007

1 commit


13 Feb, 2007

1 commit


09 Feb, 2007

1 commit


23 Sep, 2006

1 commit


22 Jul, 2006

1 commit


18 Jun, 2006

1 commit

  • This patch adds the structure xfrm_mode. It is meant to represent
    the operations carried out by transport/tunnel modes.

    By doing this we allow additional encapsulation modes to be added
    without clogging up the xfrm_input/xfrm_output paths.

    Candidate modes include 4-to-6 tunnel mode, 6-to-4 tunnel mode, and
    BEET modes.

    Signed-off-by: Herbert Xu
    Signed-off-by: David S. Miller

    Herbert Xu