| Commit message (Expand) | Author | Age | Files | Lines |
* | A number of patches in the last years have created new return paths | harti | 2003-08-13 | 1 | -0/+21 |
* | Unify the "send high" and "recover" variables as specified in the | hsu | 2003-07-15 | 1 | -19/+24 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 1 | -0/+1 |
* | Correct a bug introduced with reduced TCP state handling; make | rwatson | 2003-05-07 | 1 | -1/+1 |
* | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -0/+1 |
* | Observe conservation of packets when entering Fast Recovery while | hsu | 2003-04-01 | 1 | -3/+21 |
* | Greatly simplify the unlocking logic by holding the TCP protocol lock until | hsu | 2003-03-13 | 1 | -8/+2 |
* | Add support for RFC 3390, which allows for a variable-sized | hsu | 2003-03-13 | 1 | -2/+9 |
* | Implement the Limited Transmit algorithm (RFC 3042). | hsu | 2003-03-12 | 1 | -0/+14 |
* | Remove a panic(); if the zone allocator can't provide more timewait | jlemon | 2003-03-08 | 1 | -4/+3 |
* | In timewait state, if the incoming segment is a pure in-sequence ack | jlemon | 2003-02-26 | 1 | -2/+4 |
* | The TCP protocol lock may still be held if the reassembly queue dropped FIN. | jlemon | 2003-02-26 | 1 | -1/+2 |
* | tcp_twstart() need to be called with the TCP protocol lock held to avoid | hsu | 2003-02-24 | 1 | -6/+8 |
* | Pass the right function to callout_reset() for a compressed | hsu | 2003-02-24 | 1 | -1/+1 |
* | Yesterday just wasn't my day. Remove testing delta that crept into the diff. | jlemon | 2003-02-23 | 1 | -1/+1 |
* | Check to see if the TF_DELACK flag is set before returning from | jlemon | 2003-02-22 | 1 | -8/+7 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -30/+186 |
* | Correct comments. | jlemon | 2003-02-19 | 1 | -7/+4 |
* | Clean up delayed acks and T/TCP interactions: | jlemon | 2003-02-19 | 1 | -28/+27 |
* | The protocol lock is always held in the dropafterack case, so we don't | hsu | 2003-02-13 | 1 | -2/+2 |
* | Add the TCP flags to the log message whenever log_in_vain is 1, not | cjc | 2003-02-02 | 1 | -8/+3 |
* | Fix NewReno. | hsu | 2003-01-13 | 1 | -41/+44 |
* | Remove the PAWS ack-on-ack debugging printf(). | dillon | 2002-12-30 | 1 | -5/+2 |
* | Unravel a nested conditional. | hsu | 2002-12-20 | 1 | -21/+12 |
* | Fix syntax in last commit. | dillon | 2002-12-17 | 1 | -3/+3 |
* | Bruce forwarded this tidbit from an analysis Van Jacobson did on an | dillon | 2002-12-14 | 1 | -1/+6 |
* | a better solution to building FAST_IPSEC w/o INET6 | sam | 2002-11-10 | 1 | -4/+0 |
* | fixup FAST_IPSEC build w/o INET6 | sam | 2002-11-08 | 1 | -1/+4 |
* | - Consistently update snd_wl1, snd_wl2, and rcv_up in the header | jeff | 2002-10-31 | 1 | -1/+15 |
* | Don't need to check if SO_OOBINLINE is defined. | hsu | 2002-10-30 | 1 | -13/+8 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+19 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | Guido found another bug. There is a situation with | dillon | 2002-09-30 | 1 | -0/+1 |
* | Fix issue where shutdown(socket, SHUT_RD) was effectively | silby | 2002-09-22 | 1 | -3/+10 |
* | Guido reported an interesting bug where an FTP connection between a | dillon | 2002-09-17 | 1 | -5/+23 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Enclose IPv6 addresses in brackets when they are displayed printable with a | jmallett | 2002-08-19 | 1 | -3/+7 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+6 |
* | Cosmetic-only changes for readability. | hsu | 2002-08-17 | 1 | -326/+278 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Reset dupack count in header prediction. | hsu | 2002-08-15 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+13 |
* | Don't shrink socket buffers in tcp_mss(), application might have already | ru | 2002-07-22 | 1 | -2/+4 |
* | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | dillon | 2002-07-19 | 1 | -0/+1 |
* | Avoid unlocking the inp twice if badport_bandlim() returns -1. | hsu | 2002-06-24 | 1 | -2/+4 |
* | Style bug: fix 4 space indentations that should have been tabs. | hsu | 2002-06-24 | 1 | -5/+5 |
* | Move two global variables to automatic variables within the | luigi | 2002-06-23 | 1 | -2/+3 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -9/+14 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -1/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -4/+45 |