| Commit message (Expand) | Author | Age | Files | Lines |
| * | Greatly simplify the unlocking logic by holding the TCP protocol lock until | Jeffrey Hsu | 2003-03-13 | 1 | -8/+2 |
| * | Add support for RFC 3390, which allows for a variable-sized | Jeffrey Hsu | 2003-03-13 | 1 | -2/+9 |
| * | Implement the Limited Transmit algorithm (RFC 3042). | Jeffrey Hsu | 2003-03-12 | 1 | -0/+14 |
| * | Remove a panic(); if the zone allocator can't provide more timewait | Jonathan Lemon | 2003-03-08 | 1 | -4/+3 |
| * | In timewait state, if the incoming segment is a pure in-sequence ack | Jonathan Lemon | 2003-02-26 | 1 | -2/+4 |
| * | The TCP protocol lock may still be held if the reassembly queue dropped FIN. | Jonathan Lemon | 2003-02-26 | 1 | -1/+2 |
| * | tcp_twstart() need to be called with the TCP protocol lock held to avoid | Jeffrey Hsu | 2003-02-24 | 1 | -6/+8 |
| * | Pass the right function to callout_reset() for a compressed | Jeffrey Hsu | 2003-02-24 | 1 | -1/+1 |
| * | Yesterday just wasn't my day. Remove testing delta that crept into the diff. | Jonathan Lemon | 2003-02-23 | 1 | -1/+1 |
| * | Check to see if the TF_DELACK flag is set before returning from | Jonathan Lemon | 2003-02-22 | 1 | -8/+7 |
| * | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -30/+186 |
| * | Correct comments. | Jonathan Lemon | 2003-02-19 | 1 | -7/+4 |
| * | Clean up delayed acks and T/TCP interactions: | Jonathan Lemon | 2003-02-19 | 1 | -28/+27 |
| * | The protocol lock is always held in the dropafterack case, so we don't | Jeffrey Hsu | 2003-02-13 | 1 | -2/+2 |
| * | Add the TCP flags to the log message whenever log_in_vain is 1, not | Crist J. Clark | 2003-02-02 | 1 | -8/+3 |
| * | Fix NewReno. | Jeffrey Hsu | 2003-01-13 | 1 | -41/+44 |
| * | Remove the PAWS ack-on-ack debugging printf(). | Matthew Dillon | 2002-12-30 | 1 | -5/+2 |
| * | Unravel a nested conditional. | Jeffrey Hsu | 2002-12-20 | 1 | -21/+12 |
| * | Fix syntax in last commit. | Matthew Dillon | 2002-12-17 | 1 | -3/+3 |
| * | Bruce forwarded this tidbit from an analysis Van Jacobson did on an | Matthew Dillon | 2002-12-14 | 1 | -1/+6 |
| * | a better solution to building FAST_IPSEC w/o INET6 | Sam Leffler | 2002-11-10 | 1 | -4/+0 |
| * | fixup FAST_IPSEC build w/o INET6 | Sam Leffler | 2002-11-08 | 1 | -1/+4 |
| * | - Consistently update snd_wl1, snd_wl2, and rcv_up in the header | Jeff Roberson | 2002-10-31 | 1 | -1/+15 |
| * | Don't need to check if SO_OOBINLINE is defined. | Jeffrey Hsu | 2002-10-30 | 1 | -13/+8 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+19 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+1 |
| * | Guido found another bug. There is a situation with | Matthew Dillon | 2002-09-30 | 1 | -0/+1 |
| * | Fix issue where shutdown(socket, SHUT_RD) was effectively | Mike Silbersack | 2002-09-22 | 1 | -3/+10 |
| * | Guido reported an interesting bug where an FTP connection between a | Matthew Dillon | 2002-09-17 | 1 | -5/+23 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 1 | -3/+7 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+6 |
| * | Cosmetic-only changes for readability. | Jeffrey Hsu | 2002-08-17 | 1 | -326/+278 |
| * | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Reset dupack count in header prediction. | Jeffrey Hsu | 2002-08-15 | 1 | -0/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+13 |
| * | Don't shrink socket buffers in tcp_mss(), application might have already | Ruslan Ermilov | 2002-07-22 | 1 | -2/+4 |
| * | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | Matthew Dillon | 2002-07-19 | 1 | -0/+1 |
| * | Avoid unlocking the inp twice if badport_bandlim() returns -1. | Jeffrey Hsu | 2002-06-24 | 1 | -2/+4 |
| * | Style bug: fix 4 space indentations that should have been tabs. | Jeffrey Hsu | 2002-06-24 | 1 | -5/+5 |
| * | Move two global variables to automatic variables within the | Luigi Rizzo | 2002-06-23 | 1 | -2/+3 |
| * | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -9/+14 |
| * | Remove so*_locked(), which were backed out by mistake. | Seigo Tanimura | 2002-06-18 | 1 | -1/+1 |
| * | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -4/+45 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -86/+16 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -16/+86 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -6/+0 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -6/+9 |
| * | Add a global sx sigio_lock to protect the pointer to the sigio object | Seigo Tanimura | 2002-04-27 | 1 | -1/+5 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -0/+2 |