summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
AgeCommit message (Collapse)Author
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
ok aaron@
2002-06-09'cuz -> because; deraadt@ ok, pvalchev@ okAaron Campbell
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-05-16display the ECN related statistics.Kenjiro Cho
it is a bit verbose and will be cleaned up once we figure out which counters are more useful than others.
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19Fix gethostname() usage.Mike Pechkin
deraadt@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
Submitted by: Sam Smith <S@mSmith.net> Ok: theo
2001-07-05Make it compile again.Angelos D. Keromytis
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-23Print hardware checksumming statistics.Angelos D. Keromytis
2001-03-03drop packets with 127.0.0.0/8 in header field, if the packet is from outside.Jun-ichiro itojun Hagino
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame
2000-06-30split netstat -an -f inet and netstat -an -f inet6, for consistency.Jun-ichiro itojun Hagino
Suggested by: fgs
2000-06-15Reflect reality in the error messages.Angelos D. Keromytis
2000-03-20Print statistics about crypto failures in IPsec processing.Angelos D. Keromytis
2000-01-21ip4 -> ipipAngelos D. Keromytis
2000-01-09Add new ESP/AH statistic.Angelos D. Keromytis
2000-01-05s/input histogram/input packet/histogram/Jun-ichiro itojun Hagino
suggested by: deraadt
2000-01-03add missing stat items in ip section.Jun-ichiro itojun Hagino
1999-12-09Add "unspecified tunnel endpoint" statistic.Angelos D. Keromytis
1999-12-09Protocol family mismatch counter for IP-IP.Angelos D. Keromytis
1999-12-09Remove unnecessary statistic.Angelos D. Keromytis
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
1999-12-06so sorry angelos, I am too stressed out, reverted my goofup.Niklas Hallqvist
1999-12-06angelos, altering kernel structures may have impact on userland.Niklas Hallqvist
1999-12-06Display esps_badencAngelos D. Keromytis
1999-10-29etherip statisticsAngelos D. Keromytis
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too.
1999-04-09The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-03-27add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingNiels Provos
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company.
1999-02-24Grok protocol/address family PF_KEY.Angelos D. Keromytis
1999-02-18fix netstat -A headerTheo de Raadt
1999-02-17print ips_rcvmemdropTheo de Raadt
1999-02-04report on no udp checksumTheo de Raadt
1998-11-30stats for fast retransmitsNiels Provos
1998-11-25Present new statistics field in ah/esp statsNiklas Hallqvist
1998-03-18Update for new tcp stat.Angelos D. Keromytis
1998-02-27oflow paranoiaTheo de Raadt
1997-11-09also report udp PCB cache misses.Niels Provos
1997-07-28for rpc port names, consider protocol tooTheo de Raadt
1997-07-14Print the new input/output bytes for sipp-ah/sipp-esp/ipencap.Angelos D. Keromytis
1997-07-01typosNiels Provos
1997-06-29Use correct spacing on both 32bit and 64bit machines.Todd C. Miller
1997-06-29Make fields line up nicely for 64-bit addresses. Should probably #ifTodd C. Miller
some things based on sizeof(long).
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1997-06-25show statistics about new timers/countersNiels Provos
1997-06-24Add '#include <stdlib.h>' for malloc()dgregor
1997-06-15change byte counters to u_quad_tTheo de Raadt