summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r298398:Luiz Otavio O Souza2016-05-121-2/+2
* Merge r280955kp2015-06-181-1/+2
* Merge r278842kp2015-06-181-0/+1
* Merge r278828, r278832kp2015-06-181-0/+1
* MFC r279588:ae2015-03-121-2/+1
* MFC r266800 by vanhu:ae2014-11-051-0/+1
* Merge r263091: fix mbuf flags clash that lead to failure of operationglebius2014-03-181-7/+0
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-1/+6
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-4/+6
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-38/+38
* Fix build after r249543.tijl2013-04-161-1/+1
* Replace hardcoded numbers.ae2013-04-161-8/+12
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-0/+2
* Remove __P.delphij2012-10-221-51/+51
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+2
* In selectroute() add a missing fibnum argument to an in6_rtalloc()bz2012-02-241-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-0/+3
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-0/+5
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-271-1/+1
* MFp4 CH=183052 183053 183258:bz2010-09-021-0/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-29/+24
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-25/+25
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-31/+61
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-2/+2
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-6/+18
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-3/+0
* Remove 4 entirely unsued ip6 variables.bz2009-01-301-3/+0
* This main goals of this project are:qingli2008-12-151-1/+1
* Second round of putting global variables, which were virtualizedbz2008-12-131-4/+5
* Put a global variables, which were virtualized but formerlybz2008-12-111-7/+6
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-261-0/+1
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-1/+2
* Change the parameters to in6_selectsrc():bz2008-07-081-3/+3
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-241-0/+1
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+3
* Space cleanupdelphij2007-07-051-1/+1
* cleanup about the reassembly structures and routine:jinmei2007-06-041-11/+3
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-1/+3
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-211-1/+1
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-131-0/+1
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-101-0/+3
* scope cleanup. with this changeume2005-07-251-1/+4
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-211-3/+1
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-211-3/+3
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+6
OpenPOWER on IntegriCloud