| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -730/+2874 |
* | 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 | -406/+765 |
* | 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 | -192/+235 |
* | 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 |
* | The logic for blackhole processing does not free mbufs if the | Poul-Henning Kamp | 1999-11-17 | 1 | -0/+2 |
* | add two more codes to ICMP error 12 (Parameter Problem). | Jonathan M. Bresler | 1999-11-15 | 1 | -0/+2 |
* | Restore sub-chapters order. | Alexey Zelkin | 1999-11-09 | 1 | -19/+16 |
* | Undo rev 1.10, which took out TH_FIN from the CLOSING state. This | Jonathan Lemon | 1999-11-07 | 1 | -1/+1 |
* | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 13 | -35/+120 |
* | Append missing newline to log() message for permanent ARP modification | Sheldon Hearn | 1999-10-18 | 1 | -1/+1 |
* | Nuke the old antique copy of ipfilter from the tree. This is old enough | Peter Wemm | 1999-10-10 | 18 | -9034/+0 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | Brian Feldman | 1999-10-09 | 2 | -4/+4 |
* | Properly handle the case when either the aliasing or source address of | Ruslan Ermilov | 1999-09-27 | 1 | -26/+66 |
* | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
* | ReLink() partial links in FindLinkOut() in the same manner as we do it | Ruslan Ermilov | 1999-09-22 | 1 | -7/+15 |
* | Restore previous version of FindLinkIn(). | Ruslan Ermilov | 1999-09-21 | 1 | -9/+8 |
* | - Make partially specified permanent links (without `dst_addr' and/or | Ruslan Ermilov | 1999-09-21 | 1 | -11/+25 |
* | sys/errno.h -> errno.h | Brian Somers | 1999-09-21 | 1 | -1/+1 |