summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r252710:Mikolaj Golub2013-07-121-7/+4
* MFC r249294:Andrey V. Elsukov2013-04-291-11/+11
* MFC r244439:Andrey V. Elsukov2013-01-051-19/+16
* MFC r241916:Xin LI2012-12-211-10/+10
* MFC r242079:Andrey V. Elsukov2012-11-271-6/+3
* Merge r238002, r238016, r238092 from head:Gleb Smirnoff2012-09-101-14/+11
* MFC r239383:Mikolaj Golub2012-09-011-0/+6
* MFC r238960:Bjoern A. Zeeb2012-08-291-0/+14
* MFC 238934:Bjoern A. Zeeb2012-08-291-2/+3
* MFC r238878:Bjoern A. Zeeb2012-08-291-1/+1
* MFC r236332:Michael Tuexen2012-07-081-11/+11
* MFC r236170,236176:Bjoern A. Zeeb2012-07-081-9/+9
* MFC r235958,236130:Bjoern A. Zeeb2012-07-081-10/+63
* MFC r231852,232127:Bjoern A. Zeeb2012-02-291-8/+18
* MFC r227204, 227206, 227207:Mikolaj Golub2011-11-101-3/+32
* Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixesHiroki Sato2011-09-201-0/+2
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-2/+34
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-271-2/+2
* IP_BINDANY is not correctly handled in getsockopt() case.Attilio Rao2010-09-241-0/+1
* try working around panic by validating rt and lleKip Macy2010-05-121-1/+2
* Add flowtable support to IPv6Kip Macy2010-05-091-6/+30
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-1/+1
* With the recent change of the sctp checksum to support offload,Randall Stewart2010-03-121-0/+19
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-2/+2
* This patch fixes the following issues:Qing 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