summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_hostcache.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Minor grammer fix in comment.Robert Watson2004-12-051-1/+2
* Remove RFC1644 T/TCP support from the TCP side of the network stack.Andre Oppermann2004-11-021-60/+0
* White space cleanup for netinet before branch:Robert Watson2004-08-161-11/+11
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andAndre Oppermann2004-08-111-1/+1
* Correct the displayed bandwidth calculation for a readout via sysctl. TheAndre Oppermann2004-08-111-1/+1
* Fix a potential race when purging expired hostcache entries.Andre Oppermann2004-04-231-3/+3
* Swap destination and source arguments of two bcopy() calls.Andre Oppermann2003-12-021-2/+2
* Fix an optimization where I made an ifdef'd out section to broad.Andre Oppermann2003-11-281-4/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-0/+728