| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 1 | -9/+4 |
| * | Clean up delayed acks and T/TCP interactions: | Jonathan Lemon | 2003-02-19 | 1 | -3/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | Optimize away call to bzero() in the common case by directly checking | Jeffrey Hsu | 2003-01-18 | 1 | -6/+3 |
| * | Fix oops in my last commit, I was calculating a new length but then not | Matthew Dillon | 2002-10-16 | 1 | -1/+1 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+5 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -12/+3 |
| * | Update various comments mainly related to retransmit/FIN that I | Matthew Dillon | 2002-10-10 | 1 | -6/+36 |
| * | Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin... | Jennifer Yang | 2002-09-17 | 1 | -0/+2 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+1 |
| * | Assert that the inpcb lock is held when calling tcp_output(). | Jennifer Yang | 2002-08-12 | 1 | -0/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+5 |
| * | Slightly restructure the #ifdef INET6 sections to make the code | Luigi Rizzo | 2002-06-23 | 1 | -31/+19 |
| * | Re-commit w/fix: | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |
| * | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |
| * | Ensure that the syn cache's syn-ack packets contain the same | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -14/+3 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -3/+14 |
| * | Reduce the local network slowstart flightsize from infinity to 4 packets. | Mike Silbersack | 2001-12-14 | 1 | -1/+1 |
| * | Fix up tabs from cut&n&paste. | Jonathan Lemon | 2001-12-13 | 1 | -8/+8 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Fix a bug with transmitter restart after receiving a 0 window. The | Matthew Dillon | 2001-12-02 | 1 | -14/+40 |
| * | The transmit burst limit for newreno completely breaks TCP's performance | Matthew Dillon | 2001-11-30 | 1 | -0/+10 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -1/+1 |
| * | Add a flag TF_LASTIDLE, that forces a previously idle connection | Jayanth Vijayaraghavan | 2001-10-05 | 1 | -1/+8 |
| * | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -10/+2 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -2/+6 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+4 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -2/+0 |
| * | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | Archie Cobbs | 2000-09-11 | 1 | -3/+2 |
| * | Improve performance in the case where ip_output() returns an error. | Archie Cobbs | 2000-08-03 | 1 | -0/+15 |
| * | re-enable the tcp newreno code. | Jayanth Vijayaraghavan | 2000-07-12 | 1 | -1/+1 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -17/+24 |
| * | When attempting to transmit a packet, if the system fails to allocate | Jonathan Lemon | 2000-06-02 | 1 | -0/+4 |
| * | Temporarily turn off the newreno flag until we can track down the known | Jayanth Vijayaraghavan | 2000-05-11 | 1 | -1/+1 |
| * | Implement TCP NewReno, as documented in RFC 2582. This allows | Jonathan Lemon | 2000-05-06 | 1 | -3/+7 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -8/+11 |
| * | Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabled | Yoshinobu Inoue | 2000-02-09 | 1 | -4/+13 |
| * | Fixed the problem that IPsec connection hangs when bigger data is sent. | Yoshinobu Inoue | 2000-01-15 | 1 | -0/+5 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -22/+142 |
| * | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -27/+46 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Added net.inet.tcp.path_mtu_discovery variable which when set to 0 | David Greenman | 1999-05-27 | 1 | -8/+9 |
| * | Two cosmetic changes, one a typo and the other, a clarification. | Julian Elischer | 1999-04-07 | 1 | -2/+2 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -2/+3 |
| * | Fixed overflow and sign extension bugs in | Bruce Evans | 1998-07-13 | 1 | -4/+4 |
| * | Take IP options into account when calculating the allowable length | Bill Fenner | 1998-05-24 | 1 | -4/+13 |
| * | Remove the last traces of TUBA. | Poul-Henning Kamp | 1998-04-06 | 1 | -6/+1 |
| * | Don't depend on "implicit int". | Bruce Evans | 1998-02-20 | 1 | -2/+2 |