| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -3/+4 |
* | Add ipfw hooks for the new dummynet features. | luigi | 2000-01-08 | 1 | -68/+95 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -4/+8 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 1 | -60/+60 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -6/+6 |
* | Oops, I missed a cast in rev.1.119. | bde | 1999-08-29 | 1 | -1/+1 |
* | Also make the "other" packets counter resettable. | green | 1999-08-28 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't | bde | 1999-08-24 | 1 | -4/+4 |
* | To christen the brand new security category for syslog, we get IPFW | green | 1999-08-21 | 1 | -58/+86 |
* | Implement probabilistic rule match in ipfw. Each rule can be associated | luigi | 1999-08-11 | 1 | -7/+18 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 1 | -9/+80 |
* | 8 -> NBBy | green | 1999-07-28 | 1 | -3/+3 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | green | 1999-06-19 | 1 | -9/+98 |
* | Don't accept divert/tee/pipe rules without corresponding option. | ru | 1999-06-11 | 1 | -3/+11 |
* | close pr 10889: | luigi | 1999-05-24 | 1 | -1/+4 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+10 |
* | Make one pass through the firewall the default. | luigi | 1999-04-26 | 1 | -2/+2 |
* | Use pointer arithmetic as appropriate. | dt | 1999-04-24 | 1 | -2/+2 |
* | s/IPFIREWALL_MODULE/KLD_MODULE/ | peter | 1999-04-20 | 1 | -2/+2 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 1 | -4/+1 |
* | Oops, forgot this part of lkm code that's been replaced with kld. | peter | 1999-04-17 | 1 | -50/+3 |
* | Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the | nsayer | 1999-03-30 | 1 | -18/+22 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+2 |
* | Partial fix for when ipfw is used with bridging. Bridged packets | luigi | 1998-12-31 | 1 | -24/+22 |
* | 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be | luigi | 1998-12-22 | 1 | -3/+3 |
* | Recover from previous dummynet screwup | luigi | 1998-12-21 | 1 | -10/+52 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 1 | -72/+198 |
* | Staticize some more. | eivind | 1998-11-26 | 1 | -2/+2 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -8/+50 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -154/+114 |
* | Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != long | bde | 1998-08-11 | 1 | -5/+6 |
* | Use explicitly sized types when digging through packet headers. | dfr | 1998-08-03 | 1 | -9/+9 |
* | Don't log ICMP type and subtype for non-zero offset packet fragments. | alex | 1998-07-18 | 1 | -2/+5 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 1 | -5/+40 |
* | Remove the option to keep IPFW diversion backwards compatible | julian | 1998-07-02 | 1 | -31/+1 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | Remove 3 occurances of __FUNCTION__ | julian | 1998-06-12 | 1 | -2/+2 |
* | Fix wrong data type for a pointer. | julian | 1998-06-06 | 1 | -5/+5 |
* | clean up the changes made to ipfw over the last weeks | julian | 1998-06-06 | 1 | -22/+22 |
* | 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 | 1 | -13/+13 |
* | Add optional code to change the way that divert and ipfw work together. | julian | 1998-05-25 | 1 | -1/+36 |
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | dg | 1998-05-19 | 1 | -1/+2 |
* | Remove the artificial limit on the size of the ipfw filter structure. | julian | 1998-04-21 | 1 | -13/+40 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -4/+8 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -2/+2 |
* | Allow ICMP unreachable messages to be sent in response to ICMP query | alex | 1998-03-15 | 1 | -4/+21 |
* | Alter ipfw's behavior with respect to fragmented packets when the packet | alex | 1998-02-12 | 1 | -3/+35 |