aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip6.h
Commit message (Expand)AuthorAgeFilesLines
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost2021-03-041-0/+4
* Remove stale definitions. The removed definitions are not used rightMichael Tuexen2020-03-011-5/+0
* Remove now unused IPv6 macros and update docs.Bjoern A. Zeeb2019-11-151-84/+0
* carp: Set DSCP value CS7Kristof Provost2018-07-011-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundantRobert Watson2014-10-051-6/+0
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-4/+4
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-271-1/+1
* Start removing IPv6 Type 0 Routing header code.Bjoern A. Zeeb2009-03-031-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-2/+0
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-4/+4
* move RFC3542 related definitions into ip6.h.Hajimu UMEMOTO2005-07-201-0/+48
* update comments:Hajimu UMEMOTO2005-07-201-3/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Validate IPv6 socket options more carefully to avoid a panic.Hajimu UMEMOTO2004-03-261-0/+1
* revert following unwanted changes:Hajimu UMEMOTO2003-10-251-7/+7
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}Hajimu UMEMOTO2003-10-241-3/+2
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-11/+10
* add /*CONSTCOND*/ to reduce diffs against latest KAME.Hajimu UMEMOTO2003-09-251-3/+3
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-7/+7
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-12/+24
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-121-12/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-5/+275
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-101-0/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+32