summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_hostcache.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313821 r315277 r315286vangyzen2017-03-171-1/+3
* MFC r311453hiren2017-01-121-0/+5
* MFC r306464hiren2016-10-141-1/+25
* Clean up unused bandwidth entry in the TCP hostcache.hiren2015-12-111-15/+5
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add a new sysctl net.inet.tcp.hostcache.purgenow=1 to expire and purge allhiren2015-05-201-0/+25
* Go back to using sbuf_new() with a preallocated large buffer, to avoidian2015-03-141-1/+4
* Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlian2015-03-141-5/+3
* Use an sbuf to generate the output of the net.inet.tcp.hostcache.listjhb2015-01-251-13/+11
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-8/+8
* Add scope zone id to the in_endpoints and hc_metrics structures.ae2014-09-101-3/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Update cachelimit after hashsize and bucketlimit were set.zont2012-10-191-6/+11
* Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.trociny2012-07-031-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-4/+4
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-2/+2
* Properly free resources when destroying the TCP hostcache whilebz2010-02-091-12/+32
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-29/+20
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-0/+1
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+12
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-081-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-9/+9
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-4/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-43/+0
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-14/+29
* Wrap an 81 column SYSCTL_NODE decleration.brooks2008-09-011-1/+2
* Fix typo in comment.rpaulo2008-08-281-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-4/+3
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-6/+11
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-66/+67
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Replace a constant with an already defined symbolic name for it.yar2007-06-081-1/+1
* Add a sysctl for the purge run interval so that it canyar2007-06-081-3/+8
* In tcp_hc_insert() we may have the case where we have hit the globalandre2007-06-071-0/+6
* Normalize spelling and grammar in TCP hostcache comments.rwatson2007-05-271-67/+66
* Match up SYSCTL declarations in style.andre2007-03-211-8/+8
* MFp4: 92972, 98913 + one more changebz2006-12-121-1/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Minor grammer fix in comment.rwatson2004-12-051-1/+2
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-60/+0
* White space cleanup for netinet before branch:rwatson2004-08-161-11/+11
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-111-1/+1
OpenPOWER on IntegriCloud