summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* IP_BINDANY is not correctly handled in getsockopt() case.attilio2010-09-241-0/+1
* try working around panic by validating rt and llekmacy2010-05-121-1/+2
* Add flowtable support to IPv6kmacy2010-05-091-6/+30
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* With the recent change of the sctp checksum to support offload,rrs2010-03-121-0/+19
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-2/+2
* This patch fixes the following issues:qingli2009-09-051-6/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+0
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-0/+15
* Implement RFC 5095 more fully. Rather than marking this no-op code asimp2009-05-091-26/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-434/+19
* Start removing IPv6 Type 0 Routing header code.bz2009-03-031-31/+15
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-2/+2
* Another step assimilating IPv[46] PCB code:bz2008-12-171-10/+10
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-1/+1
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-19/+19
* This main goals of this project are:qingli2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Check that the mbuf len is positive (like we do in the v4 case).bz2008-10-151-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-26/+27
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyrwatson2008-07-291-18/+11
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-2/+16
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.bz2008-03-141-0/+4
* Replace the function name in two identical printfsbz2008-03-141-2/+4
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-021-26/+9
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-44/+75
* un-__P()obrien2008-01-081-7/+7
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Instead of manually freeing the packet options structure (and not even doingmtm2007-11-211-6/+1
* Space cleanupdelphij2007-07-051-28/+28
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-85/+34
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-18/+15
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-254/+181
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-131-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-58/+0
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* When storing the results of malloc() in a pointer to a pointer, checkrwatson2006-01-141-1/+1
* sync with KAME regarding NDPsuz2005-10-211-13/+14
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-211-1/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-8/+8
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
* scope cleanup. with this changeume2005-07-251-242/+212
OpenPOWER on IntegriCloud