summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't use IPV6_ENCAPSULATED, tags are used instead.angelos2001-05-281-2/+2
|
* New tags.angelos2001-05-271-4/+4
|
* Add an IPSEC_NEEDED tag if SKIPCRYPTO is set in the TDBangelos2001-05-221-4/+13
|
* Record outgoing SA processing, do loop detection.angelos2001-05-201-3/+21
|
* Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ okaaron2001-05-111-4/+4
|
* Minor changes, preparing for real socket-attached TDBs; also, moreangelos2001-04-141-9/+14
| | | | information will be stored in the TDB. ok ho@ provos@
* Move offsetof define into sys/param.hcsapuntz2001-04-061-5/+1
|
* Allow tdbi's to appear in mbufs throughout the stack; this allowsangelos2001-03-281-4/+6
| | | | | | | | | security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
* convert SA expirations to the new timeouts.mickey2001-03-151-3/+6
| | | | | | | | | | simplifies expirations handling a lot. tdb_exp_timeout and tdb_soft_timeout are made consistant throughout the code to be a relative time offsets, just like first_use timeouts. tested on singlehost isakmpd setup. lots of dangling spaces and tabs removed. angelos@ ok
* SA bundles.angelos2000-09-191-1/+6
|
* Lots and lots of changes.angelos2000-09-191-0/+361