summaryrefslogtreecommitdiff
path: root/sys/net/if_enc.c
AgeCommit message (Expand)Author
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-01-25Ok, so setsoftnet is md.Marc Espie
2000-01-15Can't bind SAs to enc0Angelos D. Keromytis
2000-01-07Add missing IF_DROPsAngelos D. Keromytis
2000-01-02Properly handle non-IPSEC case.Angelos D. Keromytis
1999-12-27Add SRCSA and CLEARSA ioctls.Angelos D. Keromytis
1999-12-27Implement ioctls for binding SAs to enc interfaces (to be used withAngelos D. Keromytis
1999-11-02Fix *stupid* typo/error that was causing the panics in post 2.6, foundAngelos D. Keromytis
1999-10-29Use enc_softc instead of ifnet for encif.Angelos D. Keromytis
1999-07-05remove bogus entry from if_enc address list; and rename enc_softc to encifTheo de Raadt
1999-05-16The enc interface should not be IFF_LOOPBACK, as AH and ESP uses thatNiklas Hallqvist
1998-06-28indentTheo de Raadt
1998-06-10make the packets which were successfully processed by IPSec available toNiels Provos
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1997-07-01major restructuringNiels Provos
1997-02-27BPF support ifdefed.Angelos D. Keromytis
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt