summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* When ip6_fw_ctl() or soopt_mcopyout() return without success,ume2001-01-201-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Count per-address statistics for IP fragments.joe2000-10-291-0/+6
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-1/+7
* Make ip6fw as loadable module.ume2000-09-231-9/+1
* Make compilable with -DIPFILTER.ume2000-08-121-1/+6
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-0/+28
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-159/+180
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-8/+6
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-2/+2
* Add ip6fw.shin2000-01-291-0/+1
* Backout diffs which should not be included.shin2000-01-281-1/+0
* #This is a null commit to give correct description for the previous change.shin2000-01-281-0/+1
* Sorry I didn't commit these files at the commit just a few minutes before.shin2000-01-281-0/+19
* added missing IPV6_PORTRANGE case.shin2000-01-131-0/+1
* IPSEC support in the kernel.shin1999-12-221-12/+17
* Change incorrect NULLs to 0seivind1999-12-211-3/+3
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-091-7/+3
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-12/+4
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-231-2/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+2176
OpenPOWER on IntegriCloud