aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/icmp6.h
Commit message (Expand)AuthorAgeFilesLines
* icmp6: Fix ICMP6 message type countersMark Johnston2025-01-231-1/+1
* sys/netinet/icmp6.h: Fix buildCy Schubert2024-05-231-1/+1
* sys/netinet/icmp6.h: use C99 uintX_t constants for new PREF64 structLexi Winter2024-05-231-3/+5
* netinet/icmp6: add PREF64 definitions (RFC 8781)Lexi Winter2024-05-231-1/+10
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-081-40/+31
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-241-6/+4
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* pf: apply the network stack's ICMP rate limiting to ICMP errors sent by pfKristof Provost2022-10-141-0/+1
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-0/+1
* mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimoGleb Smirnoff2022-08-171-2/+0
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2022-05-311-0/+1
* icmp6: Count packets dropped due to an invalid hop limitMark Johnston2020-10-191-0/+2
* 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