aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Do not go one layer down to check ifqueue length. First, not all driversGleb Smirnoff2015-01-121-14/+0
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-1/+1
* Remove flag/flags argument from the following functions:Andrey V. Elsukov2014-12-111-1/+2
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-3/+3
* Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-171-11/+0
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-10/+0
* When deciding whether to call m_pullup() even though there is adequateRobert Watson2014-10-121-2/+2
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedHiroki Sato2014-10-021-3/+16
* Add additional checks for IPV6_PKTINFO handling (RFC 3542):Andrey V. Elsukov2014-09-101-2/+15
* Add IP_NODEFAULTFLOWID awareness to ip6_output().Adrian Chadd2014-09-091-1/+10
* Add IPv6 flowid, bindmulti and RSS awareness.Adrian Chadd2014-07-121-0/+65
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.VANHULLEBUS Yvan2014-05-281-171/+7
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-6/+6
* o Remove at compile time the HASH_ALL code, that was neverGleb Smirnoff2014-02-171-13/+2
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Utilize counter(9) to accumulate statistics on interface addresses. AddGleb Smirnoff2013-10-151-4/+6
* Remove unsigned < 0 check.Gleb Smirnoff2013-10-151-3/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-2/+2
* In r227207, to fix the issue with possible NULL inp_socket pointerMikolaj Golub2013-07-041-7/+4
* Finally change the mbuf to have its own fib field instead of stealingJulian Elischer2013-05-161-1/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-11/+11
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-24/+12
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-7/+4
* When we have some address to forward (e.g. it was specified with ipfw fwd),Andrey V. Elsukov2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.Andrey V. Elsukov2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,Andrey V. Elsukov2012-12-191-8/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-9/+9
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-4/+3
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-251-4/+2
* Remove __P.Xin LI2012-10-221-10/+10
* In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.Mikolaj Golub2012-08-191-0/+6
* In case of IPsec he have to do delayed checksum calculations beforeBjoern A. Zeeb2012-07-311-0/+14
* Improve the should-never-hit printf to ease debugging in case we'd ever hitBjoern A. Zeeb2012-07-311-2/+3
* For consistency put the IPsec comment iside the #fidef section.Bjoern A. Zeeb2012-07-291-1/+1
* When ip_output()/ip6_output() is supplied a struct route *ro argument,Gleb Smirnoff2012-07-041-14/+11
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-301-11/+11
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-9/+9
* Correctly get the payload length in host byte order. While weBjoern A. Zeeb2012-05-261-4/+4
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-10/+63
* In selectroute() add a missing fibnum argument to an in6_rtalloc()Bjoern A. Zeeb2012-02-241-2/+2
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-8/+12
* Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting theBjoern A. Zeeb2012-02-031-0/+6
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidMikolaj Golub2011-11-061-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