summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix possible incorrect IPv6 fragmentationkp2017-04-201-0/+4
* pf: Fix rule evaluation after inet6 route-tokp2017-03-241-0/+3
* Revert "PF_FWD does not work correctly in all the situations. In this specif...Luiz Otavio O Souza2017-03-241-1/+1
* pf: Fix possible shutdown racekp2017-03-242-12/+16
* pf: Fix memory leak on vnet shutdown or unloadkp2017-03-241-2/+2
* pf: Fix incorrect rw_sleep() in pf_unload()kp2017-03-142-4/+2
* pf: Do not lose the VNET lock when ending the purge threadkp2017-03-141-0/+1
* pf: Fix a crash in low-memory situationskp2017-03-101-1/+1
* Do not run the pf purge thread while the VNET variables are not initialized, ...Luiz Otavio O Souza2017-01-281-0/+8
* PF_FWD does not work correctly in all the situations. In this specific case ...Luiz Otavio O Souza2017-01-121-1/+1
* style(9) fixes.Luiz Otavio O Souza2017-01-121-50/+50
* Fix the variable name, use an existing variable.Luiz Otavio O Souza2017-01-091-3/+3
* While we always store the interface in the every state, we do not do strict s...Luiz Otavio O Souza2017-01-091-1/+2
* Apply the previous dummynet fixes on v6 version of the code.Luiz Otavio O Souza2017-01-091-7/+8
* Always return PF_PASS for packets processed by dummynet, even if dummynet dro...Luiz Otavio O Souza2017-01-081-4/+3
* Packets redirected to ourselves should be flagged with M_FASTFWD_OURS and not...Luiz Otavio O Souza2017-01-081-2/+2
* Always remove the correct tag, find it by its cookie instead of relying on m_...Luiz Otavio O Souza2017-01-051-1/+3
* Revert this change from the previous commit, it actually breaks the nat undo/...Luiz Otavio O Souza2017-01-041-4/+2
* Better support for dummynet (limiters) with binat and rdr rules.Luiz Otavio O Souza2017-01-041-3/+39
* MFC r309563: pflog: Correctly initialise subrulenrkp2016-12-141-1/+1
* Improve upon r309394marcel2016-12-091-25/+32
* Fix use-after-free bugs in pfsync(4)marcel2016-12-091-2/+7
* Revert this unnecessary change.Luiz Otavio O Souza2016-11-031-1/+1
* Remove duplicate code and fix undo NAT and redo NAT.Luiz Otavio O Souza2016-11-031-112/+42
* pf: port extended DSCP support from OpenBSDkp2016-11-032-2/+2
* Set the dnflow fields after parse the protocol headers.Luiz Otavio O Souza2016-11-031-14/+10
* Rererefix the build...Luiz Otavio O Souza2016-11-021-1/+1
* Fix the build.Luiz Otavio O Souza2016-11-021-5/+1
* Fix the build, remove the extra brackets.Luiz Otavio O Souza2016-11-011-1/+1
* Clean the code, fix some mistakes we did when the code was ported from FreeBS...Luiz Otavio O Souza2016-11-011-40/+40
* Fix a typo, check the return code from ipfw_dn_io() and simplify the code.Luiz Otavio O Souza2016-11-011-12/+10
* Revert this change now that the structure size is fixed.Luiz Otavio O Souza2016-10-311-1/+1
* MFC r302497:kp2016-10-301-4/+12
* MFC r304152:kp2016-10-301-6/+6
* Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-025-161/+375
|\
| * The void isn't void.bz2016-06-241-1/+1
| * Proerply virtualize pfsync for bringup after pf is initialized andbz2016-06-231-42/+40
| * Make sure pflog is attached after pf is initializaed so we canbz2016-06-231-2/+7
| * PFSTATE_NOSYNC goes onto state_flags, not sync_state;bz2016-06-231-1/+1
| * Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-234-116/+251
| * Import a fix for and old security issue (CVE-2010-3830) in pf whichbz2016-06-231-0/+2
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
| * pf: Filter on and set vlan PCP valueskp2016-06-172-1/+75
* | Revert "Importing pfSense patch divert.diff"Luiz Otavio O Souza2016-07-022-121/+56
* | Revert the remaining parts of "Importing pfSense patch pf_802.1p.diff"Luiz Otavio O Souza2016-06-301-78/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-232-11/+6
|\ \ | |/
| * pf: Fix more ICMP mistranslationkp2016-05-231-1/+1
| * pf: Fix ICMP translationkp2016-05-231-10/+5
| * pf: Fix fragment timeoutkp2016-05-201-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-093-3/+3
|\ \ | |/
OpenPOWER on IntegriCloud