]> git.baikalelectronics.ru Git - kernel.git/commit
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 10 Oct 2007 22:45:25 +0000 (15:45 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:55 +0000 (16:55 -0700)
commitdda3f67dd06ae087fcf99160078122f16512a135
tree32f7bfb3a5fa7fe373f11e0ddadd95b6bcd9bd4f
parent996af770b60b39d4100eaa5e7ead2a2e9481fdab
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr

This patch removes the duplicate ipv6_{auth,esp,comp}_hdr structures since
they're identical to the IPv4 versions.  Duplicating them would only create
problems for ourselves later when we need to add things like extended
sequence numbers.

I've also added transport header type conversion headers for these types
which are now used by the transforms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
include/net/ah.h
include/net/esp.h
include/net/ipcomp.h
net/ipv4/ah4.c
net/ipv4/esp4.c
net/ipv4/ipcomp.c
net/ipv6/ah6.c
net/ipv6/esp6.c
net/ipv6/ipcomp6.c