| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -8/+8 |
* | Add scope zone id to the in_endpoints and hc_metrics structures. | Andrey V. Elsukov | 2014-09-10 | 1 | -3/+5 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | - Update cachelimit after hashsize and bucketlimit were set. | Andrey Zonov | 2012-10-19 | 1 | -6/+11 |
* | Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl. | Mikolaj Golub | 2012-07-03 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -4/+4 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -2/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -2/+2 |
* | Properly free resources when destroying the TCP hostcache while | Bjoern A. Zeeb | 2010-02-09 | 1 | -12/+32 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -29/+20 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -0/+1 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+12 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | Marko Zec | 2009-05-08 | 1 | -1/+1 |
* | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -2/+4 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -9/+9 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -4/+4 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
* | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 1 | -43/+0 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -14/+29 |
* | Wrap an 81 column SYSCTL_NODE decleration. | Brooks Davis | 2008-09-01 | 1 | -1/+2 |
* | Fix typo in comment. | Rui Paulo | 2008-08-28 | 1 | -1/+1 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | Julian Elischer | 2008-08-20 | 1 | -4/+3 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | Julian Elischer | 2008-08-20 | 1 | -6/+11 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -66/+67 |
* | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -2/+3 |
* | Replace a constant with an already defined symbolic name for it. | Yaroslav Tykhiy | 2007-06-08 | 1 | -1/+1 |
* | Add a sysctl for the purge run interval so that it can | Yaroslav Tykhiy | 2007-06-08 | 1 | -3/+8 |
* | In tcp_hc_insert() we may have the case where we have hit the global | Andre Oppermann | 2007-06-07 | 1 | -0/+6 |
* | Normalize spelling and grammar in TCP hostcache comments. | Robert Watson | 2007-05-27 | 1 | -67/+66 |
* | Match up SYSCTL declarations in style. | Andre Oppermann | 2007-03-21 | 1 | -8/+8 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -1/+4 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Minor grammer fix in comment. | Robert Watson | 2004-12-05 | 1 | -1/+2 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -60/+0 |
* | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -11/+11 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
* | Correct the displayed bandwidth calculation for a readout via sysctl. The | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
* | Fix a potential race when purging expired hostcache entries. | Andre Oppermann | 2004-04-23 | 1 | -3/+3 |
* | Swap destination and source arguments of two bcopy() calls. | Andre Oppermann | 2003-12-02 | 1 | -2/+2 |
* | Fix an optimization where I made an ifdef'd out section to broad. | Andre Oppermann | 2003-11-28 | 1 | -4/+4 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -0/+728 |