| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Fast IPsec | Sam Leffler | 2003-01-24 | 1 | -0/+8 |
| * | MFC: m_tag support | Sam Leffler | 2003-01-23 | 1 | -8/+3 |
| * | MFC tcp_subr.c 1.147, make the bandwidth delay product algorithm's | Matthew Dillon | 2002-12-17 | 1 | -1/+11 |
| * | MFC the TCP bandwidth-based window limiting code. Default operation is | Matthew Dillon | 2002-08-24 | 1 | -0/+162 |
| * | MFC sysctls to control the TCP retransmit timer. Temporarily default | Matthew Dillon | 2002-08-16 | 1 | -1/+3 |
| * | MFC rev 1.134 | Jesper Skriver | 2002-07-14 | 1 | -1/+1 |
| * | MFC | Mike Silbersack | 2002-04-14 | 1 | -27/+3 |
| * | MFC 1.119: In tcp_respond(), correctly reset returned IPv6 | Hajimu UMEMOTO | 2002-02-26 | 1 | -0/+3 |
| * | MFC: syncache support. | Jonathan Lemon | 2001-12-14 | 1 | -41/+46 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -69/+94 |
| * | MFC: 1.110-1.112: fix style/warning in tcp_new_isn() | Peter Wemm | 2001-07-30 | 1 | -11/+9 |
| * | MFC: 1.110: s/OpemBSD/OpenBSD/ | Peter Wemm | 2001-07-30 | 1 | -1/+1 |
| * | MFC: the TUNABLE_*() API update, but I have left a backwards compatability | Peter Wemm | 2001-07-26 | 1 | -2/+2 |
| * | MFC: Runetime tuneable tcp initial sequence number generation schemes. | Mike Silbersack | 2001-07-08 | 1 | -0/+25 |
| * | MFC of tcp template removal + jlemon's patch to improve header | Mike Silbersack | 2001-07-07 | 1 | -50/+60 |
| * | MFC 1.105: made sure to use the correct sa_len for rtalloc(). | Hajimu UMEMOTO | 2001-07-04 | 1 | -2/+2 |
| * | MFC: Sync with recent KAME. | Hajimu UMEMOTO | 2001-07-03 | 1 | -37/+28 |
| * | MFC: Removal of TCP_COMPAT_42 | Mike Silbersack | 2001-06-22 | 1 | -7/+0 |
| * | MFC: Better TCP initial sequence number randomness from OpenBSD. | Kris Kennaway | 2001-04-18 | 1 | -1/+61 |
| * | MFC | Jesper Skriver | 2001-03-29 | 1 | -1/+2 |
| * | MFC: | David E. O'Brien | 2001-03-05 | 1 | -1/+0 |
| * | MFC: r1.93; drop TCP connection on conversion of soft error to hard error. | Jonathan Lemon | 2001-03-01 | 1 | -3/+7 |
| * | MFC: r1.80; relocate do_tcpdrain sysctl. | Jonathan Lemon | 2001-03-01 | 1 | -2/+2 |
| * | MFC: new handling of ICMP packets | Jonathan Lemon | 2001-03-01 | 1 | -16/+49 |
| * | MFC: | Jesper Skriver | 2001-02-24 | 1 | -3/+14 |
| * | MFC: be careful on mbuf overrun on ctlinput. | Hajimu UMEMOTO | 2000-10-31 | 1 | -1/+6 |
| * | MFC: Use stronger randomness for TCP_ISSINCR and tcp_iss | Kris Kennaway | 2000-09-29 | 1 | -1/+1 |
| * | MFC: | Jayanth Vijayaraghavan | 2000-08-16 | 1 | -0/+12 |
| * | MFC: Sanitize SYSCTL_HANDLER_ARGS. | Paul Saab | 2000-08-03 | 1 | -3/+3 |
| * | MFC: Merge KAME 2000/07/01 code. | Kris Kennaway | 2000-07-15 | 1 | -8/+4 |
| * | MFC: delayed checksum work. This also brings the mbuf size up to 256. | Jonathan Lemon | 2000-05-05 | 1 | -21/+19 |
| * | Limit the maximum permissible TCP window size to 65535 octets if | Paul Saab | 2000-02-28 | 1 | -1/+4 |
| * | Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used | Yoshinobu Inoue | 2000-01-25 | 1 | -8/+5 |
| * | Fixed the problem that IPsec connection hangs when bigger data is sent. | Yoshinobu Inoue | 2000-01-15 | 1 | -0/+1 |
| * | Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). | Yoshinobu Inoue | 2000-01-15 | 1 | -1/+1 |
| * | Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). | Yoshinobu Inoue | 2000-01-15 | 1 | -2/+2 |
| * | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree() | Yoshinobu Inoue | 2000-01-13 | 1 | -1/+4 |
| * | removed incorrect ip6 length setting for IPv6 tcp reset packet. | Yoshinobu Inoue | 2000-01-13 | 1 | -1/+0 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -68/+500 |
| * | Make tcp_drain() actually do something. When invoked (usually as a | Mike Smith | 1999-12-28 | 1 | -0/+29 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -2/+2 |
| * | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 1 | -0/+1 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -0/+6 |
| * | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | Brian Feldman | 1999-09-19 | 1 | -4/+2 |
| * | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -3/+35 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible to | Jonathan Lemon | 1999-08-26 | 1 | -1/+6 |
| * | Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These take | Brian Feldman | 1999-07-11 | 1 | -1/+33 |
| * | Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable. | Mike Smith | 1999-07-05 | 1 | -3/+2 |
| * | Close a race window where a tcp socket is closed while tcp_pcblist is | Tor Egge | 1999-06-16 | 1 | -2/+7 |