summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* MFC: r174510: Clean up VCS Ids.David E. O'Brien2008-09-011-3/+3
* MFC: r181782, cvs 1.235 udp_usrreq.c, 1.102 ip6_input.c, 1.44 ip6_var.hBjoern A. Zeeb2008-08-181-1/+2
* MFC: r180371,180386Bjoern A. Zeeb2008-08-021-3/+3
* MFC r179289, rev. 1.221 udp_usrreq.c, 1.98 ip6_input.c, 1.42 ip6_var.hBjoern A. Zeeb2008-07-301-0/+1
* MFC:Bjoern A. Zeeb2008-03-091-1/+1
* Space cleanupXin LI2007-07-051-1/+1
* cleanup about the reassembly structures and routine:JINMEI Tatuya2007-06-041-11/+3
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.Bruce M Simpson2007-02-241-1/+3
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)SUZUKI Shinsuke2005-10-211-1/+1
* added a knob to enable path MTU discovery for multicast packets.Hajimu UMEMOTO2005-08-131-0/+1
* supports stealth forwarding in IPv6, as well as in IPv4SUZUKI Shinsuke2005-08-101-0/+3
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-1/+4
* always copy ip6_pktopt. remove needcopy and needfreeHajimu UMEMOTO2005-07-211-3/+1
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).Hajimu UMEMOTO2005-07-211-3/+3
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+6
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-3/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-8/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-0/+11
* ip6_savecontrol() argument is redundantHajimu UMEMOTO2003-10-291-2/+1
* hide m_tag, again.Hajimu UMEMOTO2003-10-291-2/+2
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-281-2/+2
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingHajimu UMEMOTO2003-10-261-0/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-4/+37
* - implement lock around IPv6 reassembly, to avoid panic due toHajimu UMEMOTO2003-10-221-0/+2
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-4/+4
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+3
* we don't need ip6_id when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.Hajimu UMEMOTO2003-10-011-0/+2
* randomize IPv6 fragment ID.Hajimu UMEMOTO2003-10-011-0/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-0/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-3/+4
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-07-251-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-11/+77
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-121-14/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-69/+117
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+3
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+251