| Commit message (Expand) | Author | Age | Files | Lines |
* | When not acting as a router (ipforwarding=0), silently discard source | dg | 1998-07-08 | 1 | -10/+21 |
* | oops ended comment before the comment ended.. | julian | 1998-07-06 | 1 | -2/+2 |
* | Bring back some slight cleanups from 2.2 | julian | 1998-07-06 | 2 | -6/+21 |
* | Don't expect the new code to be used without the right option file being | julian | 1998-07-06 | 1 | -1/+2 |
* | Fix braino in switching to TAILQ macro. | julian | 1998-07-06 | 2 | -4/+4 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 8 | -30/+288 |
* | Remove out of date comment. | julian | 1998-07-02 | 1 | -4/+1 |
* | Remove the option to keep IPFW diversion backwards compatible | julian | 1998-07-02 | 3 | -48/+5 |
* | Byte count statistics of multicast vifs are invalid. | phk | 1998-06-30 | 1 | -2/+2 |
* | Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_ | jhay | 1998-06-27 | 1 | -4/+4 |
* | Add CUSEEME support. This has *not* been tested, nor | brian | 1998-06-24 | 4 | -2/+131 |
* | Removed unused includes. | bde | 1998-06-21 | 3 | -13/+3 |
* | Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline. | peter | 1998-06-20 | 8 | -87/+218 |
* | This commit was generated by cvs2svn to compensate for changes in r37071, | peter | 1998-06-20 | 5 | -14/+32 |
|\ |
|
| * | Import ipfilter 3.2.7 kernel components | peter | 1998-06-20 | 14 | -102/+251 |
* | | fix another typo | julian | 1998-06-15 | 1 | -2/+2 |
* | | Try narrow down the culprit sending undefined packet types through the loopback | julian | 1998-06-14 | 1 | -1/+9 |
* | | Remove 3 occurances of __FUNCTION__ | julian | 1998-06-12 | 1 | -2/+2 |
* | | Go through the loopback code with a broom.. | julian | 1998-06-12 | 3 | -21/+16 |
* | | include opt_ipdivert.h so we get correct options | julian | 1998-06-12 | 1 | -1/+2 |
* | | Allow diverted packets from the transmit side to remember if they | julian | 1998-06-12 | 1 | -27/+26 |
* | | Quieten gcc 2.8.1 | brian | 1998-06-10 | 1 | -2/+2 |
* | | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 3 | -9/+9 |
* | | ip_fil.h has 9 separate declarations of iplioctl() in a disgusting | bde | 1998-06-08 | 2 | -5/+8 |
* | | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 6 | -11/+24 |
* | | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-07 | 1 | -5/+5 |
* | | Don't call PunchFWHole() ifdef NO_FW_PUNCH | brian | 1998-06-06 | 3 | -0/+6 |
* | | Make sure the default value of a dummy variable is 0 | julian | 1998-06-06 | 2 | -4/+4 |
* | | Fix wrong data type for a pointer. | julian | 1998-06-06 | 5 | -16/+17 |
* | | clean up the changes made to ipfw over the last weeks | julian | 1998-06-06 | 6 | -101/+52 |
* | | Spelling corrections. | jkoshy | 1998-06-06 | 1 | -11/+11 |
* | | Reviewed by: Kirk Mckusick (mckusick@mckusick.com) | julian | 1998-06-05 | 1 | -1/+6 |
* | | Reverse the default sense of the IPFW/DIVERT reinjection code | julian | 1998-06-05 | 5 | -42/+42 |
* | | Let the sowwakeup macro decide when to call sowakeup rather than have | peter | 1998-05-31 | 2 | -10/+6 |
* | | Fixed logic in the test to drop ICMP echo and timestamp packets when | dg | 1998-05-26 | 1 | -5/+3 |
* | | Add optional code to change the way that divert and ipfw work together. | julian | 1998-05-25 | 5 | -7/+123 |
* | | Hide the interface name in the sin_zero section of the sockaddr_in | julian | 1998-05-25 | 1 | -8/+50 |
* | | Take the user's "IGNORE_DIVERT" argument from where the user put it | julian | 1998-05-25 | 1 | -5/+7 |
* | | Take IP options into account when calculating the allowable length | fenner | 1998-05-24 | 1 | -4/+13 |
* | | The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95), | dg | 1998-05-24 | 1 | -3/+3 |
* | | Primary verison of NetBIOS over TCP/IP. Now you can connect Windows | amurai | 1998-05-24 | 5 | -4/+622 |
* | | Get more details on the "arpresolve: can't allocate llinfo" bogon. | phk | 1998-05-23 | 1 | -3/+4 |
* | | Fix a typo-bug in ipflow_reap that could cause a NULL pointer | jdp | 1998-05-19 | 1 | -2/+2 |
* | | Move (private) struct ipflow out of ip_var.h, to reduce dependencies | pb | 1998-05-19 | 3 | -16/+61 |
* | | Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs. | dg | 1998-05-19 | 2 | -2/+2 |
* | | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | dg | 1998-05-19 | 6 | -8/+368 |
* | | Grumble...It seems I'm suffering from some mental disease. Do it correct now. | guido | 1998-05-18 | 2 | -4/+4 |
* | | Add some parenthesis for clarity and fix a bug | guido | 1998-05-18 | 2 | -4/+4 |
* | | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 9 | -64/+411 |
* | | Treat all internet addresses as u_int32_t. | jb | 1998-05-10 | 1 | -15/+15 |