summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_vtw.c
AgeCommit message (Expand)Author
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-10-28inpcb: separate inpcb again to reduce the size of PCB for IPv4ozaki-r
2022-10-28inpcb: integrate data structures of PCB into oneozaki-r
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2018-05-03Remove now unused tcpip.h includes. Some were already unused before.maxv
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-13Remove unnecessary inclusions of nd6.hozaki-r
2016-07-28PR kern/51371: avoid shifting negative valuesmartin
2016-04-26Sweep unnecessary route.h inclusionsozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2015-03-31Remove unnecessary opt_ipsec.h inclusionsozaki-r
2014-11-10Do not uselessly include <sys/malloc.h>.maxv
2014-09-05Don't use C++ keywords (class, template) as variablesmatt
2013-09-15ifdef a variable like its usemartin
2012-04-13add a big commentyamt
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-06Don't allocate resources for vtw until/unless it is enabled. This willdyoung
2011-06-03Don't sleep until memory becomes available.dyoung
2011-06-03Defer scheduling vtw_tick() and setting the vtw hooks untildyoung
2011-05-17typo in commentdholland
2011-05-11use getmicrouptime(9) rather than microtime(9) for TIME_WAIT durationdrochner
2011-05-06remove an empty functiondrochner
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung