aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* IP_BINDANY is not correctly handled in getsockopt() case.Attilio Rao2010-10-251-0/+1
* MFC of 2 items to fix the csum for v6 issue:Randall Stewart2010-04-051-0/+19
* MFC of 197952 and 198075Julian Elischer2010-02-071-2/+2
* MFC r196864Qing Li2009-09-051-6/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-6/+0
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentPawel Jakub Dawidek2009-06-011-0/+15
* Implement RFC 5095 more fully. Rather than marking this no-op code asWarner Losh2009-05-091-26/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-434/+19
* Start removing IPv6 Type 0 Routing header code.Bjoern A. Zeeb2009-03-031-31/+15
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb2009-02-081-2/+2
* Another step assimilating IPv[46] PCB code:Bjoern A. Zeeb2008-12-171-10/+10
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-171-1/+1
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-19/+19
* This main goals of this project are:Qing Li2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Check that the mbuf len is positive (like we do in the v4 case).Bjoern A. Zeeb2008-10-151-1/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-26/+27
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyRobert Watson2008-07-291-18/+11
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-141-2/+16
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.Bjoern A. Zeeb2008-03-141-0/+4
* Replace the function name in two identical printfsBjoern A. Zeeb2008-03-141-2/+4
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-021-26/+9
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-44/+75
* un-__P()David E. O'Brien2008-01-081-7/+7
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Instead of manually freeing the packet options structure (and not even doingMike Makonnen2007-11-211-6/+1
* Space cleanupXin LI2007-07-051-28/+28
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-85/+34
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-18/+15
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-254/+181
* Include priv.h to pick up suser(9) definitions, missed in an earlierRobert Watson2007-06-131-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inMax Laier2006-05-121-58/+0
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-021-1/+1
* When storing the results of malloc() in a pointer to a pointer, checkRobert Watson2006-01-141-1/+1
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-13/+14
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)SUZUKI Shinsuke2005-10-211-1/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-071-8/+8
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedHajimu UMEMOTO2005-07-281-35/+9
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-242/+212
* always copy ip6_pktopt. remove needcopy and needfreeHajimu UMEMOTO2005-07-211-70/+64
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).Hajimu UMEMOTO2005-07-211-10/+10