| Commit message (Expand) | Author | Age | Files | Lines |
* | BUGFIX: make use of the pointer to the target of skipto rules, | luigi | 2002-02-20 | 1 | -2/+4 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -2/+2 |
* | Silence unused variable warning in the !KLD_MODULE case. | dd | 2002-02-10 | 1 | -0/+2 |
* | Fix a missing "ipfw:" in a syslog message. | cjc | 2002-01-07 | 1 | -1/+1 |
* | Implement matching IP precedence in ipfw(4). | yar | 2001-12-21 | 1 | -1/+4 |
* | minor whitespace fixes. | jlemon | 2001-12-14 | 1 | -1/+1 |
* | ipfw_modevent(): Don't use an unnatural block to define a variable | dd | 2001-11-27 | 1 | -3/+0 |
* | Remove debugging printfs that weren't conditional on any debugging | dd | 2001-11-27 | 1 | -2/+0 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -76/+95 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -4/+2 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -13/+5 |
* | Fix a problem with unnumbered rules introduced in latest commit. | luigi | 2001-10-01 | 1 | -3/+3 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -164/+242 |
* | o Modify IPFW and DUMMYNET administrative setsockopt() calls to use | rwatson | 2001-09-26 | 1 | -3/+8 |
* | Fix a null pointer dereference introduced in the last commit, plus | luigi | 2001-09-24 | 1 | -6/+4 |
* | A bunch of minor changes to the code (see below) for readability, code size | luigi | 2001-09-20 | 1 | -304/+318 |
* | the IP_FW_GET code in ip_fw_ctl() sizes a buffer to hold information | billf | 2001-08-26 | 1 | -0/+3 |
* | While in there fixing a fragment logging bug, fix it so we log | cjc | 2001-07-02 | 1 | -8/+11 |
* | pipe/queue are the only consumers of flow_id, so only set it in those cases | billf | 2001-04-06 | 1 | -1/+1 |
* | Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state. | simokawa | 2001-03-27 | 1 | -1/+1 |
* | Only flush rules that have a rule number above that set by a new | paul | 2001-03-21 | 1 | -8/+17 |
* | The TCP sequence number used for sending a RST with the ipfw reset rule | jlemon | 2001-03-09 | 1 | -1/+1 |
* | The TCP header-specific section suffered a little bit of bitrot recently: | billf | 2001-02-27 | 1 | -1/+1 |
* | Clean up warning. | jlemon | 2001-02-15 | 1 | -1/+0 |
* | Introduce a new feature in IPFW: Check of the source or destination | phk | 2001-02-13 | 1 | -0/+12 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 1 | -43/+41 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -15/+14 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 1 | -4/+2 |
* | Make sure we do not follow an invalid pointer in ipfw_report | luigi | 2001-01-27 | 1 | -1/+2 |
* | Minor cleanups after yesterday's patch. | luigi | 2001-01-26 | 1 | -4/+3 |
* | Bring dummynet in line with the code that now works in -STABLE. | luigi | 2001-01-26 | 1 | -41/+39 |
* | o IPFW incorrectly handled filtering in the presence of previously | rwatson | 2001-01-09 | 1 | -5/+13 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -6/+3 |
* | Fixed the security breach I introduced in rev 1.145. | ru | 2000-11-07 | 1 | -3/+3 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment | ru | 2000-10-27 | 1 | -16/+11 |
* | Close PR22152 and PR19511 -- correct the naming of a variable | luigi | 2000-10-26 | 1 | -1/+1 |
* | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | ru | 2000-10-12 | 1 | -1/+3 |
* | As we now may check the TCP header window field, make sure we pullup | ru | 2000-10-06 | 1 | -4/+4 |
* | Added the missing ntohs() conversion when matching IP packet with | ru | 2000-10-03 | 1 | -1/+1 |
* | Add new fields for more granularity: | billf | 2000-10-02 | 1 | -4/+48 |
* | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | ru | 2000-09-29 | 1 | -1/+1 |
* | Fix screwup in previous commit. | billf | 2000-09-12 | 1 | -1/+3 |
* | 1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checking | billf | 2000-09-06 | 1 | -2/+7 |
* | Add tcpoptions to ipfw. This works much in the same way as ipoptions do. | dan | 2000-06-08 | 1 | -0/+70 |
* | Implement WF2Q+ in dummynet. | luigi | 2000-06-08 | 1 | -2/+19 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -235/+165 |
* | Remove an unnecessary error message | luigi | 2000-05-02 | 1 | -0/+2 |