| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r266177: | hrs | 2014-10-09 | 1 | -3/+6 |
* | MFC r266494: | hrs | 2014-10-09 | 1 | -10/+7 |
* | MFC r271307: | ae | 2014-10-09 | 1 | -1/+1 |
* | MFC r270927: | ae | 2014-09-08 | 1 | -1/+1 |
* | MFC r270348: | markj | 2014-09-06 | 1 | -6/+6 |
* | MFC r261525: | bz | 2014-08-16 | 1 | -0/+11 |
* | Merge r260524,r260540 | melifaro | 2014-05-08 | 2 | -16/+39 |
* | Merge r263203: garbage collect long time obsoleted (or never used) stuff | glebius | 2014-04-09 | 2 | -18/+0 |
* | o Provide a compatibility shim for netstat(1) to obtain output queue | glebius | 2014-04-03 | 1 | -3/+8 |
* | Merge missed r262819, that fixes broken build. | glebius | 2014-03-23 | 1 | -4/+4 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 3 | -31/+38 |
* | Merge r259562,r259566,r259638,r259645,r260124 by melifaro: | glebius | 2014-03-19 | 7 | -214/+351 |
* | Bulk sync of pf changes from head, in attempt to fixup broken build I | glebius | 2014-03-12 | 3 | -2/+12 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 4 | -3/+90 |
* | Merged /head:r256510,256512,257376,257469,260052: | glebius | 2014-01-27 | 6 | -463/+314 |
* | - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3). | hrs | 2013-08-17 | 1 | -18/+25 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -69/+3 |
* | Sweep unused nlist entries. | glebius | 2013-07-16 | 1 | -48/+26 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 2 | -11/+15 |
* | Add -F fibnum option to specify an FIB number for -r flag. | hrs | 2013-07-12 | 4 | -11/+40 |
* | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | ae | 2013-07-09 | 2 | -5/+5 |
* | Migrate struct carpstats to PCPU counters. | ae | 2013-07-09 | 1 | -1/+1 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -3/+3 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 2 | -5/+5 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 3 | -20/+16 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 3 | -125/+109 |
* | Replace hardcoded numbers. Also use interface-local scope name instead | ae | 2013-04-16 | 1 | -9/+9 |
* | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat from | glebius | 2013-04-10 | 3 | -29/+69 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -124/+130 |
* | Add forgotten .El | melifaro | 2013-03-09 | 1 | -0/+1 |
* | Document netstat -Q flags meaning. | melifaro | 2013-03-09 | 1 | -1/+6 |
* | WARNS=6 compliance | charnier | 2013-02-19 | 6 | -11/+10 |
* | Use pluralies() for "entry"/"entries". | glebius | 2013-01-22 | 1 | -1/+1 |
* | Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to | hrs | 2012-11-17 | 1 | -0/+6 |
* | Show the number of times we block waiting for mbufs. | alfred | 2012-10-25 | 1 | -4/+18 |
* | Remove unused variable. Newer versions of gcc care. | eadler | 2012-10-22 | 1 | -2/+0 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -5/+32 |
* | Allow netstat to be build if INET is not defined in the kernel. | tuexen | 2012-07-16 | 2 | -0/+8 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -1/+4 |
* | Eliminate an unused parameter of static method igmp_stats_live_old(). | delphij | 2012-04-13 | 1 | -2/+2 |
* | With pf 4.5 import the name of pfsync stats sysctl has changed, thus | glebius | 2012-04-04 | 1 | -2/+2 |
* | After r232745, which makes sure __bswap16(), ntohs() and htons() return | dim | 2012-03-09 | 1 | -3/+0 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -3/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -13/+16 |
* | Don't print a warning when using netstat to print | tuexen | 2012-01-25 | 1 | -1/+2 |
* | In ng_socket(4) expose less kernel internals to userland. This commit | glebius | 2012-01-23 | 1 | -8/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+0 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 4 | -8/+8 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | o Convert IPv6 read-only stats sysctls to the read-write ones. | maxim | 2011-12-19 | 1 | -7/+13 |