summaryrefslogtreecommitdiff
path: root/sys/net/if_enc.h
AgeCommit message (Expand)Author
2014-12-08There's no good reason to keep into "struct ifnet" a pointer that's onlyMartin Pieuchot
2013-06-25Protect various driver descriptors by _KERNEL to stop exposing to muchMartin Pieuchot
2010-07-01Allow to specify an alternative enc(4) interface for an SA. AllReyk Floeter
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2000-12-30For bridged IPsec, use the gif* interfaces.Angelos D. Keromytis
2000-01-15Don't allow enc0 to be added to a bridge, as it's used for allAngelos D. Keromytis
1999-12-31indentTheo de Raadt
1999-12-27Implement ioctls for binding SAs to enc interfaces (to be used withAngelos D. Keromytis
1999-10-29enc_softc definitionAngelos D. Keromytis
1998-06-10make the packets which were successfully processed by IPSec available toNiels Provos