Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-16 | add -P to docs and usage/synopsis; ok markus jmc | Jared Yanovich | |
2005-06-15 | add -P for dumping PCB infos, similar to netbsd; ok deraadt@ | Markus Friedl | |
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer | |
2005-06-07 | remove tiny AF_CCITT trace | Henning Brauer | |
2005-05-23 | remove dead and wrong code. | marius eriksen | |
2005-05-15 | simple error message cleanup | Reyk Floeter | |
ok henning@, suggested by deraadt@ | |||
2005-05-02 | - add a small description of final synopsis form | Jason McIntyre | |
- tweak a spacing issue in usage() | |||
2005-04-12 | add '-W interface' for 802.11 wireless statistics of the net80211 stack. | Reyk Floeter | |
ok dlg@ deraadt@ jmc@ | |||
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl | |
2005-03-30 | remove nlist items no longer used; ok henning | Theo de Raadt | |
2005-03-30 | spacing | Theo de Raadt | |
2005-03-30 | kill -S; ok henning | Jared Yanovich | |
2005-03-30 | spacing | Theo de Raadt | |
2005-03-30 | include nlist.h not needed | Theo de Raadt | |
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich | |
2005-03-13 | make 'netstat -i' print carp link addresses correctly. | Marco Pfatschbacher | |
ok mcbride@ | |||
2005-03-04 | remove unneeded casts of if stats; ok krw miod dhartmei | Jared Yanovich | |
2005-03-02 | make counters in struct iftot u_long instead of int, as they overflow | Daniel Hartmeier | |
on amd64. from Peter Philipp. closes PR 4107. | |||
2005-02-10 | backout previous; i committed to wrong repository (i meant to commit kame) | Jun-ichiro itojun Hagino | |
2005-02-10 | dccp support | Jun-ichiro itojun Hagino | |
2005-01-14 | Allow netstat to print PIM statistics. | Ryan Thomas McBride | |
From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@ | |||
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-11-17 | Add missing counters to 'netstat -sp carp' output. | Ryan Thomas McBride | |
From camield@ | |||
2004-10-15 | the default route is exactly 0.0.0.0/0, and nothing else. stop ignoring | Henning Brauer | |
the netmask, do not print a 0.0.0.0/32 route as "default"; it is not. neither is 0.0.0.0/24. | |||
2004-09-09 | printing the raw ip protocol name breaks the protocol loop, so just | Otto Moerbeek | |
print the number. ok henning@ markus@ deraadt@ | |||
2004-07-13 | .Xr tcpdrop 8 , | Jason McIntyre | |
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer | |
2004-06-25 | remove netiso | Henning Brauer | |
2004-06-06 | - add -S to usage() | Jason McIntyre | |
- for some reason -s was also missing from one of them - sync | |||
2004-06-06 | make -S description match the rest of the page (in terms of tense); | Jason McIntyre | |
2004-06-06 | double `the'; | Jason McIntyre | |
2004-06-06 | Add new '-S' flag to display the source selector part of the routing table | Cedric Berger | |
entry. "netstat -nrSf inet". ok deraadt@ mcbride@ | |||
2004-05-07 | Fix some sizeof(ptr) bugs based on diffs from aaron@. | Todd C. Miller | |
Note that this is not code that actually gets compiled. | |||
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker | |
table from these metrics. struct rt_msghdr used by the routing socket is not affected and so most userland apps don't need to be changed. some man page polishing by jmc@ OK henning@ markus@ theo@ | |||
2004-04-28 | carp stats cleanup: | Ryan Thomas McBride | |
- convert counters to 64 bits - remove junk from netstat ok pb@ | |||
2004-04-28 | pfsync stats fixups: | Ryan Thomas McBride | |
- convert counters to 64 bits - add dedicated counters for sanity checks added right before release - clean up netstat output | |||
2004-04-24 | print tcps_rcvacktooold; ok henning | Markus Friedl | |
2004-04-16 | print clusters, not pages. half from millert@ ok deraadt@ millert@ | Ted Unangst | |
2004-04-01 | change -p to restrict output to protocol (not just for -s); | Markus Friedl | |
ok deraadt@, hshoexer@, tdeval@, jmc@ | |||
2004-03-13 | some NULL vs 0 and knf; parts from nimadeus@pandora.be | Theo de Raadt | |
2004-02-29 | print tcps_conndrained; reminder from mcbride@ | Markus Friedl | |
2004-02-26 | better english | Markus Friedl | |
2004-02-26 | print tcps_rcvmemdrop; ok deraadt | Markus Friedl | |
2004-01-15 | print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@ | Markus Friedl | |
2004-01-13 | Fix printf formats and add missing include. | Otto Moerbeek | |
ok mcbride@ deraadt@ | |||
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl | |
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@ | |||
2003-12-27 | Fix cut-n-paste oversight in pfsync_stats(). | Ryan Thomas McBride | |
2003-12-22 | remove a suplicate comment | Michael Shalayeff | |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride | |
Implemented as an in-kernel multicast IP protocol. Turn it on like this: # ifconfig pfsync0 up syncif fxp0 There is not yet any authentication on this protocol, so the syncif must be on a trusted network. ie, a crossover cable between the two firewalls. NOTABLE CHANGES: - A new index based on a unique (creatorid, stateid) tuple has been added to the state tree. - Updates now appear on the pfsync(4) interface; multiple updates may be compressed into a single update. - Applications which use bpf on pfsync(4) will need modification; packets on pfsync no longer contains regular pf_state structs, but pfsync_state structs which contain no pointers. Much more to come. ok deraadt@ | |||
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl | |
ok deraadt@ |