summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix possible incorrect IPv6 fragmentationkp2017-04-201-0/+2
* MFC r275710:Luiz Otavio O Souza2015-10-201-1/+2
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-54/+47
* Importing pfSense patch IPSEC_sysctl.RELENG_10.diffRenato Botelho2015-08-171-47/+54
* Merge r280955kp2015-06-181-3/+4
* Merge r278842kp2015-06-181-48/+63
* MFC r282578:ae2015-05-141-9/+5
* MFC r279588:ae2015-03-121-12/+5
* MFC r266800 by vanhu:ae2014-11-051-171/+7
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-6/+6
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-13/+2
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-041-7/+4
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-1/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-11/+11
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-24/+12
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-7/+4
* When we have some address to forward (e.g. it was specified with ipfw fwd),ae2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.ae2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,ae2012-12-191-8/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-9/+9
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-4/+3
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-4/+2
* Remove __P.delphij2012-10-221-10/+10
* In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.trociny2012-08-191-0/+6
* In case of IPsec he have to do delayed checksum calculations beforebz2012-07-311-0/+14
* Improve the should-never-hit printf to ease debugging in case we'd ever hitbz2012-07-311-2/+3
* For consistency put the IPsec comment iside the #fidef section.bz2012-07-291-1/+1
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-14/+11
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-11/+11
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-9/+9
* Correctly get the payload length in host byte order. While webz2012-05-261-4/+4
* MFp4 bz_ipv6_fast:bz2012-05-251-10/+63
* In selectroute() add a missing fibnum argument to an in6_rtalloc()bz2012-02-241-2/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-8/+18
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-061-3/+32
* Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixeshrs2011-09-201-0/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-201-2/+34
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-271-2/+2
* 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
OpenPOWER on IntegriCloud