summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-211-70/+64
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-211-10/+10
* NULL is not zero.ume2005-07-211-1/+1
* update comments:ume2005-07-201-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Fixes for various nits found by the Coverity tool.gnn2005-05-151-1/+1
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+26
* initialized the last arg to ip6_process_hopopts(), because the recentume2005-02-271-3/+3
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.dwhite2004-10-021-0/+14
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-8/+6
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* Fix a bug which I discovered recently while doing IPv6 testing atwpaul2004-05-141-0/+12
OpenPOWER on IntegriCloud