]> git.neil.brown.name Git - history.git/commit
[IPSEC]: Add transform engine and AH implementation.
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Mon, 28 Oct 2002 16:43:28 +0000 (08:43 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 28 Oct 2002 16:43:28 +0000 (08:43 -0800)
commit6c55c29fabc2419e12f3aada6412aacb54d39472
tree2b369c538dea297f55b8a437e428a56140705aed
parente26bdd97e0623b6f624744dbe78ce641374960dd
[IPSEC]: Add transform engine and AH implementation.
13 files changed:
include/linux/pfkeyv2.h [new file with mode: 0644]
include/linux/skbuff.h
include/net/dst.h
include/net/xfrm.h [new file with mode: 0644]
net/core/skbuff.c
net/ipv4/Makefile
net/ipv4/ah.c [new file with mode: 0644]
net/ipv4/ip_forward.c
net/ipv4/ip_input.c
net/ipv4/route.c
net/ipv4/xfrm_input.c [new file with mode: 0644]
net/ipv4/xfrm_policy.c [new file with mode: 0644]
net/ipv4/xfrm_state.c [new file with mode: 0644]