| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_4_1 | Renato Botelho | 2017-08-23 | 1 | -0/+6 |
|\ |
|
| * | Fix OpenSSH Denial of Service vulnerability. [SA-17:06]releng/11.1 | delphij | 2017-08-10 | 1 | -0/+8 |
* | | Fix the import of the pf_match patch. | Luiz Souza | 2017-08-09 | 1 | -3/+3 |
* | | style(9) fixes. | Luiz Otavio O Souza | 2017-07-20 | 1 | -50/+50 |
* | | Fix the variable name, use an existing variable. | Luiz Otavio O Souza | 2017-07-20 | 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-20 | 1 | -1/+2 |
* | | Apply the previous dummynet fixes on v6 version of the code. | Luiz Otavio O Souza | 2017-07-20 | 1 | -7/+8 |
* | | Always return PF_PASS for packets processed by dummynet, even if dummynet dro... | Luiz Otavio O Souza | 2017-07-20 | 1 | -4/+3 |
* | | Packets redirected to ourselves should be flagged with M_FASTFWD_OURS and not... | Luiz Otavio O Souza | 2017-07-20 | 1 | -2/+2 |
* | | Always remove the correct tag, find it by its cookie instead of relying on m_... | Luiz Otavio O Souza | 2017-07-20 | 1 | -1/+3 |
* | | Revert this change from the previous commit, it actually breaks the nat undo/... | Luiz Otavio O Souza | 2017-07-20 | 1 | -4/+2 |
* | | Better support for dummynet (limiters) with binat and rdr rules. | Luiz Otavio O Souza | 2017-07-20 | 1 | -3/+39 |
* | | Revert this unnecessary change. | Luiz Otavio O Souza | 2017-07-20 | 1 | -1/+1 |
* | | Remove duplicate code and fix undo NAT and redo NAT. | Luiz Otavio O Souza | 2017-07-20 | 1 | -112/+42 |
* | | Set the dnflow fields after parse the protocol headers. | Luiz Otavio O Souza | 2017-07-20 | 1 | -14/+10 |
* | | Rererefix the build... | Luiz Otavio O Souza | 2017-07-20 | 1 | -1/+1 |
* | | Fix the build. | Luiz Otavio O Souza | 2017-07-20 | 1 | -5/+1 |
* | | Fix the build, remove the extra brackets. | Luiz Otavio O Souza | 2017-07-20 | 1 | -1/+1 |
* | | Clean the code, fix some mistakes we did when the code was ported from FreeBS... | Luiz Otavio O Souza | 2017-07-20 | 1 | -40/+40 |
* | | Fix a typo, check the return code from ipfw_dn_io() and simplify the code. | Luiz Otavio O Souza | 2017-07-20 | 1 | -12/+10 |
* | | Revert this change now that the structure size is fixed. | Luiz Otavio O Souza | 2017-07-20 | 1 | -1/+1 |
* | | pf: Fix possible shutdown race | kp | 2017-07-20 | 2 | -11/+16 |
* | | Do not run the pf purge thread while the VNET variables are not initialized, ... | Luiz Otavio O Souza | 2017-07-20 | 1 | -0/+6 |
* | | pf: Do not lose the VNET lock when ending the purge thread | kp | 2017-07-20 | 1 | -5/+6 |
* | | pf: Fix incorrect rw_sleep() in pf_unload() | kp | 2017-07-20 | 2 | -4/+2 |
* | | Do not run the pf purge thread while the VNET variables are not initialized, ... | Luiz Otavio O Souza | 2017-07-20 | 1 | -0/+8 |
* | | pf: Fix memory leak on vnet shutdown or unload | kp | 2017-07-20 | 1 | -2/+2 |
* | | pf: port extended DSCP support from OpenBSD | kp | 2017-07-20 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2017-05-11 | 2 | -1/+8 |
|\ \
| |/ |
|
| * | MFC r317186 | kp | 2017-04-23 | 1 | -0/+4 |
| * | MFC r316355 | kp | 2017-04-08 | 1 | -1/+1 |
| * | MFC 315529 | kp | 2017-03-26 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2017-03-13 | 2 | -5/+12 |
|\ \
| |/ |
|
| * | MFC r313820 | vangyzen | 2017-03-10 | 1 | -4/+11 |
| * | pf: Fix a crash in low-memory situations | kp | 2017-03-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Luiz Otavio O Souza | 2016-12-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | MFC r309563: pflog: Correctly initialise subrulenr | kp | 2016-12-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2016-12-14 | 1 | -23/+35 |
|\ \
| |/ |
|
| * | MFC r309394, r309787 | marcel | 2016-12-11 | 1 | -23/+35 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2016-08-25 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | MFC r304152: | kp | 2016-08-19 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'origin/stable/11' into devel-11 | Renato Botelho | 2016-08-17 | 1 | -4/+12 |
|\ \
| |/ |
|
| * | MFC r302497: | kp | 2016-08-17 | 1 | -4/+12 |
* | | Merge remote-tracking branch 'origin/master' into devel-11 | Luiz Otavio O Souza | 2016-07-02 | 5 | -161/+375 |
|\ \
| |/ |
|
| * | The void isn't void. | bz | 2016-06-24 | 1 | -1/+1 |
| * | Proerply virtualize pfsync for bringup after pf is initialized and | bz | 2016-06-23 | 1 | -42/+40 |
| * | Make sure pflog is attached after pf is initializaed so we can | bz | 2016-06-23 | 1 | -2/+7 |
| * | PFSTATE_NOSYNC goes onto state_flags, not sync_state; | bz | 2016-06-23 | 1 | -1/+1 |
| * | Update pf(4) and pflog(4) to survive basic VNET testing, which includes | bz | 2016-06-23 | 4 | -116/+251 |
| * | Import a fix for and old security issue (CVE-2010-3830) in pf which | bz | 2016-06-23 | 1 | -0/+2 |