| Commit message (Expand) | Author | Age | Files | Lines |
* | Brucification. | bms | 2004-02-13 | 1 | -3/+3 |
* | style(9) pass; whitespace and comments. | bms | 2004-02-12 | 1 | -6/+4 |
* | Fix a typo; left out preprocessor conditional for sigoff variable, which | bms | 2004-02-11 | 1 | -0/+2 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+37 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -7/+0 |
* | Split the overloaded variable 'win' into two for their specific purposes: | andre | 2004-01-22 | 1 | -21/+22 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -26/+16 |
* | replace mtx_assert by INP_LOCK_ASSERT | sam | 2003-11-08 | 1 | -3/+1 |
* | unbreak compilation of FAST_IPSEC | sam | 2003-11-08 | 1 | -1/+1 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -0/+7 |
* | The tcp_trace call needs the length of the header. Unfortunately the | harti | 2003-08-13 | 1 | -1/+5 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | jlemon | 2003-02-19 | 1 | -9/+4 |
* | Clean up delayed acks and T/TCP interactions: | jlemon | 2003-02-19 | 1 | -3/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Optimize away call to bzero() in the common case by directly checking | hsu | 2003-01-18 | 1 | -6/+3 |
* | Fix oops in my last commit, I was calculating a new length but then not | dillon | 2002-10-16 | 1 | -1/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+5 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -12/+3 |
* | Update various comments mainly related to retransmit/FIN that I | dillon | 2002-10-10 | 1 | -6/+36 |
* | Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin... | jennifer | 2002-09-17 | 1 | -0/+2 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+1 |
* | Assert that the inpcb lock is held when calling tcp_output(). | jennifer | 2002-08-12 | 1 | -0/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+5 |
* | Slightly restructure the #ifdef INET6 sections to make the code | luigi | 2002-06-23 | 1 | -31/+19 |
* | Re-commit w/fix: | silby | 2002-06-14 | 1 | -1/+1 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | silby | 2002-06-14 | 1 | -1/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | silby | 2002-06-14 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -14/+3 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -3/+14 |
* | Reduce the local network slowstart flightsize from infinity to 4 packets. | silby | 2001-12-14 | 1 | -1/+1 |
* | Fix up tabs from cut&n&paste. | jlemon | 2001-12-13 | 1 | -8/+8 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 1 | -14/+40 |
* | The transmit burst limit for newreno completely breaks TCP's performance | dillon | 2001-11-30 | 1 | -0/+10 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -1/+1 |
* | Add a flag TF_LASTIDLE, that forces a previously idle connection | jayanth | 2001-10-05 | 1 | -1/+8 |
* | Eliminate the allocation of a tcp template structure for each | silby | 2001-06-23 | 1 | -10/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -2/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+4 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -2/+0 |
* | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | archie | 2000-09-11 | 1 | -3/+2 |
* | Improve performance in the case where ip_output() returns an error. | archie | 2000-08-03 | 1 | -0/+15 |
* | re-enable the tcp newreno code. | jayanth | 2000-07-12 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -17/+24 |
* | When attempting to transmit a packet, if the system fails to allocate | jlemon | 2000-06-02 | 1 | -0/+4 |
* | Temporarily turn off the newreno flag until we can track down the known | jayanth | 2000-05-11 | 1 | -1/+1 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | jlemon | 2000-05-06 | 1 | -3/+7 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -8/+11 |
* | Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabled | shin | 2000-02-09 | 1 | -4/+13 |