| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9) fixes. | Luiz Otavio O Souza | 2017-07-17 | 1 | -50/+50 |
* | Fix the variable name, use an existing variable. | Luiz Otavio O Souza | 2017-07-17 | 1 | -3/+3 |
* | While we always store the interface in the every state, we do not do strict s... | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+2 |
* | Apply the previous dummynet fixes on v6 version of the code. | Luiz Otavio O Souza | 2017-07-17 | 1 | -7/+8 |
* | Always return PF_PASS for packets processed by dummynet, even if dummynet dro... | Luiz Otavio O Souza | 2017-07-17 | 1 | -4/+3 |
* | Packets redirected to ourselves should be flagged with M_FASTFWD_OURS and not... | Luiz Otavio O Souza | 2017-07-17 | 1 | -2/+2 |
* | Always remove the correct tag, find it by its cookie instead of relying on m_... | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+3 |
* | Revert this change from the previous commit, it actually breaks the nat undo/... | Luiz Otavio O Souza | 2017-07-17 | 1 | -4/+2 |
* | Better support for dummynet (limiters) with binat and rdr rules. | Luiz Otavio O Souza | 2017-07-17 | 1 | -3/+39 |
* | Revert this unnecessary change. | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+1 |
* | Remove duplicate code and fix undo NAT and redo NAT. | Luiz Otavio O Souza | 2017-07-17 | 1 | -112/+42 |
* | Set the dnflow fields after parse the protocol headers. | Luiz Otavio O Souza | 2017-07-17 | 1 | -14/+10 |
* | Rererefix the build... | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+1 |
* | Fix the build. | Luiz Otavio O Souza | 2017-07-17 | 1 | -5/+1 |
* | Fix the build, remove the extra brackets. | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+1 |
* | Clean the code, fix some mistakes we did when the code was ported from FreeBS... | Luiz Otavio O Souza | 2017-07-17 | 1 | -40/+40 |
* | Fix a typo, check the return code from ipfw_dn_io() and simplify the code. | Luiz Otavio O Souza | 2017-07-17 | 1 | -12/+10 |
* | Revert this change now that the structure size is fixed. | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+1 |
* | pf: Fix possible shutdown race | kp | 2017-07-17 | 2 | -11/+16 |
* | Do not run the pf purge thread while the VNET variables are not initialized, ... | Luiz Otavio O Souza | 2017-07-17 | 1 | -0/+6 |
* | pf: Do not lose the VNET lock when ending the purge thread | kp | 2017-07-17 | 1 | -5/+6 |
* | pf: Fix incorrect rw_sleep() in pf_unload() | kp | 2017-07-17 | 2 | -4/+2 |
* | Do not run the pf purge thread while the VNET variables are not initialized, ... | Luiz Otavio O Souza | 2017-07-17 | 1 | -0/+8 |
* | pf: Fix memory leak on vnet shutdown or unload | kp | 2017-07-17 | 1 | -2/+2 |
* | pf: port extended DSCP support from OpenBSD | kp | 2017-07-17 | 2 | -2/+2 |
* | Add l2 support to ipfw fwd. | Luiz Otavio O Souza | 2017-07-17 | 2 | -70/+73 |
* | Reduce the console spam. Only print this warning when boot verbose is enabled. | Luiz Otavio O Souza | 2017-07-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Luiz Souza | 2017-07-17 | 5 | -51/+95 |
|\ |
|
| * | MFC r320479: | ae | 2017-07-03 | 3 | -3/+3 |
| * | MFC r318527 | truckman | 2017-05-25 | 2 | -6/+16 |
| * | MFC r318511 | truckman | 2017-05-25 | 2 | -42/+76 |
* | | Add the missing braces. Fixes the build. | Luiz Souza | 2017-07-16 | 1 | -0/+2 |
* | | Fix the ipfw_lookup_table() prototype and a mistake done in a last minute fun... | Luiz Souza | 2017-07-16 | 2 | -2/+2 |
* | | Add the timestamp of the last match, packet and byte counters to table | Luiz Souza | 2017-07-15 | 6 | -55/+641 |
* | | Add ipfw support to MAC address tables. | Luiz Otavio O Souza | 2017-07-14 | 4 | -3/+440 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2017-05-11 | 33 | -378/+8186 |
|\ \
| |/ |
|
| * | MFC: r311817 | marius | 2017-05-10 | 1 | -65/+115 |
| * | MFC r316777 (by cem) | truckman | 2017-04-27 | 2 | -2/+2 |
| * | MFC r317186 | kp | 2017-04-23 | 1 | -0/+4 |
| * | MFC r316824: | ae | 2017-04-21 | 1 | -5/+7 |
| * | MFC r316435: | ae | 2017-04-17 | 3 | -0/+383 |
| * | MFC r316433: | ae | 2017-04-17 | 1 | -0/+5 |
| * | MFC r316434: | ae | 2017-04-17 | 2 | -13/+23 |
| * | MFC r316461: | ae | 2017-04-17 | 8 | -13/+14 |
| * | MFC r316355 | kp | 2017-04-08 | 1 | -1/+1 |
| * | MFC r316329: | ae | 2017-04-07 | 1 | -1/+10 |
| * | MFC r304041: | ae | 2017-04-03 | 15 | -173/+6190 |
| * | MFC r303012: | ae | 2017-04-03 | 4 | -0/+1065 |
| * | MFC r315516 | truckman | 2017-03-31 | 1 | -3/+3 |
| * | MFC r303018: | ae | 2017-03-30 | 4 | -22/+253 |