| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabled | Yoshinobu Inoue | 2000-02-09 | 1 | -4/+13 |
| * | Fix a (mostly harmless) scheduling-in-the-past problem with | Luigi Rizzo | 2000-02-04 | 1 | -6/+6 |
| * | The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were both | Archie Cobbs | 2000-02-02 | 1 | -1/+1 |
| * | Mention what PKT_ALIAS_PROXY_ONLY does. | Brian Somers | 2000-02-02 | 1 | -1/+6 |
| * | Sorry in this just befor code freeze commit. | Yoshinobu Inoue | 2000-01-29 | 2 | -12/+67 |
| * | Mitigate the stream.c attacks | Warner Losh | 2000-01-28 | 3 | -33/+65 |
| * | Avoid m_len and m_pkthdr.len inconsistency when changing m_len | Yoshinobu Inoue | 2000-01-25 | 2 | -0/+4 |
| * | Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used | Yoshinobu Inoue | 2000-01-25 | 2 | -16/+10 |
| * | Move the *intrq variables into net/intrq.c and unconditionally | Brian Somers | 2000-01-24 | 1 | -1/+2 |
| * | Fixed the problem that IPsec connection hangs when bigger data is sent. | Yoshinobu Inoue | 2000-01-15 | 5 | -0/+15 |
| * | Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). | Yoshinobu Inoue | 2000-01-15 | 2 | -2/+2 |
| * | Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). | Yoshinobu Inoue | 2000-01-15 | 2 | -4/+4 |
| * | add forward declarations, and small cosmetic changes. | Yoshinobu Inoue | 2000-01-15 | 1 | -2/+7 |
| * | Apply patches in rev 1.2 and 1.9 that I forgot | Guido van Rooij | 2000-01-14 | 1 | -2/+3 |
| * | Replace beforeinstall target with new variables used by .mk system. | Rodney W. Grimes | 2000-01-14 | 1 | -4/+1 |
| * | Bring over ipfilter kernel sources, including merging the local modifications. | Guido van Rooij | 2000-01-13 | 15 | -224/+429 |
| * | Change struct sockaddr_storage member name, because following change | Yoshinobu Inoue | 2000-01-13 | 1 | -9/+9 |
| * | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree() | Yoshinobu Inoue | 2000-01-13 | 2 | -2/+8 |
| * | add a comment for some possible? IPv4 option processing. | Yoshinobu Inoue | 2000-01-13 | 2 | -0/+2 |
| * | removed incorrect ip6 length setting for IPv6 tcp reset packet. | Yoshinobu Inoue | 2000-01-13 | 2 | -2/+0 |
| * | MGETHDR() does not initialize m_pkthdr.rcvif, do it here. | Ruslan Ermilov | 2000-01-10 | 1 | -0/+1 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 12 | -726/+2870 |
| * | enable IPsec over DUMMYNET again | Yoshinobu Inoue | 2000-01-09 | 1 | -17/+14 |
| * | prevent kernel panic which happens when either of IPSEC and IPDIVERT | Yoshinobu Inoue | 2000-01-08 | 1 | -1/+1 |
| * | Add ipfw hooks for the new dummynet features. | Luigi Rizzo | 2000-01-08 | 2 | -69/+99 |
| * | Cleanup dummynet call interface so it should now work on the Alpha | Luigi Rizzo | 2000-01-08 | 1 | -5/+7 |
| * | Implement per-flow queueing. Using a single pipe config rule, | Luigi Rizzo | 2000-01-08 | 2 | -404/+763 |
| * | KERNEL -> _KERNEL | Eivind Eklund | 2000-01-05 | 5 | -5/+5 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 20 | -34/+34 |
| * | Make tcp_drain() actually do something. When invoked (usually as a | Mike Smith | 1999-12-28 | 2 | -0/+58 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 27 | -93/+1121 |
| * | Change incorrect NULLs to 0s | Eivind Eklund | 1999-12-21 | 2 | -6/+6 |
| * | The ipfilter module name wasn't exactly conventional.. | Peter Wemm | 1999-12-20 | 1 | -1/+1 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 2 | -2/+2 |
| * | Use SEQ_* macros for comparing sequence space numbers. | Jonathan Lemon | 1999-12-14 | 2 | -4/+4 |
| * | Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it | Yoshinobu Inoue | 1999-12-13 | 2 | -5/+0 |
| * | According to RFC 793, a reset should be honored if the sequence number | Jonathan Lemon | 1999-12-11 | 2 | -14/+12 |
| * | Fix a '&&' that should have been a '&'. | Archie Cobbs | 1999-12-10 | 1 | -1/+1 |
| * | Fix several typos. | Archie Cobbs | 1999-12-09 | 1 | -17/+17 |
| * | Make this buildable with MROUTING defined. | Yoshinobu Inoue | 1999-12-08 | 1 | -1/+1 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 14 | -66/+707 |
| * | Last minute patch that I forgot to apply: check return code of iplattach() | Guido van Rooij | 1999-12-06 | 1 | -0/+2 |
| * | Revive mlfk_ipl here. This version is slightly changed from | Guido van Rooij | 1999-12-06 | 6 | -12/+181 |
| * | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | Archie Cobbs | 1999-12-06 | 6 | -191/+234 |
| * | Change the delayed ack time from 200ms to 100ms. | Jonathan Lemon | 1999-12-02 | 1 | -1/+1 |
| * | RTFREE the correct route entry in dummynet_io(). The previous | Luigi Rizzo | 1999-11-26 | 1 | -3/+3 |
| * | Get rid of useless osreldate include for KLD/LKM modules (sys/param.h | Guido van Rooij | 1999-11-23 | 1 | -2/+0 |
| * | Add kernel parts of revived ipfilter (3.3.3.) | Guido van Rooij | 1999-11-23 | 19 | -0/+10805 |
| * | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 7 | -29/+225 |
| * | Fix a warning and a potential panic if TCPDEBUG is active. (tp is | Peter Wemm | 1999-11-18 | 1 | -0/+2 |