| Commit message (Expand) | Author | Age | Files | Lines |
| * | Randomize the TCP initial sequence numbers more thoroughly. | Kris Kennaway | 2001-04-17 | 1 | -1/+61 |
| * | MFC candidate. | Jesper Skriver | 2001-03-28 | 1 | -1/+2 |
| * | <sys/queue.h> makeover. | Poul-Henning Kamp | 2001-03-16 | 1 | -6/+4 |
| * | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | Jonathan Lemon | 2001-02-26 | 1 | -42/+23 |
| * | When converting soft error into a hard error, drop the connection. The | Jonathan Lemon | 2001-02-23 | 1 | -3/+7 |
| * | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | Jonathan Lemon | 2001-02-23 | 1 | -67/+11 |
| * | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | Jesper Skriver | 2001-02-22 | 1 | -17/+15 |
| * | Only call in_pcbnotify if the src port number != 0, as we | Jesper Skriver | 2001-02-20 | 1 | -0/+14 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -5/+16 |
| * | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | Poul-Henning Kamp | 2001-02-18 | 1 | -12/+43 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+4 |
| * | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | Poul-Henning Kamp | 2000-12-24 | 1 | -9/+60 |
| * | We currently does not react to ICMP administratively prohibited | Poul-Henning Kamp | 2000-12-16 | 1 | -0/+25 |
| * | Revert the last commit to the callout interface, and add a flag to | Jonathan Lemon | 2000-11-25 | 1 | -5/+5 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -1/+0 |
| * | be careful on mbuf overrun on ctlinput. | Jun-ichiro itojun Hagino | 2000-10-23 | 1 | -1/+6 |
| * | Use stronger random number generation for TCP_ISSINCR and tcp_iss. | Kris Kennaway | 2000-09-29 | 1 | -1/+1 |
| * | Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp, | Bosko Milekic | 2000-09-25 | 1 | -2/+2 |
| * | When a connection is being dropped due to a listen queue overflow, | Jayanth Vijayaraghavan | 2000-07-21 | 1 | -0/+12 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -8/+4 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -3/+3 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -3/+3 |
| * | Let initialize th_sum before in6_cksum(), again. | Yoshinobu Inoue | 2000-04-19 | 1 | -0/+1 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -22/+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 |
| * | Add sysctl descriptions to many SYSCTL_XXXs | Bill Fumerola | 1999-05-03 | 1 | -11/+11 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -2/+2 |
| * | Nuke all the stupid ffs() stuff and use powerof2() instead. | Mike Smith | 1999-02-04 | 1 | -2/+2 |
| * | Fix power-of-2 check for the TCB hash size. | Mike Smith | 1999-02-04 | 1 | -2/+2 |
| * | Make TCBHASHSIZE a boot-time tunable as well, taking its value from the | Mike Smith | 1999-02-03 | 1 | -4/+14 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | The below patch helps to reduce the leakage of internal socket information | Guido van Rooij | 1998-11-15 | 1 | -2/+3 |