| Commit message (Expand) | Author | Age | Files | Lines |
* | Now, after r263102 we have ifi_oqdrops in if_data, restore printing of | glebius | 2014-03-19 | 1 | -3/+7 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 2 | -18/+0 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 7 | -363/+38 |
* | Remove IPX support. | glebius | 2014-03-14 | 7 | -583/+44 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -2/+4 |
* | Fix compilation for 32-bit machines. | glebius | 2014-03-06 | 1 | -4/+4 |
* | Hide struct rtentry from userland. | glebius | 2014-03-05 | 1 | -0/+1 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 3 | -31/+37 |
* | Whenever flowtable lookup fails, we do route lookup and then try to | glebius | 2014-02-14 | 1 | -1/+3 |
* | Reword. | adrian | 2014-02-14 | 1 | -1/+1 |
* | Don't insert a flowtable entry if the lle isn't yet valid. | adrian | 2014-02-14 | 1 | -0/+1 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 4 | -3/+87 |
* | Print the MD5 signature information introduced in r221023 in the | bz | 2014-02-05 | 1 | -0/+11 |
* | Bump dates in nestat(1) and route(8) man pages. | melifaro | 2014-01-11 | 1 | -1/+1 |
* | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8). | melifaro | 2014-01-10 | 2 | -15/+38 |
* | Explicitly free rt_tables to please Coverity. | melifaro | 2013-12-31 | 1 | -1/+3 |
* | Claim copyright since I've almost rewritten this file in r256512. | glebius | 2013-12-29 | 1 | -0/+1 |
* | Further split kvm(3) and sysctl interfaces for route table printing. | melifaro | 2013-12-20 | 1 | -72/+89 |
* | Use more fine-grained kvm(3) symbol lookup: routing code retrieves only | melifaro | 2013-12-20 | 7 | -97/+150 |
* | Restore corefiles handling via kvm(3). | melifaro | 2013-12-18 | 3 | -1/+4 |
* | Switch netstat -rn to use standard API for retrieving list of routes | melifaro | 2013-12-18 | 1 | -59/+121 |
* | 'netstat -i' no longer supports working on a vmcore. | glebius | 2013-10-30 | 1 | -3/+1 |
* | Make userland tools honor WITHOUT_PF build option. | glebius | 2013-10-29 | 3 | -2/+12 |
* | Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of | glebius | 2013-10-15 | 4 | -450/+307 |
* | Remove obtained, but never used data. | glebius | 2013-10-15 | 1 | -10/+5 |
* | - 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 |