summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-3/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-8/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* source address selection part of RFC3484.ume2003-11-041-0/+11
* ip6_savecontrol() argument is redundantume2003-10-291-2/+1
* hide m_tag, again.ume2003-10-291-2/+2
* cleanup use of m_tag.ume2003-10-281-2/+2
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingume2003-10-261-0/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-4/+37
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-221-0/+2
* - fix typo in comments.ume2003-10-081-4/+4
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-011-0/+3
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.ume2003-10-011-0/+2
* randomize IPv6 fragment ID.ume2003-10-011-0/+2
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-0/+4
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+0
OpenPOWER on IntegriCloud