summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_output.c
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2004-05-07Redo net.inet.* sysctl subtree for fast-ipsec from scratch.jonathan
2004-03-17sys/netinet6/ip6_ecn.h is reportedly a FreeBSD-ism; NetBSD hasjonathan
2004-03-16Delint ntohl() as argument to a "%lx" format in a log message.jonathan
2004-03-16#include <net/net_osdep.h>: if INET6 is configured,jonathan
2004-03-01Add missing copyright notice (FreeBSD rev. 1.3.2.2).thorpej
2004-01-16Fix ipip_output() to always set *mp to NULL on failure, even if 'm'scw
2003-10-06Reversion of "netkey merge", part 2 (replacement of removed files in thetls
2003-09-12merge netipsec/key* into netkey/key*. no need for both.itojun
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-20opt_inet6.h is FreeBSD-specific, so wrap it with #ifdef __FreeBSD__/#endif.jonathan
2003-08-15Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_offjonathan
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-08-13Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4.jonathan