summaryrefslogtreecommitdiffstats
path: root/sys/netinet/icmp6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop running nd6_expire every second.florian2017-08-081-4/+3
* Since nearly 20 years the correct spelling offlorian2017-08-031-2/+1
* Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctlsflorian2017-07-121-8/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* percpu counters for raw ipv6 and icmp6 statsjca2017-02-091-36/+59
* Kill icmp6_ifstat_inc() and associated per-ifp storage.mpi2015-09-091-59/+1
* Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesflorian2014-08-271-4/+3
* Remove rfc 4620 Node Information Query support (from the kernel).benno2014-07-111-3/+3
* Kill the {nd6_,}useloopback buttons, using the loopback interface formpi2014-05-071-4/+3
* Significant namespace cleanup of netinet6 symbols.deraadt2013-10-241-112/+20
* Sprinkle a lot more IPv6 routing domains support in the kernel.phessler2013-10-211-2/+2
* Add support for advertising route information (RFC 4191).brad2013-06-011-1/+10
* Add the router preference defines to the icmp6.h header and remove thebrad2013-03-171-1/+9
* Add support for advertising dns servers and search paths in routerphessler2012-07-081-1/+19
* Add some MLDv2 definitions from FreeBSD.jsg2010-03-221-1/+2
* u_quad_t -> u_int64_tbrad2006-07-061-32/+32
* use underscore variants of _BYTE_ORDER macros which are always definedtedu2006-04-271-13/+13
* advertisment -> advertisement; from leonardo chiquitto filhojmc2006-03-071-3/+3
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-151-1/+25
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-19/+19
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-18/+45
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* whitespaceitojun2002-06-091-2/+2
* fix the use of "cuz" in the tree; these are all in commentsjsyn2002-06-091-3/+3
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-3/+7
* move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameitojun2002-05-291-6/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-12/+12
* move experimental icmp6 type to 200; 141-142 are used for inverse neighboritojun2001-12-281-4/+4
* correct icmp6 MIB counter mistakeitojun2001-12-071-3/+1
* put __attribute__ to header decls to avoid align strangeness. sync with kameitojun2001-12-061-21/+25
* Inclusion protection.angelos2001-06-091-3/+2
* by default, don't bark on inbound ND messages, as outsider may be able toitojun2001-02-071-3/+11
* fix router renumbering bit decl for little endian. KAME PR 320itojun2001-01-221-4/+4
* sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.itojun2001-01-211-8/+8
* nuke #ifdef TCP6 (no longer supported).itojun2000-12-111-3/+12
* little bit of sync with kame ($KAME, s/u_char/u_int8_t/)itojun2000-10-101-2/+2
* bring in icmp rate limitation code.itojun2000-10-101-2/+4
* - upgrade icmp6 node information query support to 06 draft.itojun2000-08-191-3/+4
* typo in #define. ICMP6_NI_SUCESS -> SUCCESS.itojun2000-08-031-4/+5
* - more icmp6/ip6 stats.itojun2000-07-061-80/+79
* update icmp6 name lookup code to conform to 05 draft. previous codeitojun2000-06-121-6/+9
* change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/,itojun2000-03-091-6/+6
* upgrade node information query protocol support from 04 draft toitojun2000-02-281-3/+28
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-23/+5
* for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h.itojun2000-02-071-3/+619
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+37