summaryrefslogtreecommitdiff
path: root/sys/netinet/icmp6.h
Commit message (Expand)AuthorAgeFilesLines
* Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection toAlexander V. Chernikov2020-04-141-2/+2
* Add new ICMPv6 counters for Anti-DoS limits.Bjoern A. Zeeb2020-03-041-0/+4
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-2/+2
* Remove useless code from in6_rmx.cAlexander V. Chernikov2019-12-181-2/+0
* Make icmp6_reflect() static.Bjoern A. Zeeb2019-12-031-1/+0
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+4
* Correct the comment describing badrs which is bad router solicitiation,Cy Schubert2017-12-291-1/+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
* Add missing constants from RFCs 4443 and 6550George V. Neville-Neil2016-06-061-0/+3
* Implement Enhanced DAD algorithm for IPv6 described inHiroki Sato2015-03-021-0/+12
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.Andrey V. Elsukov2013-07-091-1/+3
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-3/+7
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-31/+31
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-1/+2
* Correct typo in the RFC number for the constants based on IANA assignmentsBjoern A. Zeeb2012-03-041-2/+2
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-2/+19
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-1/+0
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-4/+5
* Add MLDv2 prototypes and defines.Bruce M Simpson2009-04-291-0/+4
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-0/+5
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-0/+2
* - Disabled responding to NI queries from a global address by default asJINMEI Tatuya2007-05-171-0/+5
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-1/+5
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-0/+1
* add missing RFC3542 definition.Hajimu UMEMOTO2005-07-201-0/+1
* update comments:Hajimu UMEMOTO2005-07-201-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* revert following unwanted changes:Hajimu UMEMOTO2003-10-251-19/+19
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-26/+25
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-6/+3
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.Hajimu UMEMOTO2003-10-071-24/+0
* add /*CONSTCOND*/ to reduce diffs against latest KAME.Hajimu UMEMOTO2003-09-251-3/+3
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-19/+19
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-061-16/+40
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-2/+6
* Remove __P.Alfred Perlstein2002-03-191-10/+10
* - Renumber KAME local ICMP types and NDP options numberes beacaues theyMunechika SUMIKAWA2001-06-211-6/+8
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-34/+83
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-6/+628
* 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/+37