summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
AgeCommit message (Expand)Author
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-08-11print pmtu TCB variablesMarkus Friedl
2005-08-11New counter for not joined IPv4 multicast groups.Marco Pfatschbacher
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-04-05add tcp sack stats, similar to freebsd; ok deraadtMarkus Friedl
2005-03-30spacingTheo de Raadt
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
2004-11-17Add missing counters to 'netstat -sp carp' output.Ryan Thomas McBride
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
2004-04-28carp stats cleanup:Ryan Thomas McBride
2004-04-28pfsync stats fixups:Ryan Thomas McBride
2004-04-24print tcps_rcvacktooold; ok henningMarkus Friedl
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-26better englishMarkus Friedl
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-01-15print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@Markus Friedl
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-10-25#undef p2 in carp_stats()Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
2003-02-01ansiTheo de Raadt
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
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
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
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