| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvs | cvs2svn | 1997-03-27 | 1 | -1/+1 |
| * | Bring in comment fix from -current. | Bill Fenner | 1997-03-02 | 1 | -11/+10 |
| * | Fix my misplaced patch from yesterday... *blush* | Joerg Wunsch | 1997-02-03 | 1 | -2/+2 |
| * | YAMFC (revisions 1.4, 1.56, and 1.48, respectively) | Joerg Wunsch | 1997-02-02 | 1 | -1/+2 |
| * | Merge from -current | Poul-Henning Kamp | 1996-11-11 | 1 | -1/+11 |
| * | Changed args to the nat functions. | Søren Schmidt | 1996-10-22 | 1 | -2/+2 |
| * | All three files: make COMPAT_IPFW==0 case work again. | Garrett Wollman | 1996-10-07 | 1 | -2/+2 |
| * | Add hooks for an IP NAT module, much like the firewall stuff... | Søren Schmidt | 1996-08-21 | 1 | -1/+14 |
| * | Adding changes to ipfw and the kernel to support ip packet diversion.. | Julian Elischer | 1996-07-10 | 1 | -6/+27 |
| * | Changed some memcpy()'s back to bcopy()'s. | Bruce Evans | 1996-06-08 | 1 | -5/+5 |
| * | Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly | Garrett Wollman | 1996-05-22 | 1 | -1/+10 |
| * | Fix an embarresing error on my part that made the IP_PORTRANGE options | Peter Wemm | 1996-05-21 | 1 | -1/+2 |
| * | Add three new route flags to help determine what sort of address | Garrett Wollman | 1996-05-06 | 1 | -5/+10 |
| * | Fixed in-line IP header checksumming. It was performed on the wrong header | Bruce Evans | 1996-04-21 | 1 | -2/+2 |
| * | Three speed-ups in the output path (two small, one substantial): | Garrett Wollman | 1996-04-18 | 1 | -39/+51 |
| * | Add feature for tcp "established". | Poul-Henning Kamp | 1996-04-03 | 1 | -8/+6 |
| * | Add missing splx(s) in IP_MULTICAST_IF | Bill Fenner | 1996-03-26 | 1 | -1/+2 |
| * | Fix ip option processing for raw IP sockets. This whole thing is a compromise | Paul Traina | 1996-03-13 | 1 | -1/+4 |
| * | Move or add #include <queue.h> in preparation for upcoming struct socket | David Greenman | 1996-03-11 | 1 | -2/+2 |
| * | The new firewall functionality: | Poul-Henning Kamp | 1996-02-24 | 1 | -2/+2 |
| * | Big sweep over the IPFIREWALL and IPACCT code. | Poul-Henning Kamp | 1996-02-23 | 1 | -11/+9 |
| * | Make the default behavior of local port assignment match traditional | Peter Wemm | 1996-02-22 | 1 | -1/+44 |
| * | Added a comment about why trying to make a one-behind cache for | Garrett Wollman | 1995-12-19 | 1 | -1/+18 |
| * | Path MTU Discovery is now standard. | Garrett Wollman | 1995-12-05 | 1 | -3/+3 |
| * | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -6/+12 |
| * | The ability to administratively change the MTU of an interface presents | Garrett Wollman | 1995-10-16 | 1 | -1/+15 |
| * | Fix test for determining when RSVP is inactive in a router. (In this | Garrett Wollman | 1995-07-26 | 1 | -2/+2 |
| * | Slightly modify my previous change to return EINVAL instead of | Joerg Wunsch | 1995-07-02 | 1 | -4/+2 |
| * | I saw a very low-key commit message on the netbsd mailing lists and | Joerg Wunsch | 1995-07-01 | 1 | -2/+4 |
| * | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | Garrett Wollman | 1995-06-13 | 1 | -10/+15 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. | David Greenman | 1995-05-09 | 1 | -6/+6 |
| * | Cleanup loopback interface support. | Paul Traina | 1995-04-26 | 1 | -3/+4 |
| * | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | David Greenman | 1995-04-09 | 1 | -1/+2 |
| * | This should be splimp() rather than splnet() since ifaddrs might go away | Garrett Wollman | 1995-03-20 | 1 | -4/+4 |
| * | Fix race conditions involved in setting IP multicast options. This should | Garrett Wollman | 1995-03-20 | 1 | -1/+17 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -3/+1 |
| * | Actual firewall change. | Ugen J.S. Antsilevich | 1995-01-12 | 1 | -9/+4 |
| * | Call rtalloc_ign() so that protocol cloning will not occur at the IP layer. | Garrett Wollman | 1994-12-13 | 1 | -2/+11 |
| * | Add match by interface from which packet arrived (via) | Ugen J.S. Antsilevich | 1994-12-12 | 1 | -2/+4 |
| * | Ugen J.S.Antsilevich's latest, happiest, IP firewall code. | Jordan K. Hubbard | 1994-11-16 | 1 | -1/+17 |
| * | Shuffle some functions and variables around to make it possible for | Garrett Wollman | 1994-09-14 | 1 | -5/+7 |
| * | Disable IPMULTICAST_VIF socket option when MROUTING is not defined, | Garrett Wollman | 1994-09-09 | 1 | -2/+3 |
| * | Initial get-the-easy-case-working upgrade of the multicast code | Garrett Wollman | 1994-09-06 | 1 | -3/+36 |
| * | Fix up some sloppy coding practices: | Garrett Wollman | 1994-08-18 | 1 | -1/+3 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | fixed bug where large amounts of unidirectional UDP traffic would fill | David Greenman | 1994-08-01 | 1 | -0/+10 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -1/+2 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+1064 |