| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -22/+19 |
* | Limit the maximum permissible TCP window size to 65535 octets if | ps | 2000-02-28 | 1 | -1/+4 |
* | Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used | shin | 2000-01-25 | 1 | -8/+5 |
* | Fixed the problem that IPsec connection hangs when bigger data is sent. | shin | 2000-01-15 | 1 | -0/+1 |
* | Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). | shin | 2000-01-15 | 1 | -1/+1 |
* | Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). | shin | 2000-01-15 | 1 | -2/+2 |
* | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree() | shin | 2000-01-13 | 1 | -1/+4 |
* | removed incorrect ip6 length setting for IPv6 tcp reset packet. | shin | 2000-01-13 | 1 | -1/+0 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -68/+500 |
* | Make tcp_drain() actually do something. When invoked (usually as a | msmith | 1999-12-28 | 1 | -0/+29 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -2/+2 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+1 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+6 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -4/+2 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -3/+35 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible to | jlemon | 1999-08-26 | 1 | -1/+6 |
* | Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These take | green | 1999-07-11 | 1 | -1/+33 |
* | Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable. | msmith | 1999-07-05 | 1 | -3/+2 |
* | Close a race window where a tcp socket is closed while tcp_pcblist is | tegge | 1999-06-16 | 1 | -2/+7 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -11/+11 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -2/+2 |
* | Nuke all the stupid ffs() stuff and use powerof2() instead. | msmith | 1999-02-04 | 1 | -2/+2 |
* | Fix power-of-2 check for the TCB hash size. | msmith | 1999-02-04 | 1 | -2/+2 |
* | Make TCBHASHSIZE a boot-time tunable as well, taking its value from the | msmith | 1999-02-03 | 1 | -4/+14 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | The below patch helps to reduce the leakage of internal socket information | guido | 1998-11-15 | 1 | -2/+3 |
* | RFC 1644 has the status "Experimental Protocol", which means: | phk | 1998-09-06 | 1 | -2/+2 |
* | Re-implement tcp and ip fragment reassembly to not store pointers in the | dfr | 1998-08-24 | 1 | -15/+12 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -25/+92 |
* | Fixed style bugs (mostly) in previous commit. | bde | 1998-03-28 | 1 | -5/+7 |
* | Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates | wollman | 1998-03-24 | 1 | -8/+46 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -5/+5 |
* | Make TCP_COMPAT_42 a new style option. | eivind | 1998-01-25 | 1 | -1/+2 |
* | Fix an incredibly horrible bug in the ipfw code | julian | 1997-12-19 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -5/+1 |
* | Make TCPDEBUG a new-style option. | joerg | 1997-09-16 | 1 | -1/+3 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 1 | -4/+5 |
* | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 1 | -2/+2 |
* | Improved performance of hash algorithm while (hopefully) not reducing | dg | 1997-03-03 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Fix the mechanism for choosing wehether to save the slow-start threshold | wollman | 1997-02-14 | 1 | -2/+19 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Eliminate some more references to separate ip_v and ip_hl fields. | wollman | 1996-07-24 | 1 | -2/+4 |
* | Better selection of initial retransmit timeout when no cached | wollman | 1996-06-14 | 1 | -6/+4 |
* | Correct formula for TCP RTO calculation. Also try to do a better job in | wollman | 1996-06-05 | 1 | -4/+2 |
* | In tcp_respond(), check that ro->ro_rt is non-null before RTFREEing | wollman | 1996-03-27 | 1 | -2/+2 |
* | Make sure tcp_respond() always calls ip_output() with a valid | wollman | 1996-03-22 | 1 | -1/+8 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |
* | Fix a nagging divide-by-zero error resulting from the MTU discovery code | wollman | 1995-12-20 | 1 | -2/+20 |