summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
AgeCommit message (Expand)Author
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-11-12netstat: fix missing tab in icmp6 outputKristof Provost
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-31netinet6: Fix mbuf leak in NDPArseny Smalyuk
2020-10-19icmp6: Count packets dropped due to an invalid hop limitMark Johnston
2020-03-04Add new ICMPv6 counters for Anti-DoS limits.Bjoern A. Zeeb
2019-08-01IPv6 cleanup: netstatBjoern A. Zeeb
2019-04-19Add stat counter for ipv6 atomic fragmentsTom Jones
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-07usr.bin/netstat: strcpy -> strlcpyAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-05When displaying netstat details with libxo in JSONHajimu UMEMOTO
2017-01-05Use strlcpy and snprintf in netstat(1).Xin LI
2016-08-17Fix the output for scope statistics.Michael Tuexen
2016-08-17Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-01- Add -W flag support for network column in intpr() (-i flag) andHiroki Sato
2015-04-06Stop including if_var.h from userland.Gleb Smirnoff
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-09-09Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov
2014-09-01Add the reverse part to rule #9. Also change its description in theAndrey V. Elsukov
2014-08-22Suppress warnings when retrieving protocol stats from interfaces thatMark Johnston
2013-08-17- Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3).Hiroki Sato
2013-07-09Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov
2013-04-16Replace hardcoded numbers. Also use interface-local scope name insteadAndrey V. Elsukov
2013-02-19WARNS=6 compliancePhilippe Charnier
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-12-19o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-11-27Fix typo.Rebecca Cran
2009-04-29Add MLDv2 statistic IDs to netstat for IPv6 stack.Bruce M Simpson
2009-02-01Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb
2009-01-13o Respect -ss flags (suppress zero counters) for icmp6 "histogramMaxim Konovalov
2008-12-26o Fix grammar.Maxim Konovalov
2008-03-18Change .8s port name restriction to .15s.Hajimu UMEMOTO
2008-01-02style(9)David E. O'Brien
2007-07-16Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin
2007-02-24Use sysctl(2), not kvm(3), to read IPv6 multicast information fromBruce M Simpson
2006-07-28Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy
2006-07-14Not having ipv6 in your kernel is not an error and should not be reported.Julian Elischer
2004-07-28Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder
2004-07-26Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier
2004-02-05printed statistics about source address selection rules.Hajimu UMEMOTO
2004-02-05stops program if kvm_read fails.Hajimu UMEMOTO
2003-01-14 o Typo/Grammar fixesMike Makonnen
2002-09-05Warns cleanups for netstat:David Malone
2002-04-28Cast to kill warnings. De-register.Mark Murray
2001-09-07Deprecate the -l option in favour of more natural -W.Ruslan Ermilov