]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet/tcp_subr.c
Fix markup.
[FreeBSD/FreeBSD.git] / sys / netinet / tcp_subr.c
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-29 maximo Convert w/spaces to tabs in the previous commit.
2006-09-29 silbyRather than autoscaling the number of TIME_WAIT sockets...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-08 glebiusAdd a sysctl net.inet.tcp.nolocaltimewait that allows...
2006-09-07 ruBack when we had T/TCP support, we used to apply different
2006-09-06 andreFirst step of TSO (TCP segmentation offload) support...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-06 glebiuso Backout rev. 1.125 of in_pcb.c. It appeared to behave...
2006-09-05 glebiusFinally fix rev. 1.256
2006-09-05 glebiusRemove extra parenthesis in last commit.
2006-09-05 glebius- Make net.inet.tcp.maxtcptw modifiable at run time.
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 mohansFix for a bug that causes the computation of "len"...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-11 mohansFixes an edge case bug in timewait handling where ticks...
2006-08-02 rwatsonMove soisdisconnected() in tcp_discardcb() to one of...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-21 rwatsonChange semantics of socket close and detach. Add a...
2006-07-18 upsFix race conditions on enumerating pcb lists by moving...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-04-25 rwatsonAbstract inpcb drop logic, previously just setting...
2006-04-23 rwatsonReplace isn_mtx direct use with ISN_*() lock macros...
2006-04-22 rwatsonIntroduce a new TCP mutex, isn_mtx, which protects...
2006-04-21 psAllow for nmbclusters and maxsockets to be increased...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-04 glebiusAdd a tunable net.inet.tcp.maxtcptw, that allows to...
2006-04-04 rwatsonBefore dereferencing intotw() when INP_TIMEWAIT, check...
2006-04-03 rwatsonIn TCP notify routines, check inpcb for INP_TIMEWAIT...
2006-04-03 rwatsonChange inp_ppcb from caddr_t to void *, fix/remove...
2006-04-03 rwatsonStyle tweaks: convert to ANSI from K&R function prototypes.
2006-04-03 rwatsonUpdate comment on tcp_close() for new world order.
2006-04-03 rwatsonFix up locking surrounding tcp_drop sysctl: in the...
2006-04-01 rwatsonProperly handle an edge case previously not handled...
2006-04-01 rwatsonUpdate TCP for infrastructural changes to the socket...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-16 andreHave TCP Inflight disable itself if the RTT is below...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
next